554/wallet/SKILL.md
Multi-chain wallet — balances, transfers, signing, policy (EVM + Solana)
npx skillsauth add starchild-ai-agent/community-skills @554/walletInstall 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.
Multi-chain wallet for EVM (6 chains) + Solana. Balances, transfers, signing, policy management.
| Tool | Description |
|------|-------------|
| wallet_info | Get all wallet addresses |
| wallet_balance | EVM balance on a chain (DeBank) |
| wallet_sol_balance | Solana balance (Birdeye) |
| wallet_get_all_balances | All chains at once |
| wallet_transfer | Broadcast EVM tx (gas sponsored) |
| wallet_sign_transaction | Sign EVM tx (no broadcast) |
| wallet_sign | EIP-191 message signing |
| wallet_sign_typed_data | EIP-712 typed data signing |
| wallet_transactions | EVM tx history |
| wallet_sol_transfer | Broadcast Solana tx |
| wallet_sol_sign_transaction | Sign Solana tx (no broadcast) |
| wallet_sol_sign | Solana message signing |
| wallet_sol_transactions | Solana tx history |
| wallet_get_policy | Check policy status |
| wallet_propose_policy | Propose policy (sends to UI) |
wallet_balance(chain="base") or wallet_sol_balance()wallet_get_all_balances()wallet_balance(chain=...)wallet_transfer(to=..., amount=..., chain_id=...)wallet_transactions() or check balance againwallet_get_policy(chain_type="ethereum")wallet_propose_policy(chain_type, rules, title, description)rules = [
{"name": "Deny key export", "method": "exportPrivateKey", "conditions": [], "action": "DENY"},
{"name": "Allow all", "method": "*", "conditions": [], "action": "ALLOW"},
]
wallet_propose_policy sends SSE event to frontend — needs streaming contextwallet_balance requires chain param — use wallet_get_all_balances for discoveryeth_signTypedData_v4 requires at least one conditionwallet_propose_policy TWICEdevelopment
OpenSea API integration for NFT and token discovery, marketplace intelligence, and order/transaction workflows. Use when working with OpenSea data or trading flows (e.g. collection stats, trending collections/tokens, NFT metadata, listings/offers, swap quotes, transaction receipt polling).
development
Generate a warm, healing parallel-universe fairy tale (~1000 words) plus 3 cohesive storybook illustrations, themed "if this person had never been born, what would the world miss." Output is a polished HTML storybook that can be previewed and published. Use when the user wants a personalized "if I had never been born" / "如果我没出生" tale for a real person — input is a name, age, and 3 key life events. Great for birthdays, memorials, encouragement gifts, or healing keepsakes.
development
Onboard a user to Phala Cloud and deploy a verifiable Starchild TEE agent — a minimal FastAPI runtime running inside an Intel TDX confidential VM, plus a published chat dashboard with attestation verification. Use when the user wants to "try TEE", "run an agent in a confidential VM", "deploy to Phala", or replicate the internal Starchild TEE test setup.
tools
Trade on Polymarket prediction markets (CLOB V2) from a Privy EOA wallet. Search markets, place/cancel orders, manage positions. No private key handling. Use when the user wants to bet on event outcomes (e.g. "buy YES at 0.65 on the ceasefire market", "what are my open positions", "close my Trump bet").