Agent Skills
› milind-soni/OpenMausBot
› verify-omb
verify-omb
GitHub验证 OpenMausBot 服务器和对话变更,使用隔离的假引擎实例进行测试,确保功能正常后再发布。
Trigger Scenarios
需要验证 OpenMausBot 新功能或修复是否有效时
在发布或合并代码前进行集成测试时
Install
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.
Version History
- a3d2870 Current 2026-09-02 21:43


