Search the documentation
46 pages for plugin install.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
claude-api-skill
Claude Developer Platform · in the page
agents-and-tools/agent-skills/claude-api-skill
…en/plugins): ```text wrap /plugin marketplace add anthropics/skills /plugin install claude-api@anthropic-agent-skills ``` ## Migrating to a newer Claude model The Claude API skill can perform Claud…
Admin
Claude Developer Platform · in the page
api/admin
…Plugin Usage **GET** `/v1/organizations/analytics/plugins` Get per-plugin install + invocation usage for a given day, with pagination. Returns plugin usage metrics for the organization across Cowo…
Analytics
Claude Developer Platform · in the page
api/admin/analytics
…Plugin Usage **GET** `/v1/organizations/analytics/plugins` Get per-plugin install + invocation usage for a given day, with pagination. Returns plugin usage metrics for the organization across Cowo…
Plugins
Claude Developer Platform · in the page
api/admin/analytics/plugins
…Plugin Usage **GET** `/v1/organizations/analytics/plugins` Get per-plugin install + invocation usage for a given day, with pagination. Returns plugin usage metrics for the organization across Cowo…
Get Plugin Usage
Claude Developer Platform · in the page
api/admin/analytics/plugins/list
…Plugin Usage **GET** `/v1/organizations/analytics/plugins` Get per-plugin install + invocation usage for a given day, with pagination. Returns plugin usage metrics for the organization across Cowo…
Plugins in the SDK
Claude Code CLI · in the page
agent-sdk/plugins
…`, `hooks/`, `commands/`, or `.claude-plugin/`. </Note> ## Verifying plugin installation When plugins load successfully, they appear in the system initialization message. You can verify that your pl…
Agent SDK reference - TypeScript
Claude Code CLI · in the page
agent-sdk/typescript
…d: UUID; session_id: string; }; ``` ### `SDKPluginInstallMessage` Plugin installation progress event. Emitted when [`CLAUDE_CODE_SYNC_PLUGIN_INSTALL`](/docs/en/env-vars) is set, so your Agent SDK…
Claude Code changelog
Claude Code CLI · in the page
changelog
…given its bare name (only the fully-qualified name worked) * Fixed plugin installation failing when `plugin.json` was saved with a UTF-8 byte-order mark (BOM) * Fixed `/reload-plugins` reporting…
Push events into a running session with channels
Claude Code CLI · in the page
channels
…stall the plugin"> In Claude Code, run: ``` /plugin install telegram@claude-plugins-official ``` If the install fails, match the message Claude Code reports:…
Channels reference
Claude Code CLI · in the page
channels-reference
…[marketplace](/docs/en/plugin-marketplaces). Users install it with `/plugin install`, then enable it per session with `--channels plugin:<name>@<marketplace>`. A channel published to your own market…
Explore the .claude directory
Claude Code CLI · in the page
claude-directory
…ions, and per-plugin data, managed by `claude plugin` commands. For a plugin installed from a marketplace [`command` source](/docs/en/plugin-marketplaces#command-sources) in link mode, Claude Code sto…
Scan your codebase for vulnerabilities
Claude Code CLI · in the page
claude-security
…cover-plugins#official-anthropic-marketplace): ```text theme={null} /plugin install claude-security@claude-plugins-official ``` If the install fails, the fix depends on which message Claude Code rep…
CLI reference
Claude Code CLI · in the page
cli-reference
…| `claude plugin install code-review@claude-plugins-official` | | `claude project purge [path]` | Delete all local Claude Code state for a…
Discover and install prebuilt plugins through marketplaces
Claude Code CLI · in the page
discover-plugins
…m/plugins). To install a plugin from the official marketplace, use `/plugin install <name>@claude-plugins-official`. For example, to install the GitHub integration: ```shell theme={null} /plugin ins…
Environment variables
Claude Code CLI · in the page
env-vars
…`owner/repo` shorthand sources over HTTPS instead of SSH. Applies to plugin install and update, and to `/plugin marketplace add` and `update`. Useful in CI runners, containers, or any environment wit…
Error reference
Claude Code CLI · in the page
errors
…aces.json`. A plugin command that needs the registry, such as `claude plugin install`, fails with one of two messages when Claude Code can't use the file: * `Failed to load marketplace configuration`…
Run Claude Code programmatically
Claude Code CLI · in the page
headless
…ield. The warning requires Claude Code v2.1.219 or later. #### Track plugin installs When [`CLAUDE_CODE_SYNC_PLUGIN_INSTALL`](/docs/en/env-vars) is set, Claude Code emits `system/plugin_install` eve…
Set up Claude Code in a monorepo or large codebase
Claude Code CLI · in the page
large-codebases
…ode session to install the TypeScript plugin: ```shell theme={null} /plugin install typescript-lsp@claude-plugins-official ``` If the install fails, match the message Claude Code reports: * `Market…
Connect Claude Code to tools via MCP
Claude Code CLI · in the page
mcp
…Install the plugin"> In a Claude Code session, run: ``` /plugin install mcp-server-dev@claude-plugins-official ``` If the install fails, match the message Claude Code reports:…
Monitoring
Claude Code CLI · in the page
monitoring-usage
…Node.js errno code such as `"ENOENT"` when present on the error #### Plugin installed event Logged when a plugin finishes installing, from both the `claude plugin install` CLI command and the intera…
Enterprise network configuration
Claude Code CLI · in the page
network-config
…| | `storage.googleapis.com` | Plugin install counts and metadata shown in `/plugin`…
Constrain plugin dependency versions
Claude Code CLI · in the page
plugin-dependencies
…auto-update of the dependent plugin's marketplace, re-running `claude plugin install` on the dependent plugin, and `claude plugin marketplace add` each install any declared dependency that isn't insta…
Recommend your plugin from your CLI
Claude Code CLI · in the page
plugin-hints
…❯ 1. Yes, install example-cli 2. No 3. No, and don't show plugin installation hints again ───────────────────────────────────────────────────────────── ``` The prompt names the command t…
Create and distribute a plugin marketplace
Claude Code CLI · in the page
plugin-marketplaces
…`shell theme={null} /plugin marketplace add ./my-marketplace /plugin install quality-review-plugin@my-plugins ``` </Step> <Step title="Try it out"> Select some code in your editor…
Recommend plugins for your org
Claude Code CLI · in the page
plugin-relevance
…Working with *topic*? Install the *plugin* plugin" message with the `/plugin install` command appears below the spinner while Claude is responding. * **Session-start suggestion**: if the `cwd` signal…
Create plugins
Claude Code CLI · in the page
plugins
…s/hooks.json` | | Must manually copy to share | Install with `/plugin install` | <Note> After migrating, remove the original files from `.claude/` to avoid duplicates. Project and user `.c…
Plugins reference
Claude Code CLI · in the page
plugins-reference
…opies it into `~/.claude/themes/` so they can edit the copy. *** ## Plugin installation scopes When you install a plugin, you choose a **scope** that determines where the plugin is available and wh…
Catch security issues as Claude writes code
Claude Code CLI · in the page
security-guidance
…cover-plugins#official-anthropic-marketplace): ```text theme={null} /plugin install security-guidance@claude-plugins-official ``` `/plugin` opens an interactive panel and is available only in the te…
Deploy self-hosted environments to production
Claude Code CLI · in the page
self-hosted-environments-deploy
…rage.googleapis.com` | 443 | At session runtime, for the plugin install counts and metadata shown in `/plugin`.…
Claude Code settings
Claude Code CLI · in the page
settings
…Blocklist of marketplace sources. Enforced on marketplace add and on plugin install, update, refresh, and auto-update, so a marketplace added before the policy was set cannot be used to fetch plugins…
Claude Code settings reference
Claude Code CLI · in the page
settings-reference
…/en/plugin-marketplaces#managed-marketplace-restrictions) can surface plugin install suggestions in `/plugin` | Plugin…
Extend Claude with skills
Claude Code CLI · in the page
skills
…ode. Install it from the official marketplace: ```text theme={null} /plugin install skill-creator@claude-plugins-official ``` If the install fails, match the message Claude Code reports: * `Marketp…
Week 22 · May 25–29, 2026
Claude Code CLI · in the page
whats-new/2026-w22
…marketplace:</p> ```text title="Claude Code" wrap theme={null} /plugin install security-guidance@claude-plugins-official ``` <p className="digest-feature-try">Then activate it in the curren…
Week 30 · July 20–24, 2026
Claude Code CLI · in the page
whats-new/2026-w30
…/claude-security</code>:</p> ```text Claude Code theme={null} > /plugin install claude-security@claude-plugins-official ``` <a className="digest-feature-link" href="/docs/docs/en/claude-secu…
Week 33 · August 10–14, 2026
Claude Code CLI · in the page
whats-new/2026-w33
…<div><a href="/docs/docs/en/discover-plugins#install-plugins"><code>/plugin install plugin\@marketplace</code></a> refreshes the marketplace first, so newly published plugins install without a manual…
Get started with MCP Apps
Claude Documentation · in the page
connectors/building/mcp-apps/getting-started
…commands: ``` /plugin marketplace add modelcontextprotocol/ext-apps /plugin install mcp-apps@modelcontextprotocol-ext-apps ``` Once installed, ask your agent to "Create an MCP App" or "Add a UI to m…
What should I build: MCP, plugin, or both?
Claude Documentation · in the page
connectors/building/what-to-build
…rver by **URL**. If a user has both your directory connector and your plugin installed, Claude sees one set of tools—the plugin and the connector point at the same server. If a plugin references an MC…
Use Claude for M365 with third-party platforms
Claude Documentation · in the page
office-agents/third-party-platforms
…ancial-services ``` Install the plugin: ```bash theme={null} claude plugin install claude-for-msft-365-install@claude-for-financial-services ``` Keep the plugin current before each deployment. List…
User identity and local data
Claude Documentation · in the page
third-party/claude-desktop/data-storage
…ktop/extensions#organization-plugins-admin) plugins. Created on first plugin install.…
Build with Agent Skills
Model Context Protocol · in the page
docs/2024-11-05/develop/build-with-agent-skills
…me={null} /plugin marketplace add anthropics/claude-plugins-official /plugin install mcp-server-dev ``` For other agents, check your skills or extensions catalog, or clone the [skill directories](htt…
Build with Agent Skills
Model Context Protocol · in the page
docs/2025-03-26/develop/build-with-agent-skills
…me={null} /plugin marketplace add anthropics/claude-plugins-official /plugin install mcp-server-dev ``` For other agents, check your skills or extensions catalog, or clone the [skill directories](htt…
Build with Agent Skills
Model Context Protocol · in the page
docs/2025-06-18/develop/build-with-agent-skills
…me={null} /plugin marketplace add anthropics/claude-plugins-official /plugin install mcp-server-dev ``` For other agents, check your skills or extensions catalog, or clone the [skill directories](htt…
Build with Agent Skills
Model Context Protocol · in the page
docs/2025-11-25/develop/build-with-agent-skills
…me={null} /plugin marketplace add anthropics/claude-plugins-official /plugin install mcp-server-dev ``` For other agents, check your skills or extensions catalog, or clone the [skill directories](htt…
Build with Agent Skills
Model Context Protocol · in the page
docs/2026-07-28/develop/build-with-agent-skills
…me={null} /plugin marketplace add anthropics/claude-plugins-official /plugin install mcp-server-dev ``` For other agents, check your skills or extensions catalog, or clone the [skill directories](htt…
Build with Agent Skills
Model Context Protocol · in the page
docs/draft/develop/build-with-agent-skills
…me={null} /plugin marketplace add anthropics/claude-plugins-official /plugin install mcp-server-dev ``` For other agents, check your skills or extensions catalog, or clone the [skill directories](htt…
Build an MCP App
Model Context Protocol · in the page
extensions/apps/build
…``` /plugin marketplace add modelcontextprotocol/ext-apps /plugin install mcp-apps@modelcontextprotocol-ext-apps ``` You can also use the [Vercel Skills CLI](https://skills.sh/) to…