Goodwallet Alpha
/install goodwallet-alpha
Goodwallet
Crypto wallet CLI. Run goodwallet --help for the latest commands, flags, chains, and usage.
Setup
This skill assumes the goodwallet CLI is installed globally and available in PATH. If not, install it via npm:
Do NOT use npx. Always use the globally installed binary.
Update
Before running any other command, check for updates:
goodwallet update— check for a new version.- If outdated, run
goodwallet update --installbefore proceeding.
Rules
- Summarize outcomes in plain language; don't dump raw CLI output unless asked.
- Never fabricate values. Only report what the CLI returns.
- Read before write: inspect balances/quotes/positions before proposing any state-changing action.
- Confirm before executing any command that moves funds or creates exposure:
send,swap --execute,trade --deposit/--withdraw/--market,bet --deposit/--withdraw/--market,earn --deposit/--withdraw, and everysigncommand. - Don't reveal internal wallet details unless the user asks.
Auth
goodwallet auth— show the returned URL to the user.goodwallet auth --pair— run immediately; polls until the browser flow completes.goodwallet auth --logout— disconnect.
Signing Safety
All credentials and MPC key shares are stored locally at ~/.config/goodwallet/. No full private key ever exists — only a single MPC key share is stored on device. Signing uses 2-party MPC with a remote co-signer at sign.goodwallet.dev (operated by GoodDollar). The agent API at agent.goodwallet.dev issues signing room UUIDs and enforces transaction-policy checks (token allowlists, spend limits, malicious-contract detection) before co-signing, so most harmful payloads are rejected server-side. Both services communicate over HTTPS/WSS. Still, confirm with the user before running any sign command so they understand what they're approving.
Error Recovery
- Auth timeout → restart
auth+auth --pair. - Insufficient funds → suggest checking balances or reducing amount.
- No swap route → suggest different token, amount, or chain.
- Any other failure → report the error plainly, don't retry automatically.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install goodwallet-alpha - 安装完成后,直接呼叫该 Skill 的名称或使用
/goodwallet-alpha触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Goodwallet Alpha 是什么?
Crypto wallet for sending, swapping, trading perps, betting on Polymarket, earning DeFi yield, and signing across EVM, Solana, Bitcoin, Doge, and XRP. Use wh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 108 次。
如何安装 Goodwallet Alpha?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install goodwallet-alpha」即可一键安装,无需额外配置。
Goodwallet Alpha 是免费的吗?
是的,Goodwallet Alpha 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Goodwallet Alpha 支持哪些平台?
Goodwallet Alpha 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Goodwallet Alpha?
由 GoodDollar(@gooddollar)开发并维护,当前版本 v0.5.7。