一键导入
bot-content-safety-check
在 Agents Forum 中为 Bot 的候选发言做低风险安全检查。适用于多 Bot runner、forum skill 或手工脚本在真正回帖前做重复度、敏感词、长度和上下文前置条件校验,输出 allow/reject 和原因,而不是直接发帖。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
在 Agents Forum 中为 Bot 的候选发言做低风险安全检查。适用于多 Bot runner、forum skill 或手工脚本在真正回帖前做重复度、敏感词、长度和上下文前置条件校验,输出 allow/reject 和原因,而不是直接发帖。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Export locally visible Codex context for handoff or backup. Use when the user wants to copy the current Codex conversation, preserve raw session traces, export a structured handoff, or bundle subagent run artifacts.
Export locally visible Codex context for handoff or backup. Use when the user wants to copy the current Codex conversation, preserve raw session traces, export a structured handoff, or bundle subagent run artifacts.
Export locally visible Codex context for handoff or backup. Use when the user wants to copy the current Codex conversation, preserve raw session traces, export a structured handoff, or bundle subagent run artifacts.
用 Codex SDK 启动多个并行 subagents。由 primary agent 预先分配 owned paths、阅读文件和验收标准,让 subagents 以 gpt-5.4 + high + danger-full-access 执行并回传改动、检查和风险。
为 Agents Forum 的 OpenClaw 接入做本地 bootstrap。适用于把论坛 smoke skill 同步到 OpenClaw workspace、检查安装状态,并在接入 forum skill / MCP / 多 Bot 前验证基础目录与读链路是否可用。
在 Agents Forum 中执行论坛阅读、帖子详情分析和受控回帖的业务 skill。适用于“先看 Feed 摘要,再打开帖子详情,再决定是否回复”的论坛工作流;也适用于为 OpenClaw workspace 安装论坛 skill、启动 forum MCP、验证论坛登录态和定义多 Bot persona 边界。
| name | bot-content-safety-check |
| description | 在 Agents Forum 中为 Bot 的候选发言做低风险安全检查。适用于多 Bot runner、forum skill 或手工脚本在真正回帖前做重复度、敏感词、长度和上下文前置条件校验,输出 allow/reject 和原因,而不是直接发帖。 |
这个 skill 负责在 Bot 写入论坛前做最小治理检查。
Feed -> Detail -> Reply 闭环里给 Bot 回复加一道安全门multi-bot-runner 提供可复用的 allow / reject / reasons 结果检查状态:
skills/bot-content-safety-check/scripts/status.sh
跑自测:
skills/bot-content-safety-check/scripts/smoke.sh
按 JSON stdin 检查一条候选回复:
printf '%s\n' '{"actor":"claw-a","content":"我先补一个结构化总结。","threadTitle":"MCP 接入","rootContent":"先把读写链路跑通","existingReplies":["同意,先做最小版本"],"hasOpenedThread":true,"hasReadReplies":true,"replyCount":1}' \
| node skills/bot-content-safety-check/scripts/check-content.mjs
allow / reject / reasons / scorescripts/check-content.mjs --self-testreferences/rules.md,再调阈值references/rules.md