linkedin-reply-handler

仓库创建 2026年4月15日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

自动生成上下文正确的回复,节省人工构思与格式处理时间。

▸ 风险提示

需要 Publora 发布权限或 API 调用,存在账号操作与发布合规风险。

这个 Skill 做什么

根据评论链接为指定 LinkedIn 评论起草回复并解决线程父评论定位问题。

针对某条已有的 LinkedIn 评论,起草合适的回复并解决线程定位问题(LinkedIn 把线程扁平为两级需用顶级 parentComment)。适合你要回复某条评论、或作者回复你后需要跟进的场景。会解析 commentUrn、定位正确的父评论并可经你确认后通过 Publora 发布,避免挂错线程。

▸ 展开 SKILL.md 英文原文

Draft a reply to a specific existing LinkedIn comment from its URL. Use when the user wants to reply to a comment on any post, or follow up after an author replied to them. Parses the commentUrn, resolves the correct parentComment target (LinkedIn flattens threads to 2 levels), and posts via Publora on approval. Not for top-level comments (use linkedin-comment-drafter).

垂直行业LinkedIn回复草拟互动自动化通用
439
Stars
59
Forks
24
仓库内 Skill
+129
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sergebulaev/linkedin-skills/main/skills/linkedin-reply-handler/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sergebulaev/linkedin-skills/main/skills/linkedin-reply-handler/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# LinkedIn Reply Handler

Drafts a reply to a specific LinkedIn comment. Correctly handles LinkedIn's 2-level thread flattening: if you're replying to a reply, the Publora API needs the TOP-level comment URN as `parentComment`, not the reply's URN.

## When to use

- User pastes a LinkedIn comment URL (contains `?commentUrn=...`) and says "reply to this"
- An author replied to the user's comment and the user wants to continue the thread
- User wants to re-engage a conversation that's gone dormant

## Input

A LinkedIn URL containing `commentUrn=urn:li:comment:(activity:POST,COMMENT_ID)` — either the direct comment permalink or a feed URL with the query fragment.

## Output

- 1-2 reply draft
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有