狗狗币全领

gougoubi-claim-all-rewards

by chinasong

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.

4.5k其他未扫描2026年3月23日

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/chinasong/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

json
{
  "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 profile unless 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

json
{
  "ok": true,
  "method": "profile",
  "addresses": ["0x..."],
  "claimedTxCount": 0,
  "results": [
    {
      "address": "0x...",
      "winnerRewardClaimed": true,
      "governanceRewardClaimed": true,
      "lpRewardClaimed": true,
      "txHashes": ["0x..."]
    }
  ],
  "warnings": []
}

Failure:

json
{
  "ok": false,
  "stage": "validation|claim|confirm",
  "error": "reason",
  "retryable": true
}

Project Scripts

  • scripts/pbft-claim-rewards-profile-method.mjs
  • scripts/pbft-claim-rewards-quick.mjs
  • scripts/pbft-claim-three-address-rewards.mjs

Boundaries

  • Claim all three reward classes together when available.
  • Keep the method explicit in the output.

相关 Skills

Claude API

by anthropic

热门

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.

其他
安全139.0k

并行代理

by axelhu

热门

Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw

其他
未扫描4.5k

高光制作器

by bwbernardweston18

热门

>

其他
未扫描4.5k

评论