Install
openclaw skills install @sergebulaev/linkedin-engager-analyticsPull the people who liked or commented on any LinkedIn post and segment them by ICP fit (peer / aspirational / prospect / other). Produces an engager roster, tier breakdown, and outbound action lists (follow back, comment-drop, DM-able with one-line openers). Powered by Apify, no LinkedIn login. Triggers on "who liked my post", "who engaged", "engagers report", "audience analytics". Not for tracking author replies to your comments (use linkedin-thread-monitor).
openclaw skills install @sergebulaev/linkedin-engager-analyticsPull 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