Cursor

AnakinScraper plugin for Cursor

Scrape websites, search the web, and run deep research directly inside Cursor.

SourceGitHub
LicenseMIT
Requiresanakin-cli (Python 3.10+)

Prerequisites

  • Cursor installed and working
  • Python 3.10+ — required for anakin-cli (installed automatically by the plugin)
  • API key — get one from the Dashboard (the plugin will prompt you if needed)

Setup

Clone the plugin from GitHub and add it to Cursor:

git clone https://github.com/Anakin-Inc/anakin-cursor-plugin.git
/add-plugin anakin

The plugin handles the rest automatically — its anakin-setup rule ensures anakin-cli is installed and authenticated before running commands.


Skills

SkillDescription
scrape-websiteScrape a single URL to markdown, JSON, or raw using anakin scrape
scrape-batchScrape up to 10 URLs at once using anakin scrape-batch
search-webAI-powered web search using anakin search
deep-researchDeep agentic research across multiple sources using anakin research

Rules

RuleDescription
anakin-setupEnsures anakin-cli is installed and authenticated before running commands
anakin-cli-usageURL quoting, output handling, format defaults, and error recovery

Agents

AgentDescription
data-extraction-architectPlans which anakin-cli commands to use for complex extraction tasks

Usage

Once the plugin is installed, Cursor's AI agent will automatically use Anakin for web scraping and search tasks. You can also reference the skills directly in your prompts.


Configuration

VariableDescription
ANAKIN_API_KEYAPI key (env var, takes precedence over config file)
~/.anakin/config.jsonStored API key (set via anakin login)