linkedin-thread-monitor

Featured

Track which of your LinkedIn comments earned author replies. Flags the 6-24h warm-reply window where thread momentum peaks, classifies threads as hot/warm/cool/dormant, and routes warm ones to linkedin-reply-handler for follow-up drafts. Powered by Apify, no LinkedIn login. Triggers on "what threads need follow-up", "author replied", "monitor my comments". Not for analyzing likers on a post (use linkedin-engager-analytics).

AI & Automation 1,780 stars 316 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# LinkedIn Thread Monitor 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. ## When to use - Daily: "What threads need follow-up today?" - After posting a batch of comments: "Check back in 6 hours" - When an author replied personally: "Draft the response" ## Input - Your LinkedIn handle (last path segment of profile URL, e.g. `your-handle`) - Optional: window in hours (default 72) ## Output 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. ## Steps 1. **Fetch user's recent comments.** If `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. 2. **For each comment posted in last 72h:** check the parent post's comment tree (use `fetch_post_comments(post_id=..., scrape_replies=True)`) for: - Replies to the user's comment - Whether the author posted any of those replies - Timestamps (time since user's comment, time since latest reply) 3. ...

Details

Author
sergebulaev
Repository
sergebulaev/linkedin-skills
Created
4 months ago
Last Updated
2 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

linkedin-comment-reply-manager

Clear the comment inbox under the user's own LinkedIn posts. Pulls the comments that still need an answer (already answered, own, and hidden comments are filtered out), triages each one (question, pushback, lead signal, praise, spam), drafts a reply in the user's voice, and schedules the approved replies to post under their name. Use when the user says reply to my comments, what is waiting under my posts, or wants to keep the conversation going in the first hours after publishing. Requires the Taplio MCP to read the threads, save the reply drafts, commit them, and confirm they went live.

5 Updated today
TaplioOfficial
AI & Automation Featured

linkedin-reply-handler

Draft a reply to a specific existing LinkedIn comment from its URL. Use when the user wants to reply to a comment on any post, or follow up after an author replied to them. Parses the commentUrn, resolves the correct parentComment target (LinkedIn flattens threads to 2 levels), and posts via Publora on approval. Not for top-level comments (use linkedin-comment-drafter).

1,780 Updated 2 days ago
sergebulaev
AI & Automation Listed

linkedin-warm-lead-finder

Turn the comments under the user's own LinkedIn posts into a ranked warm-lead list. Reads the recent threads, matches each commenter's headline against the user's target audience, scores intent (a question about the method or offer, a shared situation, a repeat commenter, respectful pushback), and returns who is worth a conversation, what they said, the reply to send, and the next step (connection request, DM, or not yet). Use when the user asks who in my comments is worth talking to, wants leads from their content, or is preparing outreach. Requires the Taplio MCP to read who commented and what they wrote, and to save the replies.

5 Updated today
TaplioOfficial