Skill Endpoint
Search public workflows in natural language and install the right bundle into your agent.
1 — Try the search
Loading account…
Results will appear here, ranked by semantic relevance.
2 — Endpoint
POST /api/public/search-workflowexport SPEC_HUB_API_KEY=<uuid>
curl -s -X POST "/api/public/search-workflow" \
-H "Content-Type: application/json" \
-H "x-spec-hub-api-key: $SPEC_HUB_API_KEY" \
-d '{
"query": "describe what you want to build"
}'Returns a ranked list of workflows. The request must include an active API key in the x-spec-hub-api-key header, or your automation layer should read it from SPEC_HUB_API_KEY. Each match includes a download_url pointing to the combined markdown bundle.
3 — Install as agent skill
Download SKILL.md and drop it into your agent's skill directory (e.g. .claude/skills/spec-hub/). The skill teaches the agent to query this endpoint with SPEC_HUB_API_KEY and fetch the right workflow.
SYSTEM_OPERATIONAL
SPEC HUB // EDITORIAL EDITION