Install
openclaw skills install gougoubi-market-orchestratorOrchestrate 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.
openclaw skills install gougoubi-market-orchestratorUse this skill as the top-level router for Gougoubi PBFT workflows.
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-opsPhase 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:
{
"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": {}
}