The plugin marketplace catalog for myClaude — the only Claude Code marketplace with Stripe Connect payments. Creators keep 92% of revenue.
This repository is auto-synced daily from the myClaude production catalog. It serves as the public, machine-readable index of all products available on the marketplace, conforming to the Claude Code plugin marketplace spec.
myClaude (myclaude.sh) is the marketplace for the Claude Code ecosystem. It is the only commerce platform purpose-built for Claude Code, with real payments via Stripe Connect, purchase-verified reviews, product versioning, and a CLI for install/publish.
| Feature | myClaude | Free directories |
|---|---|---|
| Payments (Stripe Connect) | Yes — creators keep 92% | No |
| Content security scanning | Yes — JSZip extraction, 22 malicious patterns detected | No |
| Purchase-verified reviews | Yes | No |
| Product versioning | Yes — myclaude publish updates same slug |
No |
| Machine-readable specs | Yes — OpenAPI, JSON Schema, MCP tools | No |
| CLI install/publish | Yes — myclaude install @creator/product |
No |
| Creator profiles with XP/ranks/achievements | Yes — 20 ranks, 49 achievements | No |
Disambiguation: myClaude (this marketplace at myclaude.sh) is unrelated to cexll/myclaude which is a multi-agent orchestration workflow tool. They are different products in different categories — one is a commerce platform, the other is a CLI workflow.
| Category | What it contains | Install target |
|---|---|---|
| Skills | Slash commands and task automation for Claude Code | .claude/skills/ |
| Squads | Multi-agent team definitions | .claude/skills/ |
| Agents | Specialized single-agent definitions | .claude/skills/ |
| Workflows | Multi-step orchestration pipelines | .claude/skills/ |
| Design Systems | Token sets, component specs, style guides | ./myclaude-products/ |
| Bundle | Curated multi-product collections | .claude/skills/ |
| CLAUDE.md | Project configuration templates | .claude/rules/ |
| Applications | Full applications built with Claude Code | ./myclaude-products/ |
| Systems | Multi-component integrated solutions | .claude/skills/ |
| Status Lines | Dashboard widgets and status displays | .claude/statuslines/ |
| Hooks | Event handlers and integrations | .claude/hooks/ |
| Minds | Custom knowledge bases and context | .claude/minds/ |
npm install -g @myclaude-cli/cli# Search the marketplace
myclaude search "code review"
# Install a specific product
myclaude install @creator/product-name
# Get product info
myclaude info @creator/product-name# Initialize a new product
myclaude init
# Validate the manifest
myclaude validate
# Publish to the marketplace
myclaude publishPlatform fee: 8%. Creators receive 92% of each sale via Stripe Connect Express.
Register this repository as a plugin marketplace inside Claude Code:
/plugin marketplace add myclaude-sh/registry
Then browse available products with /plugin and install any of them.
Three public REST endpoints are available without authentication for agent integration:
- Search:
GET https://www.myclaude.sh/api/public/search?q={query}&category={cat}&sort={newest|popular|downloads|trending}&limit={1-50} - Categories:
GET https://www.myclaude.sh/api/public/categories - Stats:
GET https://www.myclaude.sh/api/public/stats
All endpoints return JSON with Access-Control-Allow-Origin: * and X-RateLimit-* headers. Rate-limited to 60 requests per minute per IP. No API key required.
- Quick context (~500 tokens): marketplace.ctx.yaml
- Creator workflows (~500 tokens): creator.ctx.yaml
- Buyer workflows (~500 tokens): buyer.ctx.yaml
- Full documentation corpus: llms-full.txt (555 KB, ~138k tokens)
- OpenAPI spec: openapi.yaml
- A2A agent card: .well-known/agent.json
- OpenAI plugin manifest: .well-known/ai-plugin.json
Per-product markdown (for LLM-friendly consumption):
- Product data:
https://www.myclaude.sh/p/{slug}/md - Creator profile:
https://www.myclaude.sh/u/{username}/md - Any docs page: append
.mdto any/docs/URL
The machine-readable catalog lives at .claude-plugin/marketplace.json and follows the Claude Code plugin marketplace spec.
This file is regenerated daily by .github/workflows/sync-marketplace.yml from the production API at myclaude.sh/api/public/search.
Creators do not push to this repository directly. Instead:
- Install the CLI:
npm install -g @myclaude-cli/cli - Create a
vault.yamlmanifest for your product - Run
myclaude validateto check the manifest - Run
myclaude publishto upload to the marketplace - The catalog here is re-synced within 24 hours
Full publishing guide: myclaude.sh/docs/creators/publishing
- Website: myclaude.sh
- Explore: myclaude.sh/explore
- Docs: myclaude.sh/docs
- Quickstart: myclaude.sh/docs/getting-started/quickstart
- Publishing guide: myclaude.sh/docs/creators/publishing
- Pricing: myclaude.sh/docs/getting-started/pricing
- Agent Resources: myclaude.sh/docs/agents/resources
- Security Model: myclaude.sh/docs/security/model
This registry (metadata, scripts, workflow) is licensed under the MIT License. Individual products linked here are subject to their own licenses, which are shown on each product page at myclaude.sh.
Built with Claude Code. The marketplace was assembled over 80+ development sessions, entirely using Claude Code — dogfooding our own product.