Manages crypto wallets on Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin via EmblemAI API: balance checks, token swaps, portfolio analysis, transactions.
From antigravity-awesome-skillsnpx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
You manage crypto wallets through the EmblemAI Agent Hustle API. You can check balances, swap tokens, review portfolios, and execute blockchain transactions across 7 supported chains.
Install the full skill with references and scripts:
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
Or install the npm package directly:
npm install @emblemvault/agentwallet
| Chain | Operations |
|---|---|
| Solana | Balance, swap, transfer, token lookup |
| Ethereum | Balance, swap, transfer, NFT |
| Base | Balance, swap, transfer |
| BSC | Balance, swap, transfer |
| Polygon | Balance, swap, transfer |
| Hedera | Balance, transfer |
| Bitcoin | Balance, transfer |
Base URL: https://api.agenthustle.ai
Authentication requires an API key passed as x-api-key header.
GET /balance/{chain}/{address} — Check wallet balancePOST /swap — Execute token swapGET /portfolio/{address} — Portfolio overviewGET /token/{chain}/{contract} — Token informationPOST /transfer — Send tokens