emblemai-crypto-wallet
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.
About this skill
The EmblemAI Crypto Wallet skill empowers AI agents to perform comprehensive crypto wallet management functions leveraging the EmblemAI Agent Hustle API. It facilitates real-time balance checks, token swaps, and in-depth portfolio analysis across seven leading blockchains: Solana, Ethereum, Base, BNB Smart Chain (BSC), Polygon, Hedera, and Bitcoin. Agents can also execute various blockchain transactions, making it a powerful tool for users seeking to interact with DeFi protocols, manage assets, and conduct cross-chain operations through a natural language interface. This skill integrates seamlessly within the `antigravity-awesome-skills` framework, enhancing an AI agent's financial capabilities and offering a streamlined way to engage with the crypto ecosystem.
Best use case
Automated crypto asset management; Decentralized finance (DeFi) interactions; Cross-chain token operations; Portfolio tracking and analysis; Streamlined cryptocurrency trading; Financial reporting and insights.
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.
Users will receive accurate, real-time information about their crypto holdings, successful execution of token swaps, and detailed portfolio insights. The agent will be able to initiate and confirm transactions on the specified blockchains, providing status updates without the user needing to manually navigate multiple dApps or exchanges. The outcome also includes enhanced user confidence in managing crypto assets through an intuitive AI interface.
Practical example
Example input
What's my current balance on Ethereum and Solana? Can you swap 0.5 ETH for USDC on Base and then show me my updated portfolio summary?
Example output
Checking your balances... * Ethereum Wallet: 2.34 ETH, equivalent to $7,890.50 USD * Solana Wallet: 15.6 SOL, equivalent to $2,345.75 USD Initiating swap of 0.5 ETH for USDC on Base... Transaction successful! Transaction ID: 0x123...abc (View on BaseScan) Generating updated portfolio summary... [Detailed portfolio breakdown including all supported chains, asset distribution, total value, recent transactions, and performance metrics.]
When to use this skill
- 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
When not to use this skill
- For highly sensitive, high-value transactions that require direct, manual multi-factor authentication and cannot be delegated to an AI.
- When interacting with blockchains not explicitly supported by EmblemAI (e.g., Avalanche, Cardano, Arbitrum, Optimism).
- For complex smart contract deployments or highly technical blockchain development tasks that go beyond standard transaction execution or token swaps.
- If the user prefers a fully manual, self-custody wallet interface without any AI intermediary for security or control reasons.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/emblemai-crypto-wallet/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How emblemai-crypto-wallet Compares
| Feature / Agent | emblemai-crypto-wallet | Standard Approach |
|---|---|---|
| Platform Support | Claude | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | medium | N/A |
Frequently Asked Questions
What does this skill do?
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.
Which AI agents support this skill?
This skill is designed for Claude.
How difficult is it to install?
The installation complexity is rated as medium. You can find the installation instructions above.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
SKILL.md Source
# 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)Related Skills
billing-automation
Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
backtesting-frameworks
Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates.
investor-materials
Create and update pitch decks, one-pagers, investor memos, accelerator applications, financial models, and fundraising materials. Use when the user needs investor-facing documents, projections, use-of-funds tables, milestone plans, or materials that must stay internally consistent across multiple fundraising assets.
crypto-bd-agent
Production-tested patterns for building AI agents that autonomously discover, > evaluate, and acquire token listings for cryptocurrency exchanges.
MarketPulse
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
Portfolio Risk Analyzer
Complete investment portfolio risk management system. Analyze positions, calculate risk metrics, stress test scenarios, optimize allocations, and generate institutional-grade risk reports — all without external APIs.
Debt Collection & Recovery Playbook
Generate compliant debt recovery strategies, collection letter sequences, and payment plan frameworks.
Cash Flow Forecast
Build a 13-week rolling cash flow forecast from your actual numbers.
backtester
Professional backtesting framework for trading strategies. Tests SMA crossover, RSI, MACD, Bollinger Bands, and custom strategies on historical data. Generates equity curves, drawdown analysis, and performance metrics.
moltycash
Send USDC to molty users via A2A protocol. Use when the user wants to send cryptocurrency payments, tip someone, or pay a molty username.
second-level-thinking
Apply Howard Marks' Second Level Thinking framework to investment decisions. Use this skill whenever the user is analyzing an investment opportunity, evaluating a trade thesis, stress-testing a conviction, or asking whether a stock/asset/market is actually as attractive as it looks. Also trigger when the user wants to challenge their own reasoning ("am I just following the crowd?"), wants to identify what the market is mispricing, is debating whether a consensus view is already fully reflected in price, or asks about risk/reward asymmetry, market cycles, or contrarian positioning. The skill channels Marks' philosophy: superior returns require being different AND right — and that starts with understanding what everyone already believes.
nft-standards
Master ERC-721 and ERC-1155 NFT standards, metadata best practices, and advanced NFT features.