Gougoubi Claim All Rewards
name: gougoubi-claim-all-rewards
by chinasong · published 2026-03-22
$ claw add gh:chinasong/chinasong-gougoubi-claim-all-rewards---
name: gougoubi-claim-all-rewards
description: Claim all Gougoubi rewards for one or more addresses, including winner rewards, governance rewards, and LP rewards. Use when users want one-click claiming without scanning every condition.
metadata:
pattern: pipeline
interaction: single-turn
domain: gougoubi-pbft
outputs: structured-json
clawdbot:
emoji: "💰"
os: ["darwin", "linux", "win32"]
---
# Gougoubi Claim All Rewards
Use this skill for one-click reward claiming across one or multiple addresses.
Use This Skill When
Do Not Use This Skill When
Input
{
"addresses": ["0x...", "0x...", "0x..."],
"method": "profile|quick|full-scan"
}Defaults:
Pipeline
Step 1: Validate all addresses.
Step 2: Pick claim method:
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
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
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...