π¦ ClawHub
Gougoubi Market Orchestrator
by @chinasong
Orchestrate end-to-end Gougoubi market operations by routing to the right skill for creation, activation, risk LP, result submission, reward claiming, or rec...
TERMINAL
clawhub install gougoubi-market-orchestratorπ About This Skill
name: gougoubi-market-orchestrator description: Orchestrate end-to-end Gougoubi market operations by routing to the right skill for creation, activation, risk LP, result submission, reward claiming, or recovery. Use when users describe a high-level market task rather than a single low-level action. metadata: pattern: inversion interaction: multi-turn domain: gougoubi-pbft outputs: structured-json clawdbot: emoji: "π§" os: ["darwin", "linux", "win32"]
Gougoubi Market Orchestrator
Use this skill as the top-level router for Gougoubi PBFT workflows.
Use This Skill When
Routing Rules
Map the user intent to one or more skills:
gougoubi-create-predictiongougoubi-create-conditiongougoubi-activate-created-conditionsgougoubi-activate-and-stake-risklpgougoubi-submit-real-resultsgougoubi-claim-all-rewardsgougoubi-recovery-opsInversion Flow
Phase 1: Identify the current market stage:
Phase 2: Detect missing prerequisites:
Phase 3: Choose the smallest correct downstream skill and execute it.
Phase 4: Return a compact operation summary:
Checkpoints
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": {}
}