From hamster
Show the user's hamster wallet — current balance, lifetime earned, and recent rewards from games they played. Use when the user asks how much they have made, their balance, earnings, rewards, payouts, wallet, or hamster stats.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hamster:walletThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch and summarize the user's earnings from the Hamster backend.
Fetch and summarize the user's earnings from the Hamster backend.
Fetch the wallet. Run bash ${CLAUDE_SKILL_DIR}/scripts/wallet.sh.
{"balance_usd": 12.5, "lifetime_usd": 14.0, "reversed_usd": 1.5, "sessions_count": 3, "recent": [{"date","game","note","amount_usd","reversed"}]}Render a short summary. Present:
balance_usd) and lifetime earned (lifetime_usd), as USD.sessions_count) and total reversed (reversed_usd) if > 0.recent rewards: date, game, note, amount.
Mark any entry with reversed: true as a clawback (e.g. strike-through or a
"(reversed)" tag) and do not count it toward the positive total.Keep it tight and friendly — a couple of headline numbers plus the recent table.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub growlads/hamster-plugin --plugin hamster