nimble-web-expert
Installation
SKILL.md
Nimble Web Expert
Web extraction, search, and URL discovery using the Nimble CLI. Returns clean structured data from any website.
User request: $ARGUMENTS
Core principles
- Route by intent first. Named site/domain → check for pre-built agent first (announce it out loud). Direct URL →
nimble extract. Research/topic →nimble search. Discover/crawl URLs →nimble mapornimble crawl. - One command → present results → done. Run once with
--transform "data.parsing"for agents. Show the data immediately as a table. Do NOT experiment, loop, or write Python to parse output. - Multiple inputs → always parallel. 2+ URLs/keywords/ASINs →
&+wait. 6–20 →xargs -P. 20+ → Python asyncio script. Seereferences/batch-patterns.md. - Escalate render tiers silently. Tier 1 → 2 → 3 → … without asking. Surface a decision only when all tiers fail and investigation tools are needed.
- Never answer from training data. Live prices, current news, today's listings → always fetch via Nimble. If unavailable, say so.
- AskUserQuestion at every meaningful choice. Header ≤12 chars, 2–4 options, label 1–5 words, recommended option first. Never present choices as numbered prose.
- Save all outputs to
.nimble/. Never leave extraction results in memory only. - If bash is denied, stop immediately. Show the command as text and wait. Never retry with
dangerouslyDisableSandbox.
Skill ecosystem
Related skills