nimble
Nimble web data toolkit — search, extract, map, crawl the web and work with structured data agents
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/nimble.md
@nimbleUse Cases
Usage Examples
/nimble search 'latest AI research papers' and extract titles and URLs from the top 10 results.
/nimble scrape https://example.com/products --selector '.product-card' --output products.json
Crawl https://docs.example.com up to depth 2, extract all headings and code blocks, and save as markdown.
Security Audits
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..