返回顶部
g

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 without scanning every condition.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.2
安全检测
已通过
198
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

gougoubi-claim-all-rewards

Gougoubi 一键领取所有奖励

使用此技能可一键领取一个或多个地址的奖励。

使用此技能的场景

  • - 用户想要领取一个或多个地址的所有奖励。
  • 用户明确要求使用配置文件风格的快速路径。
  • 用户希望同时领取赢家奖励、治理奖励和LP奖励。

不使用此技能的场景

  • - 用户希望在领取前检查缺失结果。请使用 gougoubi-recovery-ops。
  • 用户需要进行提案激活或LP质押。请使用激活技能。

输入

json
{
addresses: [0x..., 0x..., 0x...],
method: profile|quick|full-scan
}

默认值:

  • - method=profile

处理流程

步骤1:验证所有地址。

步骤2:选择领取方法:

  • - profile:匹配奖励详情模态框行为。
  • quick:快速直接领取路径。
  • full-scan:仅在需要时作为全面回退方案。

步骤3:为每个地址执行领取操作。

步骤4:记录所有交易哈希和各类奖励的领取状态(如可用)。

步骤5:返回完整摘要。

检查点

  • - 除非用户明确要求其他方式,否则优先使用 profile 方法。
  • 当用户要求一键领取时,不要强制进行缓慢的条件扫描。
  • 需要支持安全重跑行为。

输出

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

失败情况:

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

项目脚本

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

脚本入口点

  • - 推荐配置文件路径:scripts/pbft-claim-rewards-profile-method.mjs
  • 快速一键路径:scripts/pbft-claim-rewards-quick.mjs
  • 深度扫描路径:scripts/pbft-claim-three-address-rewards.mjs
  • node scripts/pbft-claim-rewards-profile-method.mjs --help
  • node scripts/pbft-claim-rewards-profile-method.mjs --dry-run
  • node scripts/pbft-claim-rewards-quick.mjs --dry-run
  • node scripts/pbft-claim-three-address-rewards.mjs --dry-run

边界条件

  • - 尽可能同时领取所有三类奖励。
  • 在输出中明确标注所使用的领取方法。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 gougoubi-claim-all-rewards-1776218524 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 gougoubi-claim-all-rewards-1776218524 技能

通过命令行安装

skillhub install gougoubi-claim-all-rewards-1776218524

下载

⬇ 下载 gougoubi-claim-all-rewards v1.0.2(免费)

文件大小: 3.59 KB | 发布时间: 2026-4-17 14:58

v1.0.2 最新 2026-4-17 14:58
- Added "Script Entry Points" section to SKILL.md for improved clarity on script usage and available commands.
- Included command-line usage examples with --help and --dry-run flags.
- No changes to functionality or APIs—documentation improvement only.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部