Linkedin Thread Engagement
by @sergebulaev
Tracks your LinkedIn comments for author replies within 72h, flags high-value engagement windows, and drafts timely follow-ups to maximize thread momentum.
clawhub install linkedin-thread-engagementπ About This Skill
name: linkedin-thread-engagement description: Monitor LinkedIn threads where the user commented for author replies and inbound signals. Use when the user wants to track which of their comments earned personal replies from post authors (the highest-value engagement signal). Flags the 6-24h "Kevin Payne window" where author replies are most likely, drafts follow-up responses, and optionally routes to DM. Keywords: thread monitoring, author reply, inbound tracking, comment follow-up, engagement compound.
LinkedIn Thread Engagement
The engagement compounding layer. Tracks which of the user's comments earned author replies, drafts timely follow-ups, and flags the 6-24 hour window where thread momentum is highest.
When to use
Input
Output
Daily report
| Posted | Author | Post | Comment | Reply? | Stage | Action | |---|---|---|---|---|---|---| | 18h ago | Kevin Payne | LawVu | "moat moved to taste" | β Kevin replied 14h ago | Warm (6-24h window) | Reply now | | 22h ago | Dharmesh Shah | HubSpot | "integration depth moat" | No | Cold | Skip | | 3h ago | Felix T. | Rezolve | "twin economies" | No | Watch | Check in 3h |
For each warm thread
linkedin-reply-handler)Weekly roll-up
Steps
1. Fetch user's recent comments via HarvestAPI /linkedin/profile-comments.
2. For each comment posted in last 72h: fetch the parent post's comment tree and look 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. Classify stage:
- Hot (<6h): author just replied β respond within 90 min for max thread momentum
- Warm (6-24h): the Kevin Payne window β author replies most happen here
- Cool (24-72h): still respondable but lower velocity
- Dormant (>72h): don't reply in thread; consider DM
4. Draft responses for warm threads using linkedin-reply-handler (which adapts to the active backend per lib.active_backend() β Publora auto-posts, manual mode returns copy-paste, DIY invokes custom poster).
5. Flag suspicious patterns:
- Author replied but also deleted someone else's comment (author is actively moderating, tread carefully)
- Commenter is in thread self-promoting (your reply shouldn't engage them)
6. DM routing: if thread is dormant but the author engaged meaningfully, draft a DM that references the thread specifically.
Kevin Payne window
Named after the real 2026-04 data point: Kevin Payne (LawVu CEO) replied to Serge's comment 22h after the original post. This is the sweet spot.
Follow-up timing:
Inbound-quality signals
High-quality commenter = worth the follow-up:
Low-quality = skip:
Hard rules
Example
> Input: monitor sbulaev profile, last 24h
> Output: > - 1 warm thread: Kevin Payne replied 14h ago on LawVu post. Current stage: Warm (8-24h). Suggested response ready. Action: post within 2 hours. > - 8 cold threads (no author engagement). Skip. > - 3 watching threads (<6h old, author may still reply). Check again in 3-6h.
Files
SKILL.md β this filereferences/thread-timing.md β the timing matrix with examplesRelated skills
linkedin-reply-handler β drafts the actual follow-up messagelinkedin-comment-drafter β drafts the initial comment that starts threadsβ‘ When to Use
π‘ Examples
> Input: monitor sbulaev profile, last 24h
> Output: > - 1 warm thread: Kevin Payne replied 14h ago on LawVu post. Current stage: Warm (8-24h). Suggested response ready. Action: post within 2 hours. > - 8 cold threads (no author engagement). Skip. > - 3 watching threads (<6h old, author may still reply). Check again in 3-6h.