A web dashboard for discovering, installing, and managing plugins across multiple marketplaces. Scope control, component inspection, and file preview built in.
$ npx claude-code-marketplace --open
Features
Aggregate plugins from GitHub repos, git URLs, and local directories. Add and remove marketplace sources on the fly.
Install, enable, and disable plugins per scope — user, project, or local. The U/P/L badges show state at a glance.
Browse skills, commands, agents, MCP servers, hooks, and LSP servers inside each plugin. Understand what you're installing.
Read plugin source files directly in the browser with syntax highlighting. Navigate skill folders with a built-in file tree.
Marketplace info shows every plugin a source offers — installed or not — with owner, description, and update actions.
Your local skills, commands, agents, and hooks from ~/.claude/ and ./.claude/ appear as browsable virtual marketplaces.
Install, update, remove, enable, disable — every operation delegates to the official claude plugin CLI. Nothing bespoke.
Ember, Gruvbox, Catppuccin, Tokyo Night, Dracula, Nord, and more — each in light and dark. PWA installable.
Full keyboard navigation with vim-style bindings. Press ? for shortcuts, J/K to navigate, / to search.
Tour
Every plugin's detail panel lists its components — skills, commands, agents, hooks, MCP and LSP servers — alongside a per-scope installation matrix. Enable a plugin for your user account, a single project, or just locally.

Click any component file to preview it with syntax highlighting — skill frontmatter, hook definitions, agent prompts. No need to hunt through ~/.claude/plugins/cache to see what a plugin really does.

Marketplace info shows source, owner, location, and the complete plugin list — 4 installed / 255 total at a glance. Update or remove the marketplace right from the panel.

Themes
Setup
One command to launch the dashboard. No clone, no setup. Opens in your browser.
Point to GitHub repos, git URLs, or local directories containing plugin collections.
Browse, inspect, and install plugins with scope control. All operations delegate to claude plugin CLI.
FAQ
Claude Code plugins are collections of skills, commands, agents, MCP servers, hooks, and LSP servers that extend Claude Code's capabilities. They're organized in marketplaces and can be installed per-user, per-project, or locally.
Yes. The marketplace delegates all install/uninstall operations to the claude plugin CLI. You need Claude Code installed and available in your PATH.
Yes. You can add GitHub repos (github:owner/repo), git URLs, or local filesystem paths as marketplace sources. Great for developing your own plugin collections.
User scope installs plugins globally for your account. Project scope installs for a specific project directory. Local scope is for temporary or experimental use. The dashboard shows installation state across all scopes.