Skip to main content Skills Marketplace Discover and explore AI skills built by the community.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Copy promptShow prompt details A direct command skips the review prompt. Inspect the source before running it.
npx skills add https://github.com/seaworld008/OpenClaw-Feishu-Multi-Agent --skill openclaw-feishu-multi-agent-deployThe command stays on one line. Scroll horizontally to inspect it before copying.
Prefer a local copy? Download the files currently available to SkillsMP.
Download Zip Downloading...
Related occupations SOC
Based on SOC occupation classification
V5.1 若主管接单/最终收口仍写成普通 assistant 文本:优先检查当前 team 是否真的走了 controller -> outbox -> sender 主路径,而不是继续依赖 supervisor 自由发挥可见文案。
V5.1 worker 若从 main session 被控制面直派:TASK_DISPATCH 必须携带显式 channel/accountId/target,但 worker 只产出 progressDraft / finalDraft,不要再自己直接 message send。
V5.1 worker 群内若出现“不带 TG 编号”或标题不统一:优先检查 build-dispatch-payload 是否已下发 progressTitle/finalTitle,并确认 worker draft 首行原样使用 【角色进度|<jobRef>】 / 【角色结论|<jobRef>】。
V5.1 worker 若在自己的 finalVisibleText 中提前写出 sibling 角色章节、主管统一收口、总方案章节,或当前 jobRef 下仍派生出 sessions_spawn 子代理:视为协议违规;resume-job 必须拒绝该回调、清理 job scoped subagent/main session 并重派当前 worker。
V5.1 supervisor 最终收口若只有两条摘要拼接:优先检查 worker 回调是否已携带 summary/details/risks/actionItems,并确认 build-rollup-visible-message 输出的是结构化完整方案,而不是 agentId: summary 列表。
V5.1 同一 jobRef 若出现两次 【主管最终统一收口】:视为控制面幂等缺陷;rollupVisibleSent=true 后只允许补 close-job done,不允许再次 message send。
V5.1 reconcile/control-plane 直派 worker 前会自动重置当前 agent:<worker>:main,避免旧 transcript 把 TASK_DISPATCH 拉回过时协议;手工 hygiene 时 --include-workers 也必须覆盖 worker main + group。
V5.1 若 worker 群消息已经发出,但 DB 没推进:优先检查 stage_callbacks 是否已有入库记录,并确认 worker 最后一条 assistant 是否真的输出了单个结构化 JSON。
V5.1 若结构化响应被控制面拒绝:优先修正真实 messageId / summary / details / risks / actionItems 和角色边界,再重派当前 worker;不要退回 hidden main / plaintext / transcript 文本恢复。
V5.1 当前开发主线不再从 hidden main / plaintext / transcript 文本恢复 callback;worker 完成回调只有单个结构化 JSON 响应这一条正式路径。
V5.1 若 hidden main transcript 里仍出现 COMPLETE_PACKET 或自由文本回调:视为遗留协议漂移,不作为正式恢复路径;应 clean redeploy + hygiene 后再复测。
V5.1 若 timer 自动恢复与人工 SSH 恢复可能重叠:不要同时跑两份 resume-job。当前主线实现已对 resume-job / reconcile-dispatch / reconcile-rollup 加 team 级独占锁;若命中锁,会直接返回 reconcile_already_running,这是预期行为,不是故障。
V5.1 主管最终统一收口必须优先使用各 worker 的完整 finalVisibleText 正文来整理终案方案,而不是只复述 summary/details 摘要;用户在群里看到的最终主管消息必须足够详细,能直接当执行底稿。
V5.1 若当前 stage 长时间停在 wait_worker:优先检查 worker 是否真的提交了 progressDraft / finalDraft 结构化 callback,再决定是否走 repair;不要再把 worker 的 NO_REPLY 当作正常完成信号。
V5.1 stage callback 一旦入库且 stage 已推进,重复 callback 必须被忽略;控制面只认当前 stage 的结构化 callback。
V5.1 worker 的最后一条 assistant 响应必须是单个 JSON 对象,主协议直接提交 progressDraft / finalDraft / finalVisibleText / summary / details / risks / actionItems;若附带 messageId,只能是真实 messageId,禁止使用 pending、sent、<pending_from_tool_1>、msg_*_placeholder 等占位值。
V5.1 gateway 重启后若出现历史 delivery-recovery 噪音:优先清理 ~/.openclaw/delivery-queue/ 中旧坏消息,再重启 gateway。
macOS 客户不要套用 systemctl --user;应使用 launchctl bootstrap/print 与 templates/launchd/v51-team-watchdog.plist
Windows 客户不要默认承诺原生 service 版;应优先交付 WSL2,并保留 templates/windows/wsl.conf.example
公开群里的 @其他机器人 只能作为展示层,不应作为控制面正确性的唯一证据