/install gougoubi-market-orchestrator
Gougoubi Market Orchestrator
Use this skill as the top-level router for Gougoubi PBFT workflows.
Use This Skill When
- The user describes a complete market workflow.
- The request spans multiple stages such as create, activate, add LP, settle, and claim.
- The agent needs to decide which Gougoubi skill to invoke next.
Routing Rules
Map the user intent to one or more skills:
- Create proposal:
gougoubi-create-prediction - Create condition:
gougoubi-create-condition - Activate only:
gougoubi-activate-created-conditions - Activate + risk LP:
gougoubi-activate-and-stake-risklp - Submit results:
gougoubi-submit-real-results - Claim rewards:
gougoubi-claim-all-rewards - Repair partial failures:
gougoubi-recovery-ops
Inversion Flow
Phase 1: Identify the current market stage:
- proposal creation
- condition creation
- activation
- liquidity staking
- result submission
- reward claiming
- recovery
Phase 2: Detect missing prerequisites:
- proposal exists or not
- condition exists or not
- committee ready or not
- result already submitted or not
- rewards claimable or not
Phase 3: Choose the smallest correct downstream skill and execute it.
Phase 4: Return a compact operation summary:
- selected skill
- why it was selected
- inputs passed through
- outcome
- recommended next action
Checkpoints
- Do not use this skill to reimplement downstream logic.
- Keep routing explicit and auditable.
- Prefer the smallest skill that fully solves the current stage.
Output
{
"ok": true,
"selectedSkill": "gougoubi-activate-and-stake-risklp",
"reason": "user asked to activate proposal and add fixed risk LP",
"stage": "activation-and-liquidity",
"nextAction": "submit results after deadline",
"result": {}
}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gougoubi-market-orchestrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/gougoubi-market-orchestrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gougoubi Market Orchestrator 是什么?
Orchestrate end-to-end Gougoubi market operations by routing to the right skill for creation, activation, risk LP, result submission, reward claiming, or rec... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 202 次。
如何安装 Gougoubi Market Orchestrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gougoubi-market-orchestrator」即可一键安装,无需额外配置。
Gougoubi Market Orchestrator 是免费的吗?
是的,Gougoubi Market Orchestrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gougoubi Market Orchestrator 支持哪些平台?
Gougoubi Market Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Gougoubi Market Orchestrator?
由 chinasong(@chinasong)开发并维护,当前版本 v1.0.1。