Agent plugin distribution
Hydracept ships agent integrations as hydracept-agent-plugin — compiled from the canonical public/agents/source/ tree in the Hydracept repository into native host projections.
Canonical one-liner
Use this verbatim in marketplace listings, package metadata, and docs:
> Hydracept is an API and agent-integrated generation platform for adding image, media, and model generation to applications without building provider-specific infrastructure.
MCP transports
| Transport | Endpoint |
|---|---|
| Hosted (primary for marketplaces) | https://api.hydracept.com/mcp |
| Stdio (local coding agents) | python -m hydracept mcp serve |
Authenticate hosted MCP with Authorization: Bearer <HYDRACEPT_API_KEY>.
Build projections
python scripts/build_agent_distributions.py
python scripts/validate_agent_distributions.py
Outputs under dist/:
agent-plugins/— Agent Plugins 1.0 projectioncursor/— Cursor Marketplaceclaude/— Claude Community pluginopenai/— OpenAI/Codex skills + MCPopenclaw/— ClawHub metadatamcp-registry/— Official MCP Registry metadata
Install paths
| Host | Path |
|---|---|
| CLI (all hosts) | python -m hydracept agents install --auto |
| Cursor | Submit dist/cursor/ to Cursor Marketplace |
| Claude | Submit dist/claude/ to Claude Community marketplace |
| OpenAI/Codex | Submit dist/openai/ (skills + MCP, not MCP-only) |
| ClawHub | Publish dist/openclaw/ |
Note: Anthropic's official curated marketplace has no normal application process.
Track claude_community as the controllable Claude milestone.
Reviewer smoke
- Obtain a key at https://hydracept.com/start
- Call
hydracept_capabilitieson hosted MCP (no paid job required) - Optional:
hydracept_smokewhen trial credentials allow billing
Owner checklist
- [ ] Cursor Marketplace submission uploaded from
dist/cursor/ - [ ] Claude Community submission uploaded from
dist/claude/ - [ ] OpenAI/Codex plugin submitted (skills + MCP) from
dist/openai/ - [ ] MCP Registry entry published from
dist/mcp-registry/ - [ ] ClawHub entry published from
dist/openclaw/ - [ ] Listing URLs recorded in
architecture/hydracept-launch-gate.yaml→marketplace_listings