{
  "markdown": "# agentcash Skills\n\nSkills for accessing premium, x402-protected APIs using the agentcash CLI or MCP.\n\n## Installation\n\n### CLI mode (recommended)\n\n```bash\nnpx skills add Merit-Systems/agentcash-skills --all --yes\n```\n\nAfter installing, restart your agent and start a new chat:\n\n```\nWhat can I do with with agentcash?\n```\n\n### MCP mode\n\nFirst install the agentcash MCP server:\n\n```bash\nnpx agentcash@latest install    # interactive\nnpx agentcash@latest install -y # non-interactive (for agents)\n```\n\nThen install the skills:\n\n```bash\nnpx skills add Merit-Systems/agentcash-skills/mcp --all --yes\n```\n\n## Available Skills\n\n| Skill | Use For | Endpoints |\n|-------|---------|-----------|\n| [agentcash](skills/agentcash/) | Wallet, search, discover, and paid calls to any x402 API | x402 / MPP |\n| [upload-and-share](skills/upload-and-share/) | Upload files & get public URLs | StableUpload |\n| [media-generation](skills/media-generation/) | AI image & video generation | StableStudio |\n| [social-scraping](skills/social-scraping/) | Scrape profiles, posts, followers across 6 platforms | StableSocial |\n| [email](skills/email/) | Send emails, forwarding inboxes, custom subdomains | StableEmail |\n| [phone-calls](skills/phone-calls/) | AI phone calls, buy phone numbers | StablePhone |\n| [data-enrichment](skills/data-enrichment/) | Person, company profiles; email verification | FullEnrich, PDL, CompanyEnrich, Clado, Hunter, Minerva |\n| [web-research](skills/web-research/) | Web search & scraping | Exa, Firecrawl |\n| [local-search](skills/local-search/) | Places & business info | Google Maps |\n| [social-intelligence](skills/social-intelligence/) | Reddit search | Reddit |\n| [news-shopping](skills/news-shopping/) | News & product search | Serper |\n| [people-property](skills/people-property/) | People & property lookup | Whitepages |\n\nThese skills are also available in MCP mode (the [mcp](mcp/skills/) directory). Both directories contain the same skills — each skill has a `SKILL.md` and a `rules/` directory. Choose the mode that matches your environment.\n\n## Quick Start\n\n### CLI mode\n\n1. **Check your balance:**\n```bash\nnpx agentcash@latest balance\n```\n\n2. **Search for a service** (when you don't know which origin to use):\n```bash\nnpx agentcash@latest search \"send physical mail\"\n```\n\n3. **Discover available endpoints** (when you know the origin):\n```bash\nnpx agentcash@latest discover https://stableenrich.dev\n```\n\n4. **Check endpoint pricing before calling:**\n```bash\nnpx agentcash@latest check https://stableenrich.dev/api/fullenrich/people-search\n```\n\n5. **Make API calls:**\n```bash\nnpx agentcash@latest fetch https://stableenrich.dev/api/pdl/people-enrich -m POST -b '{\"profile\":\"https://www.linkedin.com/in/example\"}'\n```\n\n### MCP mode\n\n1. **Check your balance:**\n```mcp\nagentcash.get_balance()\n```\n\nIf you need deposit links or per-network wallet addresses, call `agentcash.list_accounts()` separately.\n\n2. **Search for a service** (when you don't know which origin to use):\n```mcp\nagentcash.search(query=\"send physical mail\")\n```\n\n3. **Discover available endpoints** (when you know the origin):\n```mcp\nagentcash.discover_api_endpoints(url=\"https://stableenrich.dev\")\n```\n\n4. **Check endpoint pricing before calling:**\n```mcp\nagentcash.check_endpoint_schema(url=\"https://stableenrich.dev/api/fullenrich/people-search\")\n```\n\n5. **Make API calls:**\n```mcp\nagentcash.fetch(\n  url=\"https://stableenrich.dev/api/pdl/people-enrich\",\n  method=\"POST\",\n  body={\"profile\": \"https://www.linkedin.com/in/example\"}\n)\n```\n\n## IMPORTANT: Do Not Guess Endpoints\n\n**Never guess or invent endpoint paths.** All endpoints have specific paths that include a provider prefix:\n\n| Wrong (guessed) | Correct |\n|-----------------|---------|\n| `/api/people/search` | `https://stableenrich.dev/api/fullenrich/people-search` |\n| `/api/people-enrich` | `https://stableenrich.dev/api/pdl/people-enrich` |\n\nIf you don't know the exact endpoint path:\n1. **Use search** to find the right service by describing what you need\n2. **Use discover** to list all available endpoints on a known origin\n3. **Consult the skill documentation** (SKILL.md files have correct paths)\n\nGuessing endpoints will result in `405 Method Not Allowed` errors and wasted API calls.\n\n## Funding Your Wallet\n\nIf your balance is low:\n\n1. Redeem an invite code: `npx agentcash@latest redeem YOUR_CODE`\n2. Or run `npx agentcash@latest accounts` to get Base or Solana deposit links and wallet addresses\n\n\n## Update prompts\n\n### CLI mode\n\n```\n\nI want to use agentcash and all of the CLI mode skills available in the https://github.com/Merit-Systems/agentcash-skills repository.\n\nFollow the installation instructions in the README. If you have old versions of these skills, please update them to the latest version. Please remove the outdated x402 MCP from your MCP list (or mcporter if you are using OpenClaw).\n\nFinally, test the skills by generating an image with the media-generation skill.\n```\n\n### MCP mode\n\n```\n\nI want to use agentcash and all of the MCP mode skills available in the https://github.com/Merit-Systems/agentcash-skills repository.\n\nFollow the installation instructions in the README. If you have old versions of these skills, please update them to the latest version. Please remove the outdated x402 MCP from your MCP list (or mcporter if you are using OpenClaw).\n\nFinally, test the skills by generating an image with the media-generation skill.\n```\n",
  "bytes": 5427,
  "sha": "ef041183727439fee7c637eaea599f86eccefc0f6e5ae3730c334edea2b4dedd",
  "repo_slug": "merit-systems/agentcash-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_merit_systems_agentcash_skills_agentcash_28766711/readme"
}