‹ 首页

answer-linkedin-comments

@othmane-khadri · 收录于 5 天前 · 上游提交 1 个月前

Reply to comments on a LinkedIn post via Unipile — drafts thread-aware replies grounded in the user's voice and the conversation context, then sends on approval. Use when the user says 'answer comments on my post', 'reply to LinkedIn comments', 'respond to engagement on this post', 'draft replies to commenters', or 'answer the LinkedIn thread'. Side-effecting — calls Unipile to read + post replies.

适合你,如果你需要高效管理LinkedIn帖子下的评论互动

/ 通过 npx 安装 校验哈希
npx oh-my-skill add othmane-khadri/yalc-the-gtm-operating-system/answer-linkedin-comments
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- othmane-khadri/yalc-the-gtm-operating-system/answer-linkedin-comments
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify othmane-khadri/yalc-the-gtm-operating-system/answer-linkedin-comments
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
268GitHub stars
~510最小装载
~510含声明引用
~734文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 ffc6e37 · 表述以原文为准
它做什么

当你提供LinkedIn帖子链接后,Claude会获取评论,根据你的语气和对话上下文草拟回复,并征得同意后发送。

什么时候触发

当你说出“回答这个帖子的评论”、“回复LinkedIn评论”、“回应这个帖子的互动”等指令时触发。

装好后可以这样说
开始获取评论并草拟回复
为评论者生成回复草稿
显示每条评论及建议回复
技能原文 SKILL.md作者撰写 · MIT · ffc6e37

Answer LinkedIn Comments

I'll wrap linkedin:answer-comments. Take a post URL, fetch comments via Unipile, draft replies in the user's voice, ask for approval, and send on yes.

When This Skill Applies
  • "answer comments on my post"
  • "reply to LinkedIn comments"
  • "respond to engagement on this post"
  • "draft replies to commenters"
  • "answer the LinkedIn thread"

NOT this skill (use scrape-post-engagers instead):

  • "scrape the engagers off this post" — that produces a result set; this skill produces replies.

NOT this skill (use personalize-message instead):

  • "draft a DM to this commenter" — DM is one-to-one; this skill is for the public thread.
Workflow
Step 0 — Ask for the LinkedIn post URL
"What's the LinkedIn post URL with comments to answer?"
Step 1 — Validate URL
Step 2 — Shell out to draft
cd ~/Desktop/gtm-os && set -a && source .env.local && set +a && \
  npx tsx src/cli/index.ts linkedin:answer-comments --url <url> --draft-only

(Verify exact flag via --help. The skill always drafts first, then asks before sending.)

Step 3 — Render the drafts

Show each comment + its drafted reply.

Step 4 — Ask for approval per comment OR bulk
"Send all? (yes / approve some / cancel)"
Step 5 — Shell out to send (if approved)
npx tsx src/cli/index.ts linkedin:answer-comments --url <url> --approved <ids>
Step 6 — Render send result
Notes
  • Replies use the brand voice from ~/.gtm-os/brand-voice.yaml if present; otherwise defaults to a neutral conversational tone.
  • The CLI never auto-sends without --approved. Drafts always render to chat first.
  • Skips comments from the post author themselves (no self-replies).
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。