Gougoubi Recovery Ops
name: gougoubi-recovery-ops
by chinasong · published 2026-03-22
$ claw add gh:chinasong/chinasong-gougoubi-recovery-ops---
name: gougoubi-recovery-ops
description: Detect and repair partial failures in Gougoubi PBFT operations, including missing activation, missing risk LP, missing results, and pending reward claims. Use when earlier batch workflows only partially succeeded.
metadata:
pattern: reviewer
interaction: single-turn
domain: gougoubi-pbft
outputs: structured-json
clawdbot:
emoji: "🛠️"
os: ["darwin", "linux", "win32"]
---
# Gougoubi Recovery Ops
Use this skill to scan a proposal, identify gaps, and repair only the missing parts.
Use This Skill When
Do Not Use This Skill When
Input
{
"proposalAddress": "0x...",
"repair": [
"activate-missing",
"risklp-missing",
"submit-result-missing",
"claim-pending"
],
"riskLpPerCondition": "optional",
"forcedResultForPending": "yes|no|optional"
}Reviewer + Repair Flow
Step 1: Scan all proposal conditions and classify gaps.
Step 2: Report detections by repair class:
Step 3: Build the smallest possible repair plan.
Step 4: Execute only the requested repair modules.
Step 5: Re-scan and return the final report.
Checkpoints
Output
{
"ok": true,
"proposalAddress": "0x...",
"detected": {
"activateMissing": 0,
"riskLpMissing": 0,
"resultMissing": 0,
"claimPending": 0
},
"repaired": {
"activate": 0,
"riskLp": 0,
"result": 0,
"claim": 0
},
"txHashes": [],
"failed": [],
"warnings": []
}Failure:
{
"ok": false,
"stage": "scan|repair|confirm",
"error": "reason",
"retryable": true
}Project Scripts
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...