Gougoubi Activate Created Conditions
name: gougoubi-activate-created-conditions
by chinasong · published 2026-03-22
$ claw add gh:chinasong/chinasong-gougoubi-activate-created-conditions---
name: gougoubi-activate-created-conditions
description: Activate all CREATED conditions under a Gougoubi proposal with deterministic committee checks, optional auto-stake joining, and structured voting results. Use when users want to activate proposal conditions by proposal id or proposal address.
metadata:
pattern: pipeline
interaction: single-turn
domain: gougoubi-pbft
outputs: structured-json
clawdbot:
emoji: "🗳️"
os: ["darwin", "linux", "win32"]
---
# Gougoubi Activate Created Conditions
Use this skill when the user wants to activate all currently `CREATED` conditions under a proposal.
Use This Skill When
Do Not Use This Skill When
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
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
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...