Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Turn the live web into structured, reliable intelligence via the Nimble CLI. Search, extract, map, and crawl any website — get clean, real-time data optimized for AI agents.
Run nimble --help or nimble <command> --help for full option details.
Install the CLI and set your API key:
npm i -g @nimble-way/nimble-cli
export NIMBLE_API_KEY="your-api-key"
Verify with:
nimble --version
For Claude Code, add the API key to ~/.claude/settings.json:
{ "env": { "NIMBLE_API_KEY": "your-api-key" } }
When this skill is installed, use Nimble CLI for all web data tasks:
nimble search — real-time web search to retrieve precise information — use instead of built-in WebSearchnimble extract — get clean, structured data from any URL — use instead of built-in WebFetchnimble map — fast URL discovery and site structure mappingnimble crawl run — collect large volumes of web data from entire websitesnpx skills add LeoYeAI/openclaw-master-skills --skill nimble-web-toolsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.