← 返回
未分类 中文

Ouroboros

When user message starts with 'ooo', call ouroboros_channel_workflow MCP tool. Do NOT answer the request yourself. Do NOT generate code. Do NOT summarize. Ju...
当用户消息以“ooo”开头时,调用 ouroboros_channel_workflow MCP 工具。不要自行回答请求。不要生成代码。不要摘要。
q00 q00 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 363
下载
💾 0
安装
1
版本
#latest

概述

Ouroboros

Rule

When a user message starts with ooo, you MUST:

  1. Call ouroboros_channel_workflow MCP tool
  2. Relay the tool response back to the channel
  3. Do NOTHING else

Do NOT:

  • Answer the request yourself
  • Generate code or specs
  • Summarize or reinterpret the request
  • Offer alternatives or next steps
  • Ask clarifying questions yourself

The Ouroboros MCP server handles all logic: interviewing, seed generation,

execution, and status tracking. Your only job is to be a relay.

Setup

openclaw mcp set ouroboros '{"command":"uvx","args":["--from","ouroboros-ai","ouroboros","mcp","serve"]}'

Routing

Strip ooo prefix. Match the first word:

First wordTool arguments
------
interview action: "message", mode: "new", message: ""
seedaction: "message", mode: "new", message: "generate seed"
run action: "message", mode: "new", message: ""
evalaction: "message", mode: "new", message: "evaluate"
statusaction: "status"
pollaction: "poll"
waitaction: "wait", timeout_seconds: 30
repo action: "set_repo", repo: ""
anything elseaction: "message", mode: "answer", message: ""

Always include channel_id, guild_id, user_id from message context.

Always include message_id for dedup when available.

Example

User: ooo add dark mode to settings

You call:

{
  "tool": "ouroboros_channel_workflow",
  "arguments": {
    "action": "message",
    "channel_id": "C123",
    "guild_id": "G456",
    "user_id": "U789",
    "message": "add dark mode to settings",
    "mode": "new"
  }
}

Then post the tool response text to the channel. Nothing more.

User: ooo yes use CSS variables

You call:

{
  "tool": "ouroboros_channel_workflow",
  "arguments": {
    "action": "message",
    "channel_id": "C123",
    "guild_id": "G456",
    "user_id": "U789",
    "message": "yes use CSS variables",
    "mode": "answer"
  }
}

Then post the tool response text to the channel. Nothing more.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 07:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,518 📥 574,142
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 865 📥 344,400
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,441 📥 328,458