/install authenticate-wallet
Authenticating with the Payments Wallet
When the wallet is not signed in (detected via npx awal status or when wallet operations fail with authentication errors), use the npx awal CLI to authenticate.
If you have access to email, you can authenticate the wallet yourself, otherwise you'll need to ask your human to give you an email address and to tell you the OTP code they receive.
Authentication Flow
Authentication uses a two-step email OTP process:
Step 1: Initiate login
npx awal@latest auth login \x3Cemail>
This sends a 6-digit verification code to the email and outputs a flowId.
Step 2: Verify OTP
npx awal@latest auth verify \x3CflowId> \x3Cotp>
Use the flowId from step 1 and the 6-digit code from the user's email to complete authentication. If you have the ability to access the user's email, you can read the OTP code, or you can ask your human for the code.
Checking Authentication Status
npx awal@latest status
Displays wallet server health and authentication status including wallet address.
Example Session
# Check current status
npx awal@latest status
# Start login (sends OTP to email)
npx awal@latest auth login [email protected]
# Output: flowId: abc123...
# After user receives code, verify
npx awal@latest auth verify abc123 123456
# Confirm authentication
npx awal@latest status
Available CLI Commands
| Command | Purpose |
|---|---|
npx awal@latest status |
Check server health and auth status |
npx awal@latest auth login \x3Cemail> |
Send OTP code to email, returns flowId |
npx awal@latest auth verify \x3CflowId> \x3Cotp> |
Complete authentication with OTP code |
npx awal@latest balance |
Get USDC wallet balance |
npx awal@latest address |
Get wallet address |
npx awal@latest show |
Open the wallet companion window |
JSON Output
All commands support --json for machine-readable output:
npx awal@latest status --json
npx awal@latest auth login [email protected] --json
npx awal@latest auth verify \x3CflowId> \x3Cotp> --json
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install authenticate-wallet - 安装完成后,直接呼叫该 Skill 的名称或使用
/authenticate-wallet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Authenticate Wallet 是什么?
Sign in to the wallet. Use when you or the user want to log in, sign in, connect, or set up the wallet, or when any wallet operation fails with authentication or "not signed in" errors. This skill is a prerequisite before sending, trading, or funding. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 983 次。
如何安装 Authenticate Wallet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install authenticate-wallet」即可一键安装,无需额外配置。
Authenticate Wallet 是免费的吗?
是的,Authenticate Wallet 完全免费(开源免费),可自由下载、安装和使用。
Authenticate Wallet 支持哪些平台?
Authenticate Wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Authenticate Wallet?
由 0xRAG(@0xrag)开发并维护,当前版本 v0.1.0。