/install gougoubi-recovery-ops
Gougoubi Recovery Ops
Use this skill to scan a proposal, identify gaps, and repair only the missing parts.
Use This Skill When
- A batch activation or LP workflow partially failed.
- Some conditions still have
result=0. - Rewards may be claimable but have not been claimed.
- The user wants targeted repair instead of rerunning everything.
Do Not Use This Skill When
- The user wants a fresh proposal creation flow.
- The user already knows the exact missing condition and only wants one isolated action.
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:
activateMissingriskLpMissingresultMissingclaimPending
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
- Do not rerun healthy conditions.
- Prefer single-condition or smallest-scope repair first.
- Keep detection counts separate from repaired counts.
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
scripts/pbft-activate-and-add-risklp.mjsscripts/pbft-submit-all-condition-results.mjsscripts/pbft-submit-real-results-ba0c-resolved-only.mjsscripts/pbft-submit-remaining-no-ba0c.mjsscripts/pbft-claim-rewards-profile-method.mjs
Boundaries
- Recovery runs must stay idempotent where possible.
- Do not widen scope beyond the user's requested repair set.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gougoubi-recovery-ops - 安装完成后,直接呼叫该 Skill 的名称或使用
/gougoubi-recovery-ops触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gougoubi Recovery Ops 是什么?
Detect and repair partial failures in Gougoubi PBFT operations, including missing activation, missing risk LP, missing results, and pending reward claims. Us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 232 次。
如何安装 Gougoubi Recovery Ops?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gougoubi-recovery-ops」即可一键安装,无需额外配置。
Gougoubi Recovery Ops 是免费的吗?
是的,Gougoubi Recovery Ops 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gougoubi Recovery Ops 支持哪些平台?
Gougoubi Recovery Ops 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Gougoubi Recovery Ops?
由 chinasong(@chinasong)开发并维护,当前版本 v1.0.1。