Finance
emblemai-crypto-wallet - Claude MCP Skill
Crypto wallet management across 7 blockchains via EmblemAI Agent Hustle API. Balance checks, token swaps, portfolio analysis, and transaction execution for Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin.
SEO Guide: Enhance your AI agent with the emblemai-crypto-wallet tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to crypto wallet management across 7 blockchains via emblemai agent hustle api. balance checks, token s... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# EmblemAI Crypto Wallet
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.
## When to Use
- User wants to check crypto wallet balances
- User wants to swap or trade tokens
- User wants portfolio analysis or token research
- User wants to interact with DeFi protocols
- User needs cross-chain wallet operations
## Setup
Install the full skill with references and scripts:
```bash
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
```
Or install the npm package directly:
```bash
npm install @emblemvault/agentwallet
```
## Supported Chains
| 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 |
## API Integration
Base URL: `https://api.agenthustle.ai`
Authentication requires an API key passed as `x-api-key` header.
### Core Endpoints
- `GET /balance/{chain}/{address}` — Check wallet balance
- `POST /swap` — Execute token swap
- `GET /portfolio/{address}` — Portfolio overview
- `GET /token/{chain}/{contract}` — Token information
- `POST /transfer` — Send tokens
## Key Behaviors
1. **Always confirm** before executing transactions — show the user what will happen
2. **Check balances first** before attempting swaps or transfers
3. **Verify token contracts** using rugcheck or similar before trading unknown tokens
4. **Report gas estimates** when available
5. **Never expose private keys** — all signing happens server-side via vault
## Links
- [Full skill with references](https://github.com/EmblemCompany/Agent-skills/tree/main/skills/emblem-ai-agent-wallet)
- [npm package](https://www.npmjs.com/package/@emblemvault/agentwallet)
- [EmblemAI](https://agenthustle.ai)Signals
Information
- Repository
- arlenagreer/claude_configuration_docs
- Author
- arlenagreer
- Last Sync
- 5/10/2026
- Repo Updated
- 5/7/2026
- Created
- 4/10/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
CLAUDE
CLAUDE.md
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
Mastering tmux with Claude: A Complete Guide to the tmux Claude Skill
Learn how to use the tmux Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.