linkedin-reply-handler

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

自动处理两层线程平铺细节,适合忙碌作者

▸ 风险提示

会使用 Publora 发布,需要发布权限与第三方授权

这个 Skill 做什么

为指定LinkedIn评论起草并(可)通过Publora正确发布回复

把指定 LinkedIn 评论的 URL 解析成正确的回复目标,帮你起草回复并在你确认后通过 Publora 发布。它会处理 LinkedIn 的两级扁平化逻辑,确保用顶级 parentComment URN 发布,不会回错对象。适合想对别人的评论跟进或在作者回复后继续交互的场景。

▸ 展开 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).

自动化集成评论回复自动化Publora通用
439
Stars
59
Forks
24
仓库内 Skill
+129
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sergebulaev/linkedin-skills/main/.codex-marketplace/linkedin-skills/skills/linkedin-reply-handler/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sergebulaev/linkedin-skills/main/.codex-marketplace/linkedin-skills/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 公开信息 · 原文版权归作者所有