Current Status
AgentPowers is live with the core marketplace functionality: publishing, purchasing, installing, and security scanning for Claude Code skills. The CLI, MCP plugin, and web directory are all functional.Shipped
These features have been completed and are live in production.Agent Marketplace
Full support for publishing, discovering, and installing Claude Code agents. Agents go through the same security pipeline as skills with additional checks for tool access patterns and instruction safety.POST /v1/agents— publish an agentGET /v1/agents— list/search agentsGET /v1/agents/{slug}— agent detailPATCH /v1/agents/{slug}— update agentGET /v1/agents/{slug}/download— download agent
Category Detail Pages
Browse skills by category with live skill counts:GET /v1/categories— list all categoriesGET /v1/categories/{slug}— category detail with skills
9-Layer Security Pipeline
All security scanners are live:- ClamAV — malware signature detection
- Snyk — dependency vulnerability scanning
- GuardDog — Python supply chain analysis
- Socket.dev — npm supply chain analysis
- VirusTotal — multi-engine malware scanning
- AI review — semantic analysis for injection, auth flaws, data exposure
- Plus static validation, pattern scanning, and agent-specific checks
Fraud Protection
Automated detection and prevention for marketplace abuse:- Seller tiers with price caps (Tier 0: 100, Tier 2: $1,000)
- Payout hold periods (14/7/2 days by tier)
- Self-purchase blocking
- Repeat purchase detection
- Price anomaly flagging
- IP/email match detection in checkout
Coming Soon
These features are in development or planned for the near term.License Code Regeneration
Allow buyers to regenerate their license code if lost or compromised. The original code is invalidated and a new one is issued.Feedback
Have a feature request? Open an issue on GitHub or reach out via our website.Need Help?
Email Support
Reach us at [email protected] for account issues, billing questions, or technical help.
Discord Community
Join the AgentPowers Discord to get help from the team and other creators in real time.