From apollo
Full ICP-to-leads pipeline. Describe your ideal customer in plain English and get a ranked table of enriched decision-maker leads with emails and phone numbers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apollo:prospect [describe your ideal customer][describe your ideal customer]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Go from an ICP description to a ranked, enriched lead list in one shot. The user describes their ideal customer via "$ARGUMENTS".
Go from an ICP description to a ranked, enriched lead list in one shot. The user describes their ideal customer via "$ARGUMENTS".
/apollo:prospect VP of Engineering at Series B+ SaaS companies in the US, 200-1000 employees/apollo:prospect heads of marketing at e-commerce companies in Europe/apollo:prospect CTOs at fintech startups, 50-500 employees, New York/apollo:prospect procurement managers at manufacturing companies with 1000+ employees/apollo:prospect SDR leaders at companies using Salesforce and OutreachExtract structured filters from the natural language description in "$ARGUMENTS":
Company filters:
q_organization_keyword_tagsorganization_num_employees_rangesorganization_locationsq_organization_domains_listPerson filters:
person_titlesperson_senioritiesperson_locationsIf the ICP is vague, ask 1-2 clarifying questions before proceeding. At minimum, you need a title/role and an industry or company size.
Use mcp__claude_ai_Apollo_MCP__apollo_mixed_companies_search with the company filters:
q_organization_keyword_tags for industry/verticalorganization_num_employees_ranges for sizeorganization_locations for geographyper_page to 25Use mcp__claude_ai_Apollo_MCP__apollo_organizations_bulk_enrich with the domains from the top 10 results. This reveals revenue, funding, headcount, and firmographic data to help rank companies.
Use mcp__claude_ai_Apollo_MCP__apollo_mixed_people_api_search with:
person_titles and person_seniorities from the ICPq_organization_domains_list scoped to the enriched company domainsper_page set to 25Credit warning: Tell the user exactly how many credits will be consumed before proceeding.
Use mcp__claude_ai_Apollo_MCP__apollo_people_bulk_match to enrich up to 10 leads per call with:
first_name, last_name, domain for each personreveal_personal_emails set to trueIf more than 10 leads, batch into multiple calls.
Show results in a ranked table:
| # | Name | Title | Company | Employees | Revenue | Phone | ICP Fit |
|---|
ICP Fit scoring:
Summary: Found X leads across Y companies. Z credits consumed.
Ask the user. Apollo owns enrichment + sequences; Lark owns where the list lives and how the team acts on it.
mcp__claude_ai_Apollo_MCP__apollo_contacts_create with run_dedupe: true for each lead/apollo:company-intel on any company from the listlark_base_search first: it REQUIRES search_fields (the Bitable API mandates the field(s) to match, e.g. email or name) and does NOT support jq — narrow with select_fields / limit instead. Unsure of field names? Discover them via lark_api GET /open-apis/bitable/v1/apps/{base}/tables/{table}/fields. Then batch the rows via lark_base_record_upsert (base_token, table_id, one fields map per lead: name, title, company, employees, revenue, email, phone, ICP Fit) with dry_run: true; show the planned batch, then commit. No leads Base yet → scaffold with the base-deploy skill, don't hand-roll schema.lark_im_card_send with a spec (header = ICP summary, one item row per top lead with an "Own" button). Validate with print_json: true, then dry_run: true, then send. For the card YAML grammar, delegate to the lark-im skill. Resolve any internal recipient with lark_contact_search first (P1).Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub larkcowork/lark-cowork-plugins --plugin apollo