Help us improve
Share bugs, ideas, or general feedback.
From linkedin-skills
Pulls LinkedIn post engagers and segments them by ICP fit (peer/aspirational/prospect/other). Produces roster, tiers, and outreach action lists.
npx claudepluginhub sergebulaev/linkedin-skills --plugin linkedin-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/linkedin-skills:linkedin-engager-analyticsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pull every liker and commenter on a LinkedIn post and bucket them by ICP fit. Outputs a roster + action list you can feed into your DM or outreach queue.
Scrapes LinkedIn post engagers (commenters + reactors) from profiles, deduplicates, and enriches with full profile data and company websites. Triggers on post engagement lead gen queries.
Extracts LinkedIn post engagers (comments, reactions, reposts), enriches profiles/emails/companies, and stores them in a local SQLite CRM.
Tracks LinkedIn comments for author replies, classifies threads (hot/warm/cool/dormant), and triggers follow-up drafts. Useful for daily thread check-ins and warm-reply window responses.
Share bugs, ideas, or general feedback.
Pull every liker and commenter on a LinkedIn post and bucket them by ICP fit. Outputs a roster + action list you can feed into your DM or outreach queue.
Depends on APIFY_TOKEN. Without it, falls back to user-paste of the engager list.
Output format (engager roster, tier breakdown, action lists): see references/output-spec.md. Headline: a table of engagers labelled by ICP tier and a per-tier action list.
lib.ApifyClient.fetch_post_engagers(post_url=<url>, max_items=100). Returns a list of dicts with type ("commenters" | "likers"), name, subtitle (job title + company), url_profile, content (comment text if commenter), datetime. Cost is roughly $0.005 per engager-record.subtitle typically reads "Director at Acme Corp" or "Founder & CEO at SaaS Inc". Extract: title, company, seniority bucket (IC / Manager / Director / VP / C-suite / Founder).fetch_user_recent_comments of any team member)High-quality = follow up: founder/operator title, company in ICP, active posting history, >10 mutual 2nd-degree connections, prior thoughtful comments on user's posts.
Low-quality = skip: generic praise, template language ("I'd love to hop on a quick call"), sales/agency profile with no operator history, same comment copy-pasted across many creators.
Global voice rules: see root SKILL.md §Voice rules. Additional skill-specific rules:
| Action | Apify call | Cost (free tier) |
|---|---|---|
| Engager analytics on one post (50 engagers) | fetch_post_engagers(max_items=50) | $0.25 |
| Engager analytics on one post (200 engagers) | fetch_post_engagers(max_items=200) | $1.00 |
A weekly engager-analytics run on 1-2 posts stays well under the $5 free monthly credit.
SKILL.md — this filereferences/output-spec.md — engager roster shape, tier breakdown, action lists, sample runlinkedin-thread-monitor — track author replies to YOUR comments (different surface)linkedin-comment-drafter — draft outreach comments to engagers from this reportlinkedin-reply-handler — draft DM follow-ups