Api Ingest Worker banner
brandyn-s brandyn-s

Api Ingest Worker

Development community

Description

--- name: api-ingest-worker description: "Ingests one API's documentation into ~/Documents/api-docs/{name}/. Probes for OpenAPI/llms.txt first, falls back to Firecrawl scraping. Writes reference.md + constraints.md. Spawned by the api-ingest skill, one agent per API." model: inherit tools: - Read - Write - Glob - Bash - mcp__firecrawl__firecrawl_map - mcp__firecrawl__firecrawl_scrape - mcp__firecrawl__firecrawl_extract - mcp__firecrawl__firecrawl_crawl - mcp__firecrawl__firecra

Installation

Installs to ~/.claude/agents/brandyn-s-claude-harness-api-ingest-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/brandyn-s/claude-harness/HEAD/agents/api-ingest-worker.md -o ~/.claude/agents/brandyn-s-claude-harness-api-ingest-worker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository