← Back to list

linkedin-reply-handler Checked

Draft a reply to one LinkedIn comment from its URL, or sweep a whole thread from just the post UR…
⚡ Productivity skills By sergebulaev Version v1.0.0 Updated 2026-09-15
9.5Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "linkedin-reply-handler" skill by following the instructions at https://skill123.me/install/linkedin-reply-handler.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/linkedin-reply-handler.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 11 KB

About this skill

Overview

Draft a reply to one LinkedIn comment from its URL, or sweep a whole thread from just the post URL and draft a reply to every comment worth answering, in one batch. Use for replying to a comment, following an author reply, or clearing all comments on a post. Resolves the correct parentComment (LinkedIn flattens threads to 2 levels), filters low-value comments before a sweep, and posts via Publora on approval. Not for top-level comments (use linkedin-comment-drafter).

Source

  • Repo: https://github.com/sergebulaev/linkedin-skills
  • Path: skills/linkedin-reply-handler

Score breakdown

Trigger
9.5
Dual-mode What/When plus explicit Not-For routing to drafter and analytics.
Structure
9.3
152-line SKILL.md with four tight references covering templates, threading, filtering, examples.
Workflow
9.6
Flattening and reshare gotchas handled, filter transparency, batch approval, rate-limit-aware sequential publish with stop-on-429 rule.
Content
10.0
Exceptionally precise edge-case documentation and concrete drop patterns.
Engineering
9.0
Correct frontmatter; lib and reference paths exist in bundle context.
Security
9.5
No cookies or login; comments treated as data with injection flagging inside sweeps; publish gated on explicit batch approval.
Best-in-batch execution design: single-comment and whole-thread sweep modes, correct 2-level parentComment flattening with per-entry double-check, transparent filter summary, batch approval, sequential publishing with 429 stop rule, and sweep-wide prompt-injection defenses. Fetching is no-cookie public Apify only.