li-comment — LinkedIn Comment Writer
Turns a pasted LinkedIn post into two short, opinionated comment options that don't read like a bot.
Content & WritingBeginner★ 135⑂ 21AI 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.mdso 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
- Paste a hiring post and say "comment on this" → get a Receipt option and a Respectful-disagree option, then pick one.
- Paste a post making a numeric claim → get an Add-a-datum comment layering in your own metric.
- 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open your terminal.
- Clone the repo:
git clone https://github.com/Jakeschincariol/linkedin-agent-skill.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r linkedin-agent-skill/skills/li-comment ~/.claude/skills/ - (Recommended) Also copy the
li-humanskill from the same repo, since the output step runs comments through it. - Restart Claude Code, paste a LinkedIn post's text, and ask "write a comment on this" to trigger the skill.
View source on GitHub ↗License: MIT