FAQ
Frequently asked questions about MyClaude marketplace — for buyers, creators, and developers.
Answers to the most common questions about MyClaude — the Claude Code ecosystem marketplace. MyClaude supports 9 product categories, one-command CLI install, Stripe-powered creator payments (92% revenue share), and automated security scanning on every upload.
General
What is MyClaude?
MyClaude is the only dedicated marketplace for the Claude Code ecosystem. Creators publish reusable components — skills, agents, squads, workflows, design systems, prompts, CLAUDE.md configs, applications, and systems — that buyers install with myclaude install @creator/product. Unlike free directories, MyClaude provides content security scanning (22 malicious patterns), purchase-verified reviews, Stripe Connect payments, and a dedicated CLI with 12 commands.
Is MyClaude free to use?
Browsing, searching, and installing free products costs nothing. Paid products are priced by creators. The platform charges an 8% fee on paid sales.
What product categories does MyClaude support?
MyClaude supports 9 categories: Skills, Squads, Agents, Workflows, Design Systems, Prompts, CLAUDE.md, Applications, and Systems. See Product Types for definitions.
For buyers
How do I install a product?
$ myclaude install @creator/product-nameSee Quickstart for the full tutorial.
Do I need the CLI?
The CLI is the primary installation method. You can also browse and purchase products via the web at myclaude.sh/explore.
How do I update an installed product?
$ myclaude update @creator/product-nameCan I get a refund?
Contact the creator directly or reach out via myclaude.sh/contact. Refund policies vary by creator.
Are products safe to install?
All products undergo automated content scanning before listing — JSZip extraction with 22 malicious pattern detectors, compression ratio checks (>100:1 rejected), and path traversal prevention. MCS-certified products receive additional quality review. See Security Model for details.
For creators
How do I publish a product?
- Install the CLI:
npm install -g @myclaude-cli/cli - Scaffold:
myclaude init my-product - Edit
SKILL.mdandvault.yaml - Publish:
myclaude publish
See Publishing Guide for the full tutorial.
How much does it cost to publish?
Publishing is free. MyClaude charges an 8% platform fee only on paid product sales.
How do I set up payments?
Connect your Stripe account during Creator Onboarding. MyClaude uses Stripe Connect Express — setup takes under 5 minutes.
What is vault.yaml?
A 9-15 line YAML manifest that defines your product's metadata, pricing, and configuration. See vault.yaml Specification.
What is MCS certification?
MyClaude Certified Standard is a quality badge for products that pass automated and manual review. MCS products appear higher in search results.
Can I publish private products?
Not currently. All published products are public. Private/team distribution is planned for a future release.
Technical
What is the CONDUIT protocol?
CONDUIT (Engine-to-CLI-to-API pipeline) handles the publishing flow: validates vault.yaml, scans content, uploads files, and creates the marketplace listing.
Does MyClaude have an API?
Yes. The REST API is defined in the OpenAPI spec. Full API reference documentation is coming in a future release.
Can AI agents interact with MyClaude?
Yes. MyClaude provides machine-readable specs at /specs/, behavioral directives in /llms.txt, and Markdown mirrors via .md suffix on any docs URL. See the docs home for a full list of agent resources.
Related pages
- Quickstart — get started in 5 minutes
- Concepts Overview — marketplace mental model
- Glossary — all terms defined
- Pricing & Revenue — revenue model details