Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

LinkedIn Comment Drafter

Paste a LinkedIn post URL and get 2-3 engagement-tested comment drafts with a suggested reaction, published via Publora only after you approve.

Marketing & SEOIntermediate56285AI score 9/10Last updated: Aug 9, 2026

What it does

  • Parses a LinkedIn post URL, fetches the post body and top existing comments via Apify (or asks you to paste them if no token is set).
  • Picks 2-3 of seven battle-tested comment templates (Missing-Piece, Answer-the-Closing-Question, Data-First, Counter-with-Concession, and more) and fills them in your voice.
  • Enforces hard rules: 200-350 characters, no em dashes, no hashtags, no generic "Great post!" filler, and a humanizer pass to strip AI tells.
  • Suggests a reaction type (LIKE, PRAISE, EMPATHY, INTEREST, APPRECIATION, ENTERTAINMENT) and explains why each template fits.
  • Reshare mode: reposts to your own feed with an optional one-line take, verifying canShare and resolving the correct share URN.
  • Always renders an approval card first; publishing happens only on your explicit "post".

Who it's for

  • Founders, sales reps, and marketers building inbound through LinkedIn engagement.
  • Anyone chasing the first-commenter slot on viral posts.
  • Employee advocacy participants resharing brand and colleague content.

Example uses

  1. "Comment on this: <post URL>" → detects the closing question and returns a T2 direct-answer draft as primary, T1 Missing-Piece as backup, reaction INTEREST.
  2. A data-heavy industry post → T3 Data-First variant with a concrete number and a named entity added by the humanizer pass.
  3. "Reshare this with my thoughts" → checks resharing is allowed, drafts one tight sentence, then reposts on approval.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/sergebulaev/linkedin-skills/HEAD/.codex-marketplace/linkedin-skills/skills/linkedin-comment-drafter/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the .codex-marketplace/linkedin-skills/skills/linkedin-comment-drafter folder from the GitHub repo sergebulaev/linkedin-skills into my ~/.claude/skills/linkedin-comment-drafter/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/sergebulaev/linkedin-skills.git && mkdir -p ~/.claude/skills && cp -r linkedin-skills/.codex-marketplace/linkedin-skills/skills/linkedin-comment-drafter ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repo: git clone https://github.com/sergebulaev/linkedin-skills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r linkedin-skills/.codex-marketplace/linkedin-skills/skills/linkedin-comment-drafter ~/.claude/skills/
  5. Because the skill references shared references/, lib/, and sibling skills, copying the whole .codex-marketplace/linkedin-skills directory is the safer option.
  6. Optional: set export APIFY_TOKEN=your_token for automatic post fetching and connect a Publora account for one-click publishing; without them you paste the post text and publish manually.
  7. Restart Claude Code and try: "Draft a comment for this LinkedIn post: <URL>".