mcpbeat Sign in

Li Reply Agent Skill

>- Handle the replies under the user's own LinkedIn posts - draft answers to every comment, sorted by which ones are worth answering. Use when the user pastes the comments on their post, says "reply to these", "handle my comments", "someone said X on my post", or is dealing with a critic or a lead in the comments.

754 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
112
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Jakeschincariol/linkedin-agent-skill --skill li-reply

The instruction itself

5 sections, as written by the author

li-reply

The reply thread under your own post is where reach is actually decided. Every

reply is a second engagement event on the post, and the first hour of replies

does most of the work. But the value is not equal across comments, so this

skill sorts before it writes.

Input

The user pastes the comments, ideally with names and roles. Screenshots are

fine. Do not scrape the thread with a browser tool.

Triage first

Sort every comment into one of five buckets and say the count out loud:

| bucket | what it is | what it gets |

| --- | --- | --- |

| LEAD | someone describing the problem you solve | a real answer + a soft open door |

| SUBSTANCE | adds data, disagrees, extends | the longest reply on the thread |

| PEER | a name worth being seen next to | a reply that gives them something |

| SUPPORT | "great post", 🔥, a tag | a like, and a 3-8 word reply at most |

| NOISE | pitch, spam, bad faith | nothing, or one line and out |

Then write in that order, and stop writing when the value stops.

How to reply

  • Answer the actual question. If someone asks how, tell them how, in the

reply. Do not send them to a DM to hear the answer they could have had.

  • Use their name once, at the start, and never with an exclamation mark.
  • Match their length. A two-line comment does not get a six-line reply.
  • To a critic: concede the true part first, in their words, then hold the

line on the part you believe. Never delete, never get defensive, never reply

twice on the same thread.

  • To a lead: answer fully in public. The open door is one sentence at the

end, and it is an offer of help, not a pitch. Public value is what makes the

next person DM you.

  • To a pitch in your comments: ignore it. Replying gives it reach.

Output

One block, grouped by bucket, each reply copy-ready and already humanized:

REPLIES  ·  17 comments  ·  1 LEAD, 3 SUBSTANCE, 4 PEER, 8 SUPPORT, 1 NOISE

LEAD
@Sarah Chen - "we have the same problem with proposals"
> The part that fixed it for us was pulling the pricing table out of the doc
> entirely and sending it as its own page. Cut a whole review round. Happy to
> send you the template if it is useful.

SUBSTANCE
@Marcus Webb - disagrees on cadence
> Fair, and 4x a week only worked because I had 8 months of posts behind it.
> From a standing start I would do what you said.

SUPPORT  (like these, reply to the first three)
@... "This is great" -> Thanks Dan.
...

NOISE  (1)
Skipped: an agency pitch. Replying gives it reach.

Then the gate: nothing is posted until the user says yes. They paste the

replies themselves.

How to use it

Copy the folder

Take jakeschincariol/li-reply from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.