Skip to main content
Install the Nimble plugin and turn Claude Code or Cursor into a web data powerhouse. Search, extract, scrape, and build reusable extraction agents, all from your AI coding assistant. The plugin bundles two skills and an MCP server connection into a single package.

What’s Included

ComponentDescription
nimble-web-expert skillGet live web data instantly. Search, extract, map, and crawl via Nimble CLI
nimble-agent-builder skillCreate, test, refine, and publish reusable extraction workflows
MCP server configPre-configured connection to the Nimble MCP server

Skills Overview

Build durable, reusable extraction workflows. Create, test, validate, refine, and publish an agent for a specific domain (e.g., “build an agent for extracting Amazon product data”). Multi-step process, not for getting data right now.Triggers: “set up extraction for X site”, “build an agent for…”, “create a reusable scraper”
Get web data immediately. Fast, one-off extractions. Scrape pages, fetch URLs, search the web, crawl site sections. This is the only way your AI coding assistant can access live websites.Triggers: Fetching any URL, scraping data, web search, bulk crawling, running pre-built agents
agent-builderweb-expert
GoalReusable workflowImmediate data
SpeedSlower (build/test/refine cycle)Fast, direct
OutputPublished agentExtracted data
Use when”I’ll need this repeatedly""Get me this data now”

Prerequisites

  1. Nimble CLI: Install globally:
npm i -g @nimble-way/nimble-cli
  1. Nimble API Key: Sign up and generate a key from your Account Settings > API Keys
  2. Set the environment variable:
export NIMBLE_API_KEY="your-api-key-here"
Or add to ~/.claude/settings.json (Claude Code):
{
  "env": {
    "NIMBLE_API_KEY": "your-api-key-here"
  }
}

Install by Platform

claude plugin marketplace add Nimbleway/agent-skills && \
claude plugin install nimble@nimble-plugin-marketplace
This installs both skills and configures the MCP server automatically.

Local Plugin Directory

Clone the repo and load it as a local plugin:
git clone https://github.com/Nimbleway/agent-skills.git
claude --plugin-dir /path/to/agent-skills

What’s Next

Build Your First Agent

End-to-end tutorial: competitive price analysis across Amazon, Walmart, and Nike, from a single prompt

Try Nimble Studio

Prefer a visual interface? Create agents in the browser

Talk to Sales

Need enterprise scale or managed delivery?

Source Code

View the full plugin source on GitHub