BeClaude

nimble

Official PluginGeneralby Anthropic

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

First seen 4/17/2026

Summary

The Nimble skill equips Claude Code with a comprehensive web data toolkit for searching, extracting, mapping, and crawling the web, enabling structured data collection and agent-driven automation.

  • It simplifies tasks like scraping dynamic content, building datasets, and integrating web data into workflows, saving developers hours of manual effort.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/nimble.md

3
Invoke with @agent-name
@nimble

Use Cases

Extract product listings and pricing from e-commerce sites for competitive analysis.
Crawl documentation pages to build a knowledge base or training dataset.
Search and aggregate news articles or social media posts for trend monitoring.
Map website structures to identify sitemaps, forms, or API endpoints.
Scrape structured data from multiple pages and export as JSON or CSV for further processing.
Automate repetitive data collection tasks by chaining Nimble commands with other skills.

Usage Examples

1

/nimble search 'latest AI research papers' and extract titles and URLs from the top 10 results.

2

/nimble scrape https://example.com/products --selector '.product-card' --output products.json

3

Crawl https://docs.example.com up to depth 2, extract all headings and code blocks, and save as markdown.

View source on GitHub
agent

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is nimble?

The Nimble skill equips Claude Code with a comprehensive web data toolkit for searching, extracting, mapping, and crawling the web, enabling structured data collection and agent-driven automation. It simplifies tasks like scraping dynamic content, building datasets, and integrating web data into workflows, saving developers hours of manual effort.

How to install nimble?

To install nimble: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/nimble.md. Finally, @nimble in Claude Code.

What is nimble best for?

nimble is a agent categorized under General. It is designed for: agent. Created by Anthropic.

What can I use nimble for?

nimble is useful for: Extract product listings and pricing from e-commerce sites for competitive analysis.; Crawl documentation pages to build a knowledge base or training dataset.; Search and aggregate news articles or social media posts for trend monitoring.; Map website structures to identify sitemaps, forms, or API endpoints.; Scrape structured data from multiple pages and export as JSON or CSV for further processing.; Automate repetitive data collection tasks by chaining Nimble commands with other skills..