{
  "markdown": "# Anakin Claude Code Plugin\n\n> **Looking for the MCP version?** [`Anakin-Inc/agent-skills`](https://github.com/Anakin-Inc/agent-skills)\n> packages Anakin as an MCP plugin — 21 tools, no Python install, and it adds\n> website monitoring, AI visibility, saved browser sessions, and AI browser\n> automation. It is the recommended plugin for new installs.\n>\n> This CLI-based plugin remains supported and continues to work.\n\nConvert websites into clean data at scale: scrape, batch-scrape, search, and deep research.\n\n## Requirements\n\nThis plugin requires [anakin-cli](https://pypi.org/project/anakin-cli/) (Python 3.10+):\n\n```bash\npip install anakin-cli\nanakin login --api-key \"ak-your-key-here\"\n```\n\nGet your API key from [anakin.io/dashboard](https://anakin.io/dashboard).\n\n## Installation\n\n### From marketplace\n\nFirst, add the Anakin marketplace to Claude Code:\n\n```\n/plugin marketplace add Anakin-Inc/anakin-claude-plugin\n```\n\nThen install the plugin:\n\n```\n/plugin install anakin@anakin\n```\n\n### From local directory (development)\n\n```bash\nclaude --plugin-dir ./anakin-claude-plugin\n```\n\n### Validate locally\n\n```bash\nclaude plugin validate .\n```\n\nOnce installed, Claude will automatically use Anakin for web scraping, search, and research tasks.\n\n> **Development note:** After modifying plugin files, restart Claude Code to pick up changes.\n\n## Components\n\n### Skills\n\n| Skill | Invocation | Description |\n|:------|:-----------|:------------|\n| `scrape-website` | `/anakin:scrape-website [url]` | Scrape a single URL to markdown, JSON, or raw |\n| `scrape-batch` | `/anakin:scrape-batch [url1] [url2]` | Scrape up to 10 URLs at once |\n| `search-web` | `/anakin:search-web [query]` | AI-powered web search with instant results |\n| `deep-research` | `/anakin:deep-research [topic]` | Deep agentic multi-step research (1-5 min) |\n| `setup` | `/anakin:setup` | Install CLI, configure API key, set up output directory |\n| `anakin-cli` | *(auto)* | Background knowledge: escalation workflow, CLI rules, output organization |\n\n### Agents\n\n| Agent | Description |\n|:------|:------------|\n| `data-extraction-architect` | Plan which anakin-cli commands to use for complex extraction tasks |\n\n### Hooks\n\n| Hook | Event | Description |\n|:-----|:------|:------------|\n| `check-auth` | `PreToolUse` (Bash) | Verify anakin-cli is installed and authenticated before running anakin commands |\n\n### Scripts\n\n| Script | Used By | Description |\n|:-------|:--------|:------------|\n| `check-auth.sh` | `hooks.json` | Shell script that checks CLI installation and auth status |\n\n## Usage Examples\n\nOnce the plugin is active, Claude will use Anakin automatically. You can also invoke skills directly:\n\n```\n/anakin:search-web latest React documentation\n\n/anakin:scrape-website https://example.com\n\n/anakin:deep-research pros and cons of microservices vs monolith\n\n/anakin:scrape-batch https://a.com https://b.com https://c.com\n```\n\nAll output is saved to the `.anakin/` directory to keep your context window clean:\n\n```\n.anakin/\n├── search-react-docs.json\n├── example.com.md\n├── batch-results.json\n└── research-microservices.json\n```\n\n## Architecture\n\n```\nanakin-claude-plugin/\n├── .claude-plugin/\n│   ├── plugin.json              # Plugin manifest\n│   └── marketplace.json         # Marketplace catalog entry\n├── skills/\n│   ├── anakin-cli/\n│   │   └── SKILL.md             # Background knowledge (auto-loaded, not user-invocable)\n│   ├── scrape-website/\n│   │   └── SKILL.md             # Single URL scraping\n│   ├── scrape-batch/\n│   │   └── SKILL.md             # Batch URL scraping\n│   ├── search-web/\n│   │   └── SKILL.md             # Web search\n│   ├── deep-research/\n│   │   └── SKILL.md             # Deep agentic research\n│   └── setup/\n│       └── SKILL.md             # CLI setup and authentication\n├── agents/\n│   └── data-extraction-architect.md  # Extraction strategy planner\n├── hooks/\n│   └── hooks.json               # PreToolUse auth verification\n├── scripts/\n│   └── check-auth.sh            # Auth check script for hooks\n├── LICENSE\n├── CHANGELOG.md\n├── README.md\n└── .gitignore\n```\n\nThe CLI source code lives in a separate repo: [Anakin-Inc/anakin-cli](https://github.com/Anakin-Inc/anakin-cli)\n\n## Configuration\n\n| Variable | Description |\n|:---------|:------------|\n| `ANAKIN_API_KEY` | API key (env var, takes precedence over config file) |\n| `~/.anakin/config.json` | Stored API key (set via `anakin login`) |\n\n## License\n\nMIT\n",
  "bytes": 4428,
  "sha": "5668feb2b406c4ad90f802ebae0641e2d96d169c76777250fb5fc15c15828bf2",
  "repo_slug": "anakin-inc/anakin-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_anakin_inc_anakin_claude_plugin_anakin_c_7672c34d/readme"
}