Manage Crypto Wallets and Execute Transactions
Crypto wallet management skill that checks balances, swaps tokens, and executes blockchain transactions across 7 chains via the EmblemAI Agent Hustle API.
Why it matters
Effortlessly manage your cryptocurrency assets across multiple blockchains. This skill allows you to check balances, swap tokens, analyze portfolios, and execute secure transactions via the EmblemAI Agent Hustle API.
Outcomes
What it gets done
Check crypto wallet balances on 7 supported chains.
Swap and trade tokens seamlessly.
Analyze crypto portfolios and research tokens.
Execute cross-chain blockchain transactions.
Install
Add it to your toolbox
Run in your project directory:
curl -fsSL https://spark.entire.vc/get/ag-emblemai-crypto-wallet | bash Capabilities
What this skill does
Pulls structured data fields from unstructured text.
Writes and executes SQL or NoSQL queries on databases.
Initiates or reconciles payments through payment APIs.
Reviews permissions and logs to flag unauthorized activity.
Overview
EmblemAI Crypto Wallet
What it does
A crypto wallet management skill that provides balance checking, token swapping, portfolio analysis, and blockchain transaction execution across 7 supported chains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin) through the EmblemAI Agent Hustle API. All signing happens server-side via vault, ensuring private keys are never exposed.
How it connects
Use this skill when you need to check crypto wallet balances, swap or trade tokens, analyze portfolios, interact with DeFi protocols, or perform cross-chain wallet operations. The skill requires API authentication and always confirms transactions before execution.
Source README
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:
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
Or install the npm package directly:
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 balancePOST /swap- Execute token swapGET /portfolio/{address}- Portfolio overviewGET /token/{chain}/{contract}- Token informationPOST /transfer- Send tokens
Key Behaviors
- Always confirm before executing transactions - show the user what will happen
- Check balances first before attempting swaps or transfers
- Verify token contracts using rugcheck or similar before trading unknown tokens
- Report gas estimates when available
- Never expose private keys - all signing happens server-side via vault
Links
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Discussion
Questions & comments · 0
Sign In Sign in to leave a comment.