Agent Skills
› milind-soni/OpenMausBot
› verify-omb
verify-omb
GitHub在 OpenMausBot 服务器和对话变更发布前,通过隔离的模拟引擎实例进行验证,确保功能正常。该技能强调使用官方文档提供的共享控制工具,严禁直接调用 API或操作用户生产环境,以保障测试的安全性和准确性。
触发场景
需要验证 OpenMausBot 服务器变更
需要验证对话逻辑变更
准备发布前的回归测试
安装
npx skills add milind-soni/OpenMausBot --skill verify-omb -g -y
SKILL.md
Frontmatter
{
"name": "verify-omb",
"description": "Verify OpenMausBot server and conversation changes against an isolated fake-engine instance before claiming they work."
}
Verify OpenMausBot
Follow the canonical instructions in docs/verification/README.md. Use its
shared control tool; do not improvise raw API calls or drive the user's live
OpenMausBot instance. The canonical feature map currently covers only the
server flows that tool can prove.
版本历史
- a3d2870 当前 2026-09-02 21:43


