Becoming a Seller
Stripe Connect Onboarding
Before receiving payouts, complete Stripe Connect onboarding:Check Earnings
Publishing a Skill
1. Prepare Your Skill
Create a directory with aSKILL.md file containing YAML frontmatter:
2. Login and Publish
- Packages your directory as a ZIP
- Creates the skill record via
POST /v1/skills - Uploads the package via
POST /v1/skills/{slug}/upload
3. Security Review
Every submission passes through the security pipeline automatically:- Static validation — File type checks, dangerous pattern scanning
- VirusTotal scan — Malware detection
- AI security review — Semantic analysis for injection, auth flaws, data exposure
- Agent-specific checks (for agents) — Tool access audit, instruction analysis
- Pass — Listed immediately
- Warn — Listed with a warning badge
- Block — Rejected with detailed findings
Pricing
- Set
price_cents: 0for free skills - Minimum pricing and currency details at agentpowers.ai
- AgentPowers takes a 10% platform fee; you receive 90% via Stripe Connect