
from discolike-cli9
Build validated B2B prospect lists from a seed domain or ICP using the DiscoLike CLI; includes validation, market sizing, and Clay-ready normalization.
DiscoLike Account List Builder is a CLI-first skill that generates validated account/prospect lists from a seed domain or an ICP description. It runs discovery, calibration (50→200 record gates), and market-mapping pulls, then normalizes outputs for downstream enrichment (e.g., Clay). The skill captures iterative validation steps (include/exclude loop), cost previews, and guidance for scaling pulls safely.
Use this skill when you need to: build a target account list from scratch, find lookalike companies for an existing client, size a market before outreach, or prepare a normalized CSV for enrichment pipelines. Invoke it when you have an ICP or a representative seed domain and want a repeatable, cost-aware discovery workflow.
CLI-oriented tools and agents that can run shell/CLI tasks (local agent runners, Codex/Copilot-style automation) can leverage this skill. It expects access to the discolike CLI and environment API keys.
B2B prospect list building skill using DiscoLike CLI. SKILL.md is exceptionally detailed with clear phases, validation loops, cost references, and common mistakes. The bundled configure_providers.py script fails immediately due to missing 'discolike' module dependency — the skill requires the DiscoLike CLI package installed. No security concerns: no hardcoded creds, no destructive commands, no exfiltration. Script reads API keys from environment/.env files which is standard practice.
discolikeSKILL.md is one of the most thorough and well-structured skill docs seen — includes cost estimates, validation loops, quality decay curves, and clear trigger/anti-trigger definitions. The script is a lightweight config helper that can't run without the full CLI package installed. No security issues detected.