The Hostreach Agent Skill is aDocumentation Index
Fetch the complete documentation index at: https://docs.hostreach.io/llms.txt
Use this file to discover all available pages before exploring further.
SKILL.md file that gives AI coding agents (Cursor, Claude Code, Codex, OpenCode) deep knowledge of Hostreach workflows, scopes, pagination, polling patterns, and error handling.
Install via npx (no CLI needed)
Install via Hostreach CLI
What the skill teaches agents
- When to use the MCP server vs CLI vs direct REST API
- Authentication methods and priority order
- All CLI commands with flags and output options
- Lead statuses and valid enum values (
PENDING,CONTACTED,INTERESTED, etc.) - How to poll async extraction jobs without infinite loops
- Pagination patterns (
--page/--limit) - Error codes and recovery actions (
HTTP_401,HTTP_403,HTTP_429) - API key scopes and what a
403response means - Common workflows: lead extraction, campaign management, CRM updates, valuations, fichas, webhooks
Update installed skills
Use MCP + Skill together
For the best agent experience, combine both:- MCP server — gives the agent direct tool access to all Hostreach APIs
- Agent Skill — teaches the agent how to use those tools effectively