/install gougoubi-activate-created-conditions
Gougoubi Activate Created Conditions
Use this skill when the user wants to activate all currently CREATED conditions under a proposal.
Use This Skill When
- The user asks to activate a proposal.
- The user asks to vote on all created conditions.
- The workflow should auto-join the committee when needed.
Do Not Use This Skill When
- The user also wants risk LP added in the same run. Use
gougoubi-activate-and-stake-risklp. - The user wants result submission or reward claiming.
Input
{
"proposalId": "number|string",
"bnbAddress": "0x...",
"approve": true,
"minBnbForGas": "0.001"
}
Pipeline
Step 1: Validate proposalId and bnbAddress.
Step 2: Check wallet, chain, and gas balance.
Step 3: Resolve proposalAddress from proposalId.
Step 4: Check committee membership.
Step 5: If not a member, auto-stake the minimum required amount and confirm membership.
Step 6: Enumerate all CREATED conditions.
Step 7: Vote true on each CREATED condition, one transaction at a time.
Step 8: Return structured success and failure details.
Checkpoints
- Only vote on
CREATEDconditions. - If one condition fails, continue and report it.
- If no
CREATEDconditions exist, return success with warningno-created-conditions. - Load references/CONTRACT_METHODS.md when contract method details are needed.
Output
{
"ok": true,
"proposalId": 0,
"proposalAddress": "0x...",
"bnbAddress": "0x...",
"committeeJoinedByStake": false,
"stakeTxHash": "0x... or null",
"createdConditionCount": 0,
"attemptedConditionCount": 0,
"successCount": 0,
"failedCount": 0,
"successes": [
{
"conditionAddress": "0x...",
"txHash": "0x..."
}
],
"failures": [
{
"conditionAddress": "0x...",
"error": "human readable reason"
}
],
"warnings": [],
"nextActions": []
}
Failure:
{
"ok": false,
"stage": "validation|wallet|gas-check|resolve-proposal|stake-committee|approve|activate-vote|confirm",
"error": "human readable reason",
"retryable": true
}
Boundaries
- Do not bypass wallet confirmation.
- Do not widen scope beyond
CREATEDconditions. - Keep Chinese user-facing errors concise and actionable.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gougoubi-activate-created-conditions - 安装完成后,直接呼叫该 Skill 的名称或使用
/gougoubi-activate-created-conditions触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gougoubi Activate Created Conditions 是什么?
Activate all CREATED conditions under a Gougoubi proposal with deterministic committee checks, optional auto-stake joining, and structured voting results. Us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 Gougoubi Activate Created Conditions?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gougoubi-activate-created-conditions」即可一键安装,无需额外配置。
Gougoubi Activate Created Conditions 是免费的吗?
是的,Gougoubi Activate Created Conditions 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gougoubi Activate Created Conditions 支持哪些平台?
Gougoubi Activate Created Conditions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Gougoubi Activate Created Conditions?
由 chinasong(@chinasong)开发并维护,当前版本 v1.0.2。