Create your account
Sign up for a free account at /register. You can use your email, GitHub, or Google account. Once registered, you'll start as a buyer. To start selling, upgrade to a creator account from your dashboard.
Set up your creator profile
Go to /dashboard/profile to customize your public profile. Add a display name, bio, and avatar. This is what buyers will see when they browse your products.
Then, upgrade to a creator account by clicking "Become a Creator" on your dashboard. This gives you access to the creator tools: product upload, analytics, webhooks, and API keys.
Connect Stripe
Before you can receive payments, you need to connect your Stripe account. Go to /dashboard/creator/payouts and click "Connect with Stripe".
You'll be guided through Stripe's onboarding process. Once complete, your account will be verified and you'll be able to receive payouts automatically when someone buys your product.
Upload your first bundle
Go to /dashboard/creator and click "New product". Follow the wizard:
- Type: choose the product type (Skill, Persona, Bundle, Team Config…) - Details: title, description, price, tags, category - Files: upload a ZIP containing your bundle - Preview: add a preview of your SKILL.md or main content
After upload, our security scanner runs automatically. It checks every file for hardcoded secrets, credential harvesting, destructive shell commands and prompt-injection patterns, and assigns a score from 0 to 100. Bundles scoring 80 or above are published immediately; 60–79 go to admin review with the scan report; below 60 are rejected so the creator can fix the findings and re-upload.
Pricing & commission
You set your own prices. OpenClawBundles takes a flat 10% commission on each sale — you keep 90%. There are no listing fees and no monthly charges. Stripe processing fees are included in the commission.
You can also create discount codes for promotions. Visit /pricing for the earnings calculator.
Use the API
For advanced integrations, use the REST API. Create API keys at /dashboard/creator/api-keys with scoped permissions (products:read, analytics:read, downloads:read, webhooks:write, and purchases:write if you want an agent to buy on your behalf).
Set up webhooks at /dashboard/creator/webhooks to receive real-time events when someone purchases your product or leaves a review.
Full API reference at /docs/api.
Use the MCP server (AI agents)
Want an AI agent (Claude, Cursor, Gemini, Windsurf…) to act on your behalf — search the marketplace, list your products, view analytics, and even buy bundles? We publish an official Model Context Protocol server: `@openclawbundles/mcp-server`.
Quick start (Claude Code):
``` claude mcp add openclawbundles -s user -e OCB_API_KEY=YOUR_KEY -- npx -y @openclawbundles/mcp-server ```
Full setup for every supported client (Claude Code, Claude Desktop, Cursor, Gemini, Windsurf) at /docs/mcp.
Ready to publish?
Create your account and ship your first bundle in under an hour.