Connect to EmblemVault and manage crypto wallets via Emblem AI - Agent Hustle. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Use when t...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install emblemai-agentwallet或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install emblemai-agentwallet⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/emblemai-agentwallet/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: emblem-ai-agent-wallet description: Connect to EmblemVault and manage crypto wallets via Emblem AI - Agent Hustle. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Use when the user wants to trade crypto, check balances, swap tokens, or interact with blockchain wallets. homepage: https://emblemvault.dev user-invocable: true metadata: {"openclaw":{"emoji":"🛡️","version":"3.0.8","homepage":"https://emblemvault.dev","primaryEnv":"EMBLEM_PASSWORD","requires":{"bins":["node","npm","emblemai"],"env":["EMBLEM_PASSWORD"]},"config_paths":["~/.emblemai/.env","~/.emblemai/.env.keys","~/.emblemai/session.json","~/.emblemai/history/"],"install":[{"id":"npm","kind":"npm","package":"@emblemvault/agentwallet","bins":["emblemai"],"label":"Install Agent Wallet CLI"}]}} ---
Connect to Agent Hustle -- EmblemVault's autonomous crypto AI with 250+ trading tools across 7 blockchains. Browser auth, streaming responses, plugin system, and zero-config agent mode.
Requires the CLI: npm install -g @emblemvault/agentwallet
---
Step 1: Install the CLI
npm install -g @emblemvault/agentwallet
This provides a single command: emblemai
Step 2: Use it
When this skill loads, you can ask Agent Hustle anything about crypto:
To invoke this skill, say things like:
All requests are routed through emblemai under the hood.
---
brew install glow on macOS)npm install -g @emblemvault/agentwallet
git clone https://github.com/EmblemCompany/EmblemAi-AgentWallet.git
cd EmblemAi-AgentWallet
npm install
npm link # makes `emblemai` available globally
npm install -g @emblemvault/agentwalletemblemai/plugins to see which plugins loaded/help to see all commands---
EmblemAI v3 supports two authentication methods: browser auth for interactive use and password auth for agent/scripted use.
When you run emblemai without -p, the CLI:
~/.emblemai/session.json for a saved session127.0.0.1:18247 and opens your browserLogin and signup are the same action. The first use of a password creates a vault; subsequent uses return the same vault. Different passwords produce different wallets.
In agent mode, if no password is provided, a secure random password is auto-generated and stored encrypted via dotenvx. Agent mode works out of the box with no manual setup.
Password auth: password is sent to EmblemAuthSDK.authenticatePassword()
HustleIncognitoClient is initialized with the sessionBefore making requests, locate the password using this priority:
| Method | How to use | Priority | |--------|-----------|----------| | CLI argument | emblemai -p "your-password" | 1 (highest, stored encrypted) | | Environment variable | export EMBLEM_PASSWORD="your-password" | 2 (not stored) | | Encrypted credential | dotenvx-encrypted ~/.emblemai/.env | 3 | | Auto-generate (agent mode) | Automatic on first run | 4 | | Interactive prompt | Fallback when browser auth fails | 5 (lowest) |
If no credentials are found, ask the user: > "I need your EmblemVault password to connect to Hustle AI. This password must be at least 16 characters. > > Note: If this is your first time, entering a new password will create a new wallet. If you've used this before, use the same password to access your existing wallet. > > Would you like to provide a password?"
---
Allow sufficient time. Hustle AI queries may take up to 2 minutes for complex operations (trading, cross-chain lookups). The CLI outputs progress dots every 5 seconds to indicate it's working.
Present Hustle's response clearly. Display the response from Hustle AI to the user in a markdown codeblock:
**Hustle AI Response:**
\`\`\`
[response from Hustle]
\`\`\`
---
Use --agent mode for programmatic, single-message queries:
# Zero-config -- auto-generates password on first run
emblemai --agent -m "What are my wallet addresses?"
# Explicit password
emblemai --agent -p "$PASSWORD" -m "Show my balances"
# Pipe output to other tools
emblemai -a -m "What is my SOL balance?" | jq .
# Use in scripts
ADDRESSES=$(emblemai -a -m "List my addresses as JSON")
Any system that can shell out to a CLI can give its agents a wallet:
# OpenClaw, CrewAI, AutoGPT, or any agent framework
emblemai --agent -m "Send 0.1 SOL to <address>"
emblemai --agent -m "Swap 100 USDC to ETH on Base"
emblemai --agent -m "What tokens do I hold across all chains?"
Each password produces a unique, deterministic wallet. To give multiple agents separate wallets, use different passwords:
emblemai --agent -p "agent-alice-wallet-001" -m "My addresses?"
emblemai --agent -p "agent-bob-wallet-002" -m "My addresses?"
Agent mode always uses password auth (never browser auth), retains conversation history between calls, and supports the full Hustle AI toolset including trading, transfers, portfolio queries, and cross-chain operations.
Readline-based interactive mode with streaming AI responses, glow markdown rendering, and slash commands.
emblemai # Browser auth (recommended)
emblemai -p "$PASSWORD" # Password auth
emblemai --reset
---
All commands are prefixed with /. Type them in the input bar and press Enter.
| Command | Description | |---------|-------------| | /help | Show all available commands | | /settings | Show current configuration (vault ID, model, streaming, debug, tools) | | /exit | Exit the CLI (also: /quit) |
| Command | Description | |---------|-------------| | /reset | Clear conversation history and start fresh | | /clear | Alias for /reset | | /history on\|off | Toggle history retention between messages | | /history | Show history status and recent messages |
...
安装 Emblem Ai Agent Wallet 后,可以对 AI 说这些话来触发它
Help me get started with Emblem Ai Agent Wallet
Explains what Emblem Ai Agent Wallet does, walks through the setup, and runs a quick demo based on your current project
Use Emblem Ai Agent Wallet to connect to EmblemVault and manage crypto wallets via Emblem AI - Ag...
Invokes Emblem Ai Agent Wallet with the right parameters and returns the result directly in the conversation
What can I do with Emblem Ai Agent Wallet in my finance & investment workflow?
Lists the top use cases for Emblem Ai Agent Wallet, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/emblemai-agentwallet/ 目录(个人级,所有项目可用),或 .claude/skills/emblemai-agentwallet/(项目级)。重启 AI 客户端后,用 /emblemai-agentwallet 主动调用,或让 AI 根据上下文自动发现并使用。
Emblem Ai Agent Wallet 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Emblem Ai Agent Wallet 可免费安装使用。请查阅仓库了解许可证信息。
Connect to EmblemVault and manage crypto wallets via Emblem AI - Agent Hustle. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Use when t...
Emblem Ai Agent Wallet 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Emblem Ai Agent Wallet
Identifies repetitive steps in your workflow and sets up Emblem Ai Agent Wallet to handle them automatically