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

li-comment — LinkedIn Comment Writer

Turns a pasted LinkedIn post into two short, opinionated comment options that don't read like a bot.

Content & WritingBeginner13521AI score 9/10Last updated: Sep 7, 2026

What it does

  • Reads the post you paste and picks from nine comment types: add a datum, add the missing case, respectful disagree, extend one line, ask the real question, the receipt, the correction, the reframe, the one-liner.
  • Returns two labelled options of different types, plus one line on which to post and why.
  • Bans dead openers ("Great post", "Love this", "So true", emoji-first, restating the post).
  • Enforces length discipline: 2–4 sentences, one idea only.
  • Batch mode for an engagement round of 5–10 posts, with a weekly log at ~/.claude/linkedin/log.md so you don't hit the same three people daily.
  • Never auto-posts or scrapes — that violates LinkedIn's User Agreement. It writes; you post.

Who it's for

  • Founders, sales and marketing folks using LinkedIn for inbound and visibility.
  • Personal-brand builders who do a daily commenting round.
  • Anyone whose comments keep landing generic and getting no replies.

Examples

  1. Paste a hiring post and say "comment on this" → get a Receipt option and a Respectful-disagree option, then pick one.
  2. Paste a post making a numeric claim → get an Add-a-datum comment layering in your own metric.
  3. Paste 8 posts in one message for batch mode → get 8 comments in a single block plus a note of who you already engaged this week.

· · · 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/Jakeschincariol/linkedin-agent-skill/HEAD/skills/li-comment/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 skills/li-comment folder from the GitHub repo Jakeschincariol/linkedin-agent-skill into my ~/.claude/skills/li-comment/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/Jakeschincariol/linkedin-agent-skill.git && mkdir -p ~/.claude/skills && cp -r linkedin-agent-skill/skills/li-comment ~/.claude/skills/

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

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/Jakeschincariol/linkedin-agent-skill.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r linkedin-agent-skill/skills/li-comment ~/.claude/skills/
  5. (Recommended) Also copy the li-human skill from the same repo, since the output step runs comments through it.
  6. Restart Claude Code, paste a LinkedIn post's text, and ask "write a comment on this" to trigger the skill.