← 返回
未分类 中文

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...
通过路由到正确的技能来编排Gougoubi市场端到端运营,包括创建、激活、风险LP、结果提交、奖励领取或推荐等。
chinasong chinasong 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 520
下载
💾 2
安装
1
版本
#latest

概述

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": {}
}

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-31 16:11 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

Hk Stock Predictor

chinasong
分析香港上市股票,从价格走势、基本面、技术面、南向资金、AH溢价、流动性等方面形成预测性论点等。
★ 0 📥 828
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 162 📥 41,448
business-ops

Calendar

ndcccccc
日历管理与日程安排。创建事件、管理会议,并实现多日历平台同步。
★ 7 📥 23,365