Discover entities (companies, people, products, etc.) matching a natural-language description. Use when the user asks to 'find all X' or 'list every Y that…' — e.g., 'Find AI startups that raised Series A in 2026', 'List roofing companies in Charlotte NC', 'Show me YC W24 dev tools companies'. Different from web-search (which returns webpages) and deep-research (which returns a narrative report). Use this when the user wants a structured list of entities.
$npx -y skills add parallel-web/parallel-agent-skills --skill parallel-findallInstalls into the current project.
Run `npx skills use "https://github.com/parallel-web/parallel-agent-skills" --skill "parallel-web/parallel-agent-skills/parallel-findall"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/parallel-web/parallel-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/parallel-web/parallel-agent-skills"` and select the relevant skills, then follow their instructions.