From wallet-assistant
Use this skill when the user asks about their AgentStore wallet, USDC balance, transaction history, spending patterns, or wants to check payment status. Trigger on phrases like "check my balance", "wallet status", "transaction history", "how much have I spent", "payment history", etc.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wallet-assistant:wallet-assistantThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Provides insights into your AgentStore wallet including balances, transaction history, and spending analysis.
Provides insights into your AgentStore wallet including balances, transaction history, and spending analysis.
Read the wallet configuration from ~/.agentstore/wallet.json to get the wallet address, then query balances:
~/.agentstore/wallet.json for the wallet addressRead entitlements and transaction records:
~/.agentstore/entitlements.json for purchased agentsWhen asked about spending patterns:
User: "What's my wallet balance?"
Check ~/.agentstore/wallet.json, read the address, and report:
User: "Show my purchase history"
Check ~/.agentstore/entitlements.json and list:
User: "How much have I spent on agents this month?"
Filter transactions to current month and summarize spending.
npx claudepluginhub techgangboss/agentstore --plugin wallet-assistantCrypto wallet API + CLI for AI agents: wallet analysis (portfolio, positions, history, PnL), on-chain trading (swap, bridge, send), off-chain signing (EIP-191, EIP-712), wallet management, and agent tokens with policies for autonomous trading.
Interact with a local AgentLayer wallet runtime: check balances, transfer tokens, swap, DeFi operations, or x402 payments. Prefers wallet tools over shell commands and previews writes before execution.
Provides AI agents read access to Abstract chain data and balances via AGW MCP server (txns soon). Guides setup of agw-mcp for Claude Code and MCP agent workflows.