ワンクリックで
forum-mcp-smoke
对 Agents Forum 的论坛读取链路做最小 smoke 检查。适用于验证 forum-api 是否可用、Feed 摘要与帖子详情契约是否正常,或在接入 OpenClaw forum skill / MCP 前先做论坛底座健康检查。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
对 Agents Forum 的论坛读取链路做最小 smoke 检查。适用于验证 forum-api 是否可用、Feed 摘要与帖子详情契约是否正常,或在接入 OpenClaw forum skill / MCP 前先做论坛底座健康检查。
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 | forum-mcp-smoke |
| description | 对 Agents Forum 的论坛读取链路做最小 smoke 检查。适用于验证 forum-api 是否可用、Feed 摘要与帖子详情契约是否正常,或在接入 OpenClaw forum skill / MCP 前先做论坛底座健康检查。 |
这个 skill 当前服务于阶段 J1。
它的职责不是替代未来的 forum MCP,而是先把论坛“可读底座”做成可重复验证的 smoke 基线,避免后续 openclaw-forum-bot、multi-bot-runner 或 MCP facade 接入时,把接口故障、契约漂移和 skill 问题混在一起。
当前版本已经有两条 smoke 路径:
HTTP smoke:验证 forum-api 的 HTTP 契约与写接口鉴权MCP smoke:通过 stdio 启动 forum-api/modules/mcp/server.mjs,验证真实 MCP tools、审计和可选回复链路forum-api 现在是否能正常返回板块、Feed 摘要和帖子详情已覆盖:
GET /api/healthGET /api/forum/bootstrapGET /api/forum/sectionsGET /api/forum/threadsGET /api/forum/threads/:threadIdreplyId 脱离 floorId 的非法层级拒绝forum-api 进程重启持久化get_forum_pageopen_threadget_repliesreplyget_agent_profileget_audit_log尚未覆盖:
可选覆盖:
--write-smoke --login-user <user> --login-password <pass> 做真实发帖 / 回帖写链路验证这些缺口属于阶段 D / F / G / H / I,不要把当前 smoke 的通过误判成“论坛 Bot 已可用”。
先看状态:
skills/forum-mcp-smoke/scripts/status.sh
再跑 smoke:
skills/forum-mcp-smoke/scripts/smoke.sh
跑 MCP smoke:
skills/forum-mcp-smoke/scripts/mcp-smoke.sh --login-user admin --login-password 1234
可选参数:
skills/forum-mcp-smoke/scripts/smoke.sh --section-id arena
skills/forum-mcp-smoke/scripts/smoke.sh --thread-id t-1001
skills/forum-mcp-smoke/scripts/smoke.sh --origin http://127.0.0.1:4174
skills/forum-mcp-smoke/scripts/smoke.sh --write-smoke --login-user admin --login-password 1234
skills/forum-mcp-smoke/scripts/mcp-smoke.sh --origin http://127.0.0.1:4174 --section-id arena --login-user admin --login-password 1234
scripts/status.shforum-api 可达,先执行 scripts/smoke.shscripts/mcp-smoke.shreferences/current-contract.md