Agent skill · Backend & API

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill emblemai-crypto-wallet --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/emblemai-crypto-wallet/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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 ba

What's inside
Steps it walks through
  1. When to Use
  2. Setup
  3. Supported Chains
  4. API Integration
  5. Core Endpoints
  6. Key Behaviors
  7. Links
  8. Limitations
Commands it runs
npx skills add EmblemCompany/Agent-skills --skill emblem-ai-agent-wallet
npm install @emblemvault/agentwallet
More from agentic-awesome-skills
All skills →
About this skill
What does the emblemai-crypto-wallet 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.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill emblemai-crypto-wallet --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going