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.

MarketplaceClawHub
PlatformOpenClaw
Version1.0.0
SecurityVirusTotal Benign, OpenClaw Benign (high confidence)
Requirementsanakin binary, ANAKIN_API_KEY env var

Setup

1. Install the skill

clawhub install anakin

This 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

  1. Sign up at anakin.io/signup and get your API key from the Dashboard
  2. Set the ANAKIN_API_KEY environment 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:

  1. Creates a .anakin/ output folder in the working directory
  2. Runs the appropriate anakin CLI command
  3. 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:

ScannerStatusDetail
VirusTotalBenignView report
OpenClawBenignHigh 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