anakin
ReviewAudited by ClawScan on May 1, 2026.
Overview
This is a coherent Anakin web-scraping and research skill, but it requires trusting the external Anakin CLI/API key workflow and the web content it retrieves.
Before installing, make sure you trust Anakin and the `anakin-cli` package, store the API key securely, and review any changes to `.gitignore` or shell startup files. Treat scraped and research outputs as untrusted web-derived data until you verify them.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent can fetch and process web pages through Anakin and save results locally.
The skill intentionally gives the agent CLI-driven network scraping and research capabilities. This matches the skill purpose, but users should ensure URLs and research topics are appropriate.
Supports single URL scraping, batch scraping, AI-powered search, and autonomous deep research.
Use the skill for user-approved URLs or topics, and review generated files before relying on or sharing them.
Anyone who can access the chat, shell history, or shell profile file might be able to see or reuse the API key.
The skill requires an Anakin API key and gives instructions that may place the key in command history or a shell startup file. This is expected for the integration but sensitive.
Ask for their API key, then run: ```bash anakin login --api-key "ak-their-key-here" ``` ... echo 'export ANAKIN_API_KEY="ak-your-key-here"' >> ~/.zshrc
Prefer a secret manager or protected environment variable, avoid pasting keys in shared contexts, and rotate the key if it is exposed.
Installing the skill may install or update external code from PyPI.
The skill depends on an external PyPI package without a pinned version. That dependency is disclosed and central to the skill, but its provenance matters.
"install": {
"pip": {
"package": "anakin-cli",
"bins": ["anakin"]
}
}Install only if you trust Anakin and the `anakin-cli` package; consider pinning a known-good version in controlled environments.
Research outputs may include inaccurate, biased, or instruction-like content from websites.
The skill retrieves and summarizes arbitrary web content, which can be unreliable or contain prompt-like text. This is expected for a web research skill but should be treated as untrusted context.
Autonomously searches for relevant sources - Scrapes and analyzes multiple pages - Synthesizes information across sources
Verify citations and do not treat scraped page text as trusted instructions for the agent.
