nous
← Skill Library
RevOps

/company-people

Give it a list of companies and it finds the decision maker at each one with a verified email. It scrapes the LinkedIn people tab, filters to the titles you sell to, verifies every address before it saves, and writes the graded list into your context graph.

linkedin linkedin apify apify claude claude neverbounce neverbounce prospeo prospeo nous nous
VERIFIED

How it works

Four steps. LinkedIn is the source of truth for people, so this is the layer that fills the gaps the databases miss.

  1. Scrape the people tab

    Point it at company LinkedIn URLs or plain domains. It pulls everyone listed on each company page, which is where nearly every founder actually is.

    apify apify
  2. Filter to the decision maker

    Founder, co founder, CEO, owner, GTM lead. The title filter runs at scrape time, so you get the person you want rather than the whole company.

    claude claude
  3. Verify every email

    Each scraped address is verified inside the skill. Valid is kept, catch all is flagged, invalid is dropped or found fresh from the LinkedIn URL.

    neverbounce neverbounce
  4. Save to your graph

    The graded list lands in Nous, deduped against everyone you already have, each person labelled with how good their email is.

    nous nous

Make it your own

Every skill is a plain markdown file in your own folder. Read it, change it, and it is yours.

Refine it to your ICP

The title filter is a plain list in the SKILL.md. Change it to the roles you actually sell to and the scrape narrows with it.

Make it yours

Turn on the Prospeo fallback for the addresses that come back invalid. Keep catch alls or drop them. Take one person per company or take them all.

Wire it into your workflow

This is the catch all people layer. Feed it the gap companies from lookalike-builder, then run signal-scan across the accounts it found.

See it run

A list of companies in. A verified decision maker at each one out.

walkthrough · coming soon

Install it

Paste it into your terminal. Then use /company-people inside Claude Code.

terminal
curl -sL https://raw.githubusercontent.com/NousC/gtm-skills/main/.claude/skills/company-people/SKILL.md --create-dirs -o ~/.claude/skills/company-people/SKILL.md

Then run it

Open Claude Code and type /company-people. Paste your company URLs, or hand it the gap companies from another skill. It shows you the titles it matched before it verifies anything.