
from Nimbleway Agent Skills13
Discover and audit businesses by vertical and geography using Nimble Web Search Agents; supports discovery and audit modes with checkpointing and enrichment.
Market Finder discovers businesses of a specified type across any geography (city, state, region, nationwide) using Nimble Web Search Agents (WSAs). It supports two modes: Discovery (builds a fresh list from WSAs/search fallbacks) and Audit (compares an existing user list — Google Sheet/CSV/inline — against fresh discovery and categorizes matches). The skill handles geographic tiling, WSA discovery/validation, parallel execution, deduplication, scoring, enrichment, and checkpointed saves for resumability.
Use Market Finder when you need a prospect list, TAM estimate, or to verify/augment an existing business list. Typical triggers: "find all X in Y", "build a list of", "audit my list", "how many X in Y", "gap analysis", "prospect list". Pick Discovery for fresh searches and Audit when you have a reference list to compare.
Inference: Designed to run with Claude Code / Nimble CLI-backed agents and sub-agents that can execute nimble agent calls and manage file-based checkpoints (supports sub-agent batching and parallelism).
Market Finder is a comprehensive Nimble WSA-powered skill for discovering and auditing businesses by vertical and geography. It features well-structured discovery/audit modes, geographic tiling, checkpointing, deduplication, and vertical presets. No scripts were bundled so only static analysis was performed. The SKILL.md is detailed and well-organized with clear step-by-step instructions, error handling, and output templates.
Well-crafted skill with thorough documentation. Security deductions: allowed-tools includes Bash with broad patterns (nimble:*, python3:*, etc.) and Read/Write/Edit which give the agent significant filesystem access — -10 for shell injection risk via unquoted user input in nimble commands, -8 for unrestricted Write/Edit on user filesystem, -4 for no explicit sandboxing or output validation. No hardcoded credentials, no phone-home telemetry, no destructive commands. The skill is niche — requires Nimble platform subscription, limiting broad applicability. Architecture is excellent: clear frontmatter, progressive disclosure via references/, good separation of concerns between discovery/enrichment/audit modes.