返回顶部
w

wallet-balance-checker

Check balances across Coinbase, Polymarket (Polygon USDC), Kalshi, and sportsbook accounts. Provides a unified capital view with low-balance alerts. Read-only — never moves funds. Use when asked about balances, capital, wallet status, or fund allocation.

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

wallet-balance-checker

# Wallet Balance Checker Check balances across Coinbase, Polymarket, Kalshi, and sportsbook accounts. Unified capital view. Read-only. ## When to Use Use this skill when the user asks about: - Current balances on any platform - Total available capital across platforms - Whether they have enough funds for a trade - Capital allocation or distribution - Low-balance warnings or alerts - "How much do I have?" ## CRITICAL: Read-Only Skill This skill ONLY reads balances. It NEVER: - Initiates transfers or withdrawals - Places trades or orders - Modifies account settings - Sends funds to any address If the user asks to move funds, tell them to do it manually or use a dedicated transfer skill with proper security controls. ## Operations ### 1. Check Coinbase Balance Query all Coinbase accounts and show non-zero balances: ```bash CB_TIMESTAMP=$(date +%s) CB_MESSAGE="${CB_TIMESTAMP}GET/v2/accounts" CB_SIGNATURE=$(echo -n "$CB_MESSAGE" | openssl dgst -sha256 -hmac "$COINBASE_API_SECRET" | cut -d' ' -f2) curl -s "https://api.coinbase.com/v2/accounts" \ -H "CB-ACCESS-KEY: $COINBASE_API_KEY" \ -H "CB-ACCESS-SIGN: $CB_SIGNATURE" \ -H "CB-ACCESS-TIMESTAMP: $CB_TIMESTAMP" \ -H "CB-VERSION: 2024-01-01" \ | jq '[.data[] | select((.balance.amount | tonumber) > 0) | { currency: .balance.currency, amount: .balance.amount, usd_value: .native_balance.amount }]' ## About Built by [AgentBets](https://agentbets.ai) — full tutorial at [agentbets.ai/guides/openclaw-wallet-balance-checker-skill/](https://agentbets.ai/guides/openclaw-wallet-balance-checker-skill/). Part of the [OpenClaw Skills series](https://agentbets.ai/guides/#openclaw-skills) for the [Agent Betting Stack](https://agentbets.ai/guides/agent-betting-stack/).

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 wallet-balance-checker-1776028218 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 wallet-balance-checker-1776028218 技能

通过命令行安装

skillhub install wallet-balance-checker-1776028218

下载 Zip 包

⬇ 下载 wallet-balance-checker v1.1.0

文件大小: 2.02 KB | 发布时间: 2026-4-13 12:31

v1.1.0 最新 2026-4-13 12:31
Add attribution links to agentbets.ai guides

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

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

p2p_official_large
返回顶部