wealthior · marketbuild: 2026-06-03
wealthior::market

Docs.

Everything you need to install, author and operate Claude Code plugins on Wealthior Marketplace. Start with the complete guide, or jump to a specific topic below.

[ start here ]

The complete guide

Install, publish, manage — public and private workflows, both A-to-Z. The one document that covers it all.

Read the guide
[ quickstart ]

Install in 10 seconds

install · claude code
/plugin marketplace add Wealthior-Group/marketplace
/plugin install wealthior-vercel@wealthior
How do I install a Claude Code plugin from Wealthior Marketplace?
Add the marketplace once with `/plugin marketplace add Wealthior-Group/marketplace`, then install any plugin with `/plugin install <plugin-name>`. Skills inside a plugin auto-load when they are relevant to your task — no extra step.
What is Wealthior Marketplace?
Wealthior Marketplace is a curated discovery layer for Claude Code extensions: plugins, skills, agents, commands, hooks and MCP servers. It indexes public GitHub repositories and is operated by Wealthior Labs.
What is the difference between a plugin, a skill, an agent, a command, a hook and an MCP server?
A plugin is a bundle that can contain the other types. A skill is task-specific knowledge Claude loads on demand. An agent is a specialised sub-assistant. A command is a slash command. A hook runs automatically on events. An MCP server connects Claude Code to external tools and data via the Model Context Protocol.
Is it free, and do I need an account?
Browsing and installing are free and require no account. Installation runs entirely through Claude Code against public GitHub repositories.
How do I publish my own plugin or skill?
Open a pull request to the marketplace repository following the six-step submission flow on the Submit page. Each entry must meet the quality bar (clear SKILL.md frontmatter, a discoverable description, working install).
Can I host a private marketplace for my team?
Yes. Fork the marketplace repository, point your team at your own URL, and use a personal access token for private plugin repositories with the `--token` install flag.
[ note ] docs · v0.1.0

Some sub-pages above (lifecycle, troubleshooting, self-host) are linked but still being written. The complete guide already covers everything end-to-end.