Language: 日本語English

nimble Plugin

Topics
Web Search, Research & Learning · AI Agents & AI App Development
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

Nimble is a plugin that adds live web search, extraction, mapping, and crawling to AI coding assistants such as Claude Code, Claude Cowork, Cursor, Codex, and Cortex Code. Per the docs and README, it bundles two skills — nimble-web-expert for immediate, one-off data retrieval and nimble-agent-builder for creating, testing, and publishing reusable extraction agents — along with a pre-configured connection to the Nimble MCP server. Using it requires installing the Nimble CLI (npm i -g @nimble-way/nimble-cli) and setting a Nimble API key, or, on some platforms, authenticating via OAuth instead. The README also describes broader skill categories (Business Research, Marketing, SEO, Productivity, Data Platforms) that are built on top of this core web data toolkit; details of those skills are not covered by the given sources beyond their names and short descriptions.

Overview

Nimble is a web data infrastructure product accessed through the Nimble CLI and the Nimble MCP server, offering search, extract, map, and crawl operations plus the ability to run or build extraction agents. According to the docs, using it requires signing up for a Nimble account and generating an API key from Account Settings.

What you can do with nimble

  • Search the web in real time with nimble search --query ""
  • Extract content from a URL as markdown with nimble extract --url "" --format markdown
  • Discover URLs on a site with nimble map --url "" --limit 20
  • Crawl a section of a website with nimble crawl run --url "" --limit 50
  • Browse and run existing extraction agents with nimble agent list and nimble agent run
  • Build, test, refine, and publish new reusable extraction agents via the nimble-agent-builder skill

Sources

Original description (English)

Nimble web data toolkit — search, extract, map, crawl the web and work with structured data agents

History of nimble

Back to list