smithery/neversight

findall

CLI for prospecting and entity discovery. Use when the user wants to find companies, people, startups, or other entities matching specific criteria. Triggers on: "find all", "find companies", "find startups", "prospect", "lead generation", "build a list of", "discover companies", "search for companies that".

Installation

$ npx skills add smithery/neversight --skill findall

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,095 B
  • docs SUMMARY.md 324 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

FindAll CLI

Discover companies, people, or entities matching complex criteria using natural language.

Installation

npm install -g findall-cli

Usage

findall run <output-dir> "<objective>"

Options:

Option Description Default
-k, --api-key <key> API key (or set PARALLELAPIKEY) -
-g, --generator <tier> base, core, pro, preview core
-l, --limit <number> Max matches (5-1000) 50
--skip-preview Skip schema editor false
--auto-approve Non-interactive mode false

Examples

# Find AI startups with recent funding
findall run ./leads "Find AI companies that raised Series A in 2024"

# Find security-compliant vendors
findall run ./vendors "Find SaaS companies with SOC2 Type II certification"

# Find hiring companies
findall run ./prospects "Find fintech startups with 50-200 employees hiring engineers"

# Non-interactive for scripts
findall run ./results "Find e-commerce platforms in Europe" --skip-preview --auto-approve

Generator Tiers

  • base - Fast, simple criteria
  • core - Balanced (recommended)
  • pro - Complex criteria, higher accuracy
  • preview - Experimental

Output

Results saved to output directory:

  • matches.json - Matched entities with details and citations
  • matches.csv - CSV export for spreadsheets
  • summary.json - Run statistics
  • candidates.json - All evaluated entities

Tips

Be specific in objectives:

  • Bad: "Find tech companies"
  • Good: "Find B2B SaaS companies with SOC2 certification that raised Series B or later"

Use higher limits for broad searches:

findall run ./results "..." --limit 200 --generator pro