Emblem AI Agent Wallet
Wallet-aware crypto assistant CLI wrapper with review-first, multi-chain balance/portfolio queries.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 16, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 10f11d1
The Quick Start's exact pinned install command, `npm install -g @emblemvault/agentwallet@3.1.3`, 404s on the real npm registry -- only 3.1.0/3.2.0/3.2.1/3.3.0 exist (verified live) -- so a user following the doc literally can't install the CLI; the security write-up itself is unusually thorough, and the skill correctly refuses to act without an external EmblemVault account/browser auth.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 3/5
What Emblem AI Agent Wallet does
Wraps the EmblemVault `emblemai` CLI to give an agent profile-scoped multi-chain wallet access (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin) for balance/address/portfolio/activity queries, with review-first confirmation before any value-moving action. Triggers on requests to check an Emblem/EmblemVault wallet, ask EmblemAI about balances, or explain Emblem's browser/agent auth model.
How to install Emblem AI Agent Wallet
git clone https://github.com/EmblemCompany/Agent-skills.git
mkdir -p ~/.claude/skills
cp -r Agent-skills/skills/emblem-ai-agent-wallet ~/.claude/skills/emblem-ai-agent-wallet
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Emblem AI Agent Wallet
-
/emblem-ai-agent-walletWallet-aware crypto assistant CLI wrapper with review-first, multi-chain balance/portfolio queries.
It also activates on plain-language prompts like these:
-
Use my Emblem wallet to check my balances across Solana and Ethereum -
Ask EmblemAI what tokens and NFTs are sitting in my portfolio right now -
Explain how Emblem's browser versus agent auth model resolves my login
Frequently asked questions
- Is the Emblem AI Agent Wallet skill free?
- Yes. The skill itself is free from EmblemCompany/Agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Emblem AI Agent Wallet work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Works with setup. The Quick Start's exact pinned install command, `npm install -g @emblemvault/agentwallet@3.1.3`, 404s on the real npm registry -- only 3.1.0/3.2.0/3.2.1/3.3.0 exist (verified live) -- so a user following the doc literally can't install the CLI; the security write-up itself is unusually thorough, and the skill correctly refuses to act without an external EmblemVault account/browser auth.
- What is the Emblem AI Agent Wallet SkillProof Score?
- 8.0/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
- How do I install Emblem AI Agent Wallet?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Emblem AI Agent Wallet with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.