Help us improve
Share bugs, ideas, or general feedback.
From linkedin-skills
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.
npx claudepluginhub sergebulaev/linkedin-skills --plugin linkedin-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/linkedin-skills:linkedin-thread-monitorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Track which of your comments earned author replies. The author-reply signal is the highest-value inbound LinkedIn produces; this skill ensures you respond inside the window where momentum compounds.
Drafts replies to specific LinkedIn comments from a URL. Handles LinkedIn's 2-level thread flattening and posts via Publora on approval.
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.
Captures a read-only snapshot of your LinkedIn post analytics into networking.json. Useful for tracking engagement on your own posts over time.
Share bugs, ideas, or general feedback.
Track which of your comments earned author replies. The author-reply signal is the highest-value inbound LinkedIn produces; this skill ensures you respond inside the window where momentum compounds.
Depends on APIFY_TOKEN. Without it, falls back to user-paste of recent comment URLs.
your-handle)Output format (daily report, warm-thread preview, weekly roll-up): see references/output-spec.md. Headline: a table of recent comments with author-reply status + recommended action.
APIFY_TOKEN is set, call lib.ApifyClient.fetch_user_recent_comments(username=<your-handle>, result_limit=30). Each item already includes the parent post body, post URL, post author, and reaction stats. If APIFY_TOKEN is not set, ask the user to list (or paste) the URLs of comments they've posted in the last 72h.fetch_post_comments(post_id=..., scrape_replies=True)) for:
linkedin-reply-handler.Anchored to a 2026-04 data point: a CEO replied to Serge's comment 22h after the original post. Reply-rate distribution: 0-6h 70%, 6-24h 25% (higher quality), >24h rare. Follow-up timing: 0-6h reply respond within 90 min; 6-24h within 2h; >24h within 4h before it goes cold. See references/thread-timing.md for the full matrix.
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) |
|---|---|---|
| Daily thread sweep (1 user, ~30 comments) | fetch_user_recent_comments once | $0.005 |
| Per-warm-thread context | fetch_post_comments(scrape_replies=True) | $0.005 each |
A typical creator running this skill 5 days/week stays well under the $5 free monthly credit.
SKILL.md — this filereferences/output-spec.md — daily report shape, warm-thread preview, weekly roll-up, sample runreferences/thread-timing.md — the timing matrix with exampleslinkedin-reply-handler — drafts the actual follow-up message for warm threadslinkedin-engager-analytics — analyze who liked/commented on a post (different surface)linkedin-comment-drafter — drafts the initial comment that starts threads