aaigotchi/gotchi-pocket/SKILL.md
Manage Aavegotchi pocket wallets (escrow) on Base with Bankr. Use when the user wants to deposit ERC20 tokens into a gotchi pocket, withdraw ERC20 tokens from a pocket, check pocket balances/ownership by gotchi ID, or issue plain-English pocket commands.
npx skillsauth add openclaw/skills gotchi-pocketInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Send and receive ERC20 tokens with Aavegotchi pockets on Base, using Bankr for signing/submission.
transferEscrow(...)./scripts/pocket-info.sh <gotchi-id> [--check-bankr]./scripts/pocket-balance.sh <gotchi-id> <token-alias-or-address>./scripts/pocket-deposit.sh <gotchi-id> <token-alias-or-address> <amount> [--raw]./scripts/pocket-withdraw.sh <gotchi-id> <token-alias-or-address> <to-address> <amount> [--raw]./scripts/pocket-command.sh [--approve-withdraw] [--dry-run] "<natural-language command>"Use one plain-English command and let the skill route it.
Examples:
./scripts/pocket-command.sh "send 25 GHST to gotchi 9638 pocket"
./scripts/pocket-command.sh "send 25 GHST from gotchi 9638 pocket to 0xb96b48a6b190a9d509ce9312654f34e9770f2110"
./scripts/pocket-command.sh "check pocket GHST balance for gotchi 9638"
./scripts/pocket-command.sh "show pocket info for gotchi 9638"
Preview parsing without sending tx:
./scripts/pocket-command.sh --dry-run "send 25 GHST to gotchi 9638 pocket"
Natural-language withdraws are blocked unless explicitly approved.
# First call returns approval_required=true and exits without sending
./scripts/pocket-command.sh "send 25 GHST from gotchi 9638 pocket to 0xb96b48a6b190a9d509ce9312654f34e9770f2110"
# Approved execution
./scripts/pocket-command.sh --approve-withdraw "send 25 GHST from gotchi 9638 pocket to 0xb96b48a6b190a9d509ce9312654f34e9770f2110"
Use either a token address or aliases:
GHSTFUDFOMOALPHAKEKUSDCWETHDAI./scripts/pocket-info.sh 9638 --check-bankr
./scripts/pocket-balance.sh 9638 GHST
# Deposit 100 GHST to pocket
./scripts/pocket-deposit.sh 9638 GHST 100
# Withdraw 100 GHST from pocket to owner
./scripts/pocket-withdraw.sh 9638 GHST 0xb96b48a6b190a9d509ce9312654f34e9770f2110 100
./scripts/pocket-balance.sh 9638 GHST
100 GHST).--raw only when the amount is already base units.SKIP_BANKR_OWNER_CHECK=1.waitForConfirmation=true and return a BaseScan URL.0xA99c4B08201F2913Db8D28e71d020c4298F29dBF0xcD2F22236DD9Dfe2356D7C543161D4d260FD9BcBtools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。