AI IntegrationsAgent skill

Agent skill

Install the Chuger skill so AI agents know how to extract web content as markdown, search, and map sites efficiently.

The Chuger skill is a self-contained SKILL.md knowledge pack for AI coding agents (Claude Code and other skill-aware clients). It teaches the agent which Chuger tool to use for which job, how to spend credits responsibly, and proven workflows like map → filter → bulk extract.

https://chuger.com/skills/chuger/SKILL.md

Install

mkdir -p ~/.claude/skills/chuger && \
  curl -o ~/.claude/skills/chuger/SKILL.md https://chuger.com/skills/chuger/SKILL.md

Or skip the terminal entirely: paste the agent install prompt into your AI chat and the agent installs both the skill and the MCP server itself.

What the skill covers

  • Tool selection — when to use extract-content vs scrape-url vs search-web-with-content vs map-domain, with credit costs.
  • Token savings — markdown-only responses by default, estimated_tokens budgeting, avoiding HTML unless needed.
  • Credit discipline — check balance first, preview costs before loops, stop on insufficient credits.
  • Workflows — deep research, whole-site digests, and page comparison, step by step.
  • REST fallback — the same operations via https://api.chuger.com/v1/* when MCP isn't available.

The skill pairs best with the MCP server: the skill provides the know-how, the MCP server provides the tools. Set up both with the one-paste install prompt.