> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentpowers.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap

> Planned features and upcoming API capabilities.

## 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 agent
* `GET /v1/agents` -- list/search agents
* `GET /v1/agents/{slug}` -- agent detail
* `PATCH /v1/agents/{slug}` -- update agent
* `GET /v1/agents/{slug}/download` -- download agent

### Category Detail Pages

Browse skills by category with live skill counts:

* `GET /v1/categories` -- list all categories
* `GET /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: $25, Tier 1: $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](https://github.com/AgentPowers-AI) or reach out via our website.

## Need Help?

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope" href="mailto:support@agentpowers.ai">
    Reach us at **[support@agentpowers.ai](mailto:support@agentpowers.ai)** for account issues, billing questions, or technical help.
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.gg/ECAzvrvHA">
    Join the **AgentPowers Discord** to get help from the team and other creators in real time.
  </Card>
</CardGroup>
