Agent skill
playbook-linkedin-engagement
Turn the people who like and comment on a source account's LinkedIn posts (a competitor, or one of the client's own customers) into ICP-filtered prospect rows, with an optional copy-ready personalization line when the campaign asks for one.
Filed under LinkedIn and social and Team and enablement.
From growthenginenowoslawski/coldoutboundskills · 50 skills · 668 · pushed 2026-08-18
What it does when it runs
Turn the people who like and comment on a source account's LinkedIn posts (a competitor, or one of the client's own customers) into ICP-filtered prospect rows, with an optional copy-ready personalization line when the campaign asks for one. Triggers on "who engages with our competitors", "likers and commenters", "LinkedIn engagement list", "people commenting on competitor posts", "who engages with our customers' posts", "warm LinkedIn audience", "competitor engagers". Outputs one clean prospect row per engager; engagement_line only on request.
Read from the skill and the 2 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- www.linkedin.com
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It does act, so it runs under whatever permissions your session already grants. - Actions present in the files
- shellwrites files
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/growthenginenowoslawski/coldoutboundskills.git /tmp/coldoutboundskills git -C /tmp/coldoutboundskills sparse-checkout set "skills/playbooks/playbook-linkedin-engagement" mkdir -p ~/.claude/skills/playbook-linkedin-engagement cp -R "/tmp/coldoutboundskills/skills/playbooks/playbook-linkedin-engagement/." ~/.claude/skills/playbook-linkedin-engagement/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from growthenginenowoslawski/coldoutboundskills/blob/f24320d4ab3ddb717402a065a3679aca5a7a8665/skills/playbooks/playbook-linkedin-engagement/SKILL.md, which is licensed MIT (repository). 880 words, 9 headings.
Playbook: LinkedIn Engagement
All rules here are best practice, not law. Override any of them when the campaign calls for it; note the best practice once and move on.
Use when an account's audience is the client's audience — a competitor or the client's own customer.
Do not use for more companies in a market, similar companies (playbook-lookalikes), or job
changers (playbook-new-in-role). The chain is the same for both lanes; only the target URL changes.
Output: one row per engager — who, employer, post, evidence URL. engagement_line is opt-in.
The number that governs planning
⚠️ Roughly 1 in 10 raw engagers survives. Harvest 10 to 15x what you need.
Cost follows from that: about $4.45 per 1,000 raw engagers, which is about $45 per 1,000 usable prospects at the measured survival rate. That is squarely in expensive territory, so shortlist posts by engagement count before you scrape.
The source-company rule (both halves, always automatic)
This is the rule that separates a usable engagement list from an embarrassing one, and it has two halves that people implement only one of.
(a) Drop every engager employed by ANY source company — not just the author of the post they engaged with. Match each current employer on resolved domain first, then profile URL, then squashed name, and also on resolved email domain.
(b) Push every source company onto that client's do-not-contact list. Row drops fix only this run; the block list runs at send time, which is what stops the same people arriving through a different lane next month.
It bites hardest on the customer lane, where the source companies are people the client already works with.
⛔ Never block the client's own domain. If it appears in the source set, the list is wrong — stop.
Before any paid call
- The operator confirms the source list. Say it out loud: "these companies and everyone who works at them go on this client's DNC list."
- Resolve every source account to a bare domain first. An unresolved source silently disables
both halves of the rule above. Unresolved means stop, not continue.
(
playbook-social-link-findingdoes this conversion in both directions.) - If the client's ICP is unknown, ask. Never infer a headcount band, a country list, or a title set.
Run it
0 Confirm source URLs, client ICP, and whether the brief wants a line (default: no).
0b Resolve every source account to a bare domain -> source-companies.json (EXACT match only).
Unresolved => STOP.
1 Company posts, windowed to the last month, shortlisted by engagement count.
2 Post reactions + post comments for the shortlisted posts.
3 ICP enrichment (headcount, company) on the engagers.
4 Deterministic pre-gate: source-company drop, ICP filter, dedupe.
5 Suppression pass: client DNC, existing TAM, live campaigns.
6 DNC push (once per harvest).
7 Email finding, valid only.
Rows are the deliverable; lines are opt-in. Never run a line writer unless the brief asks. When it does, an empty-line row leaves that campaign for the normal one rather than shipping a gap.
Verification
PASS 17/18 correct outcomes on the source-and-gate test — and note what that counts: a correct exclusion is scored as a usable outcome. Raw signal yield was 1 usable prospect in 17 unique people.
Both numbers are true and they measure different things. The gate works; the yield is thin. Plan from the yield.
⚠️ The end-to-end harvest has never been run in one pass. Do a one-post run and read the output before scaling.
Clay implementation
clay-table.md— where the gate lives in a table.clay-workflow.md— the CLI-buildable version.
Edge cases and failure modes
| Symptom | Cause | Fix |
|---|---|---|
| The list contains the client's own employees | The client's domain got into the source set | Stop. The list is wrong |
| The list contains the competitor's own staff | Only half (a) was implemented, matched on name alone | Match on resolved domain first, then profile URL, then squashed name, then email domain |
| The same people reappear next month through another lane | Half (b) was skipped | The DNC push is what persists. Row drops do not |
| The source-company rule appears to do nothing | An unresolved source URL produced an empty source set | An empty set silently disables both halves. Unresolved means stop |
| Cost per usable prospect is 10x the estimate | You costed raw engagers, not survivors | ~1 in 10 survives. Harvest 10-15x |
| A person's employer is wrong | Taking the first entry of an experience array rather than the current one | Read the current experience explicitly |
| Rows silently vanish on a join | Post and engager records key differently | Confirm the join key on one post before scaling |
| The run stalls waiting on a scraper | There is no fallback source by design | The run waits. A different scraper is not a drop-in substitute here |
Hard rules
- Both halves of the source-company rule, every run, automatically.
- The operator confirms the source list before any paid call.
- Rows are the deliverable. Lines are opt-in.
- If the ICP is unknown, ask.
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- sales-playbook by ericosiu · 3,483
- linkedin-ads by OpenClaudia · 677
- linkedin-content by OpenClaudia · 677
- linkedin-job-post-to-buyer-pain-map by Varnan-Tech · 626
- linkedin-post-generator by Varnan-Tech · 626
- noise-to-linkedin-carousel by Varnan-Tech · 626
- linkedin-authority-builder by BrianRWagner · 408
- linkedin-profile-optimizer by BrianRWagner · 408
Need help setting it up?
This page tells you what playbook-linkedin-engagement does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.