/install gougoubi-claim-all-rewards
Gougoubi Claim All Rewards
Use this skill for one-click reward claiming across one or multiple addresses.
Use This Skill When
- The user wants to claim all rewards for one address or multiple addresses.
- The user explicitly wants the profile-style fast path.
- The user wants winner, governance, and LP rewards claimed together.
Do Not Use This Skill When
- The user wants to inspect missing results before claiming. Use
gougoubi-recovery-ops. - The user wants proposal activation or LP staking. Use activation skills instead.
Input
{
"addresses": ["0x...", "0x...", "0x..."],
"method": "profile|quick|full-scan"
}
Defaults:
method=profile
Pipeline
Step 1: Validate all addresses.
Step 2: Pick claim method:
profile: match the reward-detail modal behavior.quick: fast direct claim path.full-scan: exhaustive fallback only when needed.
Step 3: Run claim for each address.
Step 4: Record all tx hashes and per-type claim status when available.
Step 5: Return a full summary.
Checkpoints
- Prefer
profileunless the user explicitly asks otherwise. - Do not force slow condition scanning when the user asked for one-click claim.
- Safe re-run behavior is required.
Output
{
"ok": true,
"method": "profile",
"addresses": ["0x..."],
"claimedTxCount": 0,
"results": [
{
"address": "0x...",
"winnerRewardClaimed": true,
"governanceRewardClaimed": true,
"lpRewardClaimed": true,
"txHashes": ["0x..."]
}
],
"warnings": []
}
Failure:
{
"ok": false,
"stage": "validation|claim|confirm",
"error": "reason",
"retryable": true
}
Project Scripts
scripts/pbft-claim-rewards-profile-method.mjsscripts/pbft-claim-rewards-quick.mjsscripts/pbft-claim-three-address-rewards.mjs
Script Entry Points
- Preferred profile path:
scripts/pbft-claim-rewards-profile-method.mjs - Fast one-click path:
scripts/pbft-claim-rewards-quick.mjs - Deep scan path:
scripts/pbft-claim-three-address-rewards.mjs node scripts/pbft-claim-rewards-profile-method.mjs --helpnode scripts/pbft-claim-rewards-profile-method.mjs --dry-runnode scripts/pbft-claim-rewards-quick.mjs --dry-runnode scripts/pbft-claim-three-address-rewards.mjs --dry-run
Boundaries
- Claim all three reward classes together when available.
- Keep the method explicit in the output.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gougoubi-claim-all-rewards - 安装完成后,直接呼叫该 Skill 的名称或使用
/gougoubi-claim-all-rewards触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gougoubi Claim All Rewards 是什么?
Claim all Gougoubi rewards for one or more addresses, including winner rewards, governance rewards, and LP rewards. Use when users want one-click claiming wi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 251 次。
如何安装 Gougoubi Claim All Rewards?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gougoubi-claim-all-rewards」即可一键安装,无需额外配置。
Gougoubi Claim All Rewards 是免费的吗?
是的,Gougoubi Claim All Rewards 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gougoubi Claim All Rewards 支持哪些平台?
Gougoubi Claim All Rewards 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Gougoubi Claim All Rewards?
由 chinasong(@chinasong)开发并维护,当前版本 v1.0.2。