Skip to main content
The Hostreach Agent Skill is a 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)

Uses the skills CLI under the hood — no global install required.

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 403 response 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:
  1. MCP server — gives the agent direct tool access to all Hostreach APIs
  2. Agent Skill — teaches the agent how to use those tools effectively