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

TransportEndpoint
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/:

Install paths

HostPath
CLI (all hosts)python -m hydracept agents install --auto
CursorSubmit dist/cursor/ to Cursor Marketplace
ClaudeSubmit dist/claude/ to Claude Community marketplace
OpenAI/CodexSubmit dist/openai/ (skills + MCP, not MCP-only)
ClawHubPublish dist/openclaw/

Note: Anthropic's official curated marketplace has no normal application process.

Track claude_community as the controllable Claude milestone.

Reviewer smoke

  1. Obtain a key at https://hydracept.com/start
  2. Call hydracept_capabilities on hosted MCP (no paid job required)
  3. Optional: hydracept_smoke when trial credentials allow billing

Owner checklist