fb-comment-automation
仓库创建 2024年12月9日最近提交 6 小时前SkillHot 收录 5 小时前
▸ 精选理由
包含循环、匹配与派发细节,适合社媒自动化开发。
▸ 风险提示
涉及第三方 API 与权限、合规与隐私风险
这个 Skill 做什么
实现 Facebook 页面评论的自动回复、点赞、隐藏及相关匹配与派发逻辑。
实现 Facebook 专页评论的自动回复、点赞和隐藏逻辑,包含匹配规则、分发策略和 AI 或流程式回复。当你要改评论 webhook 路径、过滤条件、回复派发或隐藏规则时会用到它。关键是这块容易出“静默失败”,改动前先看文档能避免踩坑。
▸ 展开 SKILL.md 英文原文
Work on Facebook/Messenger comment automation — the feature that auto-replies to, likes, or hides comments on Facebook Page posts. Use when changing the comment webhook path, the automation matching/filter logic, reply dispatch (text/flow/AI agent), hide rules, post targeting, or the fb-comments builder feature. Read this BEFORE editing anything under comment-automation to avoid the silent-failure traps.
524
Stars
116
Forks
21
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/fb-comment-automation/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/fb-comment-automation/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Facebook Comment Automation Full reference: [`docs/fb-comment-automation.md`](../../../docs/fb-comment-automation.md). Read it before non-trivial changes. This skill is the quick map + the traps. ## Where things live | Concern | Path | |---|---| | Automation loop, filters, dispatch | `apps/worker/src/integration/handlers/comment-automation/index.ts` | | AI-agent reply (generate + deliver) | `apps/worker/src/integration/handlers/comment-automation/ai-reply.ts` | | Attachment info (image/video for hide) | `apps/worker/src/integration/handlers/comment-automation/comment-attachment.ts` | | Receive comment + enqueue automation | `apps/worker/src/integration/handlers/received-message.ts` (`re
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有