OpenClaw
AnakinScraper skill for OpenClaw AI agents
Skill for OpenClaw that gives your AI agent web scraping, batch scraping, AI search, and autonomous research capabilities. Available on ClawHub.
| Marketplace | ClawHub |
| Platform | OpenClaw |
| Version | 1.0.0 |
| Security | VirusTotal Benign, OpenClaw Benign (high confidence) |
| Requirements | anakin binary, ANAKIN_API_KEY env var |
Setup
1. Install the skill
clawhub install anakinThis downloads the skill and its dependencies (including anakin-cli) into your ./skills directory automatically.
Or browse and download directly from ClawHub.
2. Configure your API key
- Sign up at anakin.io/signup and get your API key from the Dashboard
- Set the
ANAKIN_API_KEYenvironment variable in your OpenClaw config
3. Restart OpenClaw
Start a new OpenClaw session so it picks up the installed skill.
What the agent gets
Once installed, your OpenClaw agent can autonomously:
- Scrape URLs — Extract content from any web page as clean markdown, structured JSON, or raw HTML
- Batch scrape — Scrape up to 10 URLs in parallel with a single call
- AI search — Run intelligent web searches with citations and relevance scoring
- Deep research — Autonomous multi-source research that synthesizes comprehensive reports (1–5 minutes)
The agent decides which capability to use based on the user's request. The skill's SKILL.md includes a decision guide so the agent picks the right tool automatically.
How it works
The skill is a SKILL.md file that instructs the OpenClaw agent how to use the anakin CLI. When a user asks the agent to scrape a website, search the web, or research a topic, the agent:
- Creates a
.anakin/output folder in the working directory - Runs the appropriate
anakinCLI command - Reads the output file and summarizes the results
All output is saved to files (never floods the agent's context), and the agent handles errors like rate limits and timeouts automatically.
Security
The skill has been scanned and verified:
| Scanner | Status | Detail |
|---|---|---|
| VirusTotal | Benign | View report |
| OpenClaw | Benign | High confidence — only requires anakin binary and ANAKIN_API_KEY |
The skill does not request unrelated credentials, system files, or hidden endpoints. It only uses the anakin CLI and a single API key.
Stay updated
- Discord — discord.gg/T57dHrdT8u
- Email — support@anakin.io