agent-treasury
Installation
SKILL.md
Agent Treasury — Crypto Wallet for Agents
Your agent earns bounties, pays for services, holds tokens. This skill manages the money.
Check Your Balance
Hedera
ACCOUNT="0.0.YOUR_ACCOUNT"
curl -s "https://mainnet-public.mirrornode.hedera.com/api/v1/balances?account.id=$ACCOUNT" | \
jq '.balances[0] | {account: .account, hbar: (.balance / 100000000), tokens: .tokens}'