Official Nimble plugin: web data toolkit and business workflow skills
npx claudepluginhub nimbleway/agent-skillsReal-time web search and data extraction for AI agents - powered by Nimble. Search, extract, map, and crawl any site on the web with built-in stealth, JS rendering, and retries. Get clean, structured web data from any public webpage with pre-built Web Search Agents, or build your own reusable extraction templates. The definitive web data toolkit for AI-native development.
Unlock the web for your AI agents — search, scrape, extract structured data, and run business intelligence workflows, all powered by Nimble's web data infrastructure. One plugin for Claude Code, Cursor, and any platform that supports the Agent Skills spec.
| Category | What you get |
|---|---|
| Business Research | Competitor monitoring, 360° company research, and market discovery — find all businesses of a given type in any geography with multi-source verification |
| Healthcare | Extract structured practitioner data from practice websites, enrich existing provider lists with missing fields, and verify credentials against the NPI registry — names, credentials, specialties, contact info, education, reviews, and regulatory data across any healthcare vertical |
| Marketing | Track how competitors position themselves — messaging shifts, pricing changes, content gaps, battlecard inputs |
| Productivity | Walk into any meeting fully briefed — attendee backgrounds, company context, talking points, relationship mapping. Discover and score local businesses in any neighborhood with interactive maps |
| Web Data Toolkit | Search, scrape, extract, map, and crawl any website — plus build reusable extraction agents that run at scale |
Business Research, Marketing, and Productivity skills are one-command workflows. They spawn parallel sub-agents, gather live web data via Nimble APIs, synthesize findings, and deliver structured reports with dates and source URLs. They learn from previous runs and only surface what's new.
Web Data Toolkit skills expose Nimble's raw capabilities for any web task. They also power the business skills under the hood — and form a feedback loop: web-expert runs agents built by agent-builder, and when a one-off lookup becomes recurring, agent-builder turns it into a reusable pipeline.
npm i -g @nimble-way/nimble-cli
Sign up and grab your key from Account Settings > API Keys.
export NIMBLE_API_KEY="your-api-key-here"
Or add it permanently to ~/.claude/settings.json:
{ "env": { "NIMBLE_API_KEY": "your-api-key-here" } }
Claude Code:
claude mcp add --transport http nimble-mcp-server https://mcp.nimbleway.com/mcp \
--header "Authorization: Bearer ${NIMBLE_API_KEY}"
Restart Claude Code after running this — MCP servers added mid-session aren't available until the next launch.
Cursor:
/add-plugin nimble
Or clone the repo and open it in Cursor — the plugin system auto-discovers skills from .cursor-plugin/plugin.json.
npx skills CLI:
npx skills add Nimbleway/agent-skills
To install a single skill:
npx skills add Nimbleway/agent-skills --skill competitor-intel
To list available skills:
npx skills add Nimbleway/agent-skills --list
# Business intelligence — ask a question, get a sourced report
"What are my competitors doing this week?"
"Prepare me for my meeting with Jane from Acme Corp"
# Web data toolkit — get data from any website
"Scrape the pricing page at example.com"
nimble search --query "AI agent frameworks" --max-results 10
Business skills follow a shared pattern: preflight (check CLI, load profile) → parallel research (spawn sub-agents for concurrent data gathering) → analysis (synthesize findings, deduplicate against previous runs) → report (structured output with sources) → distribute (offer Notion/Slack delivery).
Core skills expose the Nimble CLI directly — search, extract, map, crawl, and manage extraction agents.
| Aspect | Claude Code | Cursor | npx skills |
|---|---|---|---|
| Plugin config | .claude-plugin/ | .cursor-plugin/ | N/A (reads skills/) |
| MCP config | .mcp.json | mcp.json | Manual setup |
| Rules | N/A | rules/*.mdc | N/A |
| Skills | skills/ (shared) | skills/ (shared) | skills/ (shared) |
All platforms read the same skills/ directory. Platform-specific files coexist without interference.
Development marketplace for Payload
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations