← 返回 Skills 市场
WAIaaS Wallet
作者
유민호(Minho Yoo)
· GitHub ↗
· v1.0.1
· MIT-0
210
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install waiaas-wallet
功能描述
Self-hosted crypto wallet daemon for AI agents. Send transactions, manage DeFi positions, enforce spending limits — without exposing private keys to agents....
安全使用建议
This skill appears to do what it says, but you must trust the CLI/daemon you install. Before installing: (1) verify the npm package owner and the upstream source (GitHub repo) and inspect the code if possible; (2) avoid running global installs as root; prefer a user-level or containerized install; (3) use short‑lived, limited session tokens and revoke them after use; (4) run the daemon on an isolated host or VM if you want stronger separation; (5) confirm Admin UI is bound to localhost and protected; and (6) consider auditing network activity of the daemon after startup. If you cannot verify the package source or review the code, treat the install as higher risk.
功能分析
Type: OpenClaw Skill
Name: waiaas-wallet
Version: 1.0.1
The waiaas-wallet skill provides a self-hosted crypto wallet management system for AI agents, supporting EVM and Solana chains. It emphasizes security through an isolated daemon and a policy engine to prevent private key exposure to the agent process. The skill uses standard npm-based installation for its CLI (@waiaas/cli) and MCP server (@waiaas/mcp), and its documentation in SKILL.md is consistent with its stated purpose of providing secure financial capabilities to agents without evidence of malicious intent or prompt injection.
能力评估
Purpose & Capability
The name/description (self‑hosted wallet daemon) aligns with required binary ('waiaas'), the single required env var (WAIAAS_SESSION_TOKEN), and the documented CLI commands. Nothing requested appears unrelated to the stated wallet/daemon purpose.
Instruction Scope
SKILL.md only instructs installing and running the waiaas CLI/daemon, initializing data/config, setting a session token in an env var, and connecting via MCP; it does not instruct reading unrelated host files or exfiltrating arbitrary data. It appropriately emphasizes not hardcoding tokens and using the Admin UI for policy control.
Install Mechanism
Install uses an npm package (@waiaas/cli) to create the 'waiaas' binary — a typical approach for CLIs but carries the usual npm risk: package contents will run on your machine. The SKILL.md references a GitHub repo in the label, but the install actually pulls from the npm registry; verify the package publisher and source before installing.
Credentials
Only one environment variable (WAIAAS_SESSION_TOKEN) is required, which is appropriate for a session-based local daemon. This token is sensitive: the skill legitimately needs it, but granting it to the daemon gives that process the ability to sign and send transactions — ensure token scope/expiry and use least privilege.
Persistence & Privilege
The skill does not request always:true or system‑wide configuration changes. It installs a CLI (global npm install is suggested), which is normal for this use case. The agent is allowed to invoke the MCP — expected for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install waiaas-wallet - 安装完成后,直接呼叫该 Skill 的名称或使用
/waiaas-wallet触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add homepage/source links, remove auto-provision instructions, add security notes for token storage
v1.0.0
Initial release: self-hosted crypto wallet daemon for AI agents
元数据
常见问题
WAIaaS Wallet 是什么?
Self-hosted crypto wallet daemon for AI agents. Send transactions, manage DeFi positions, enforce spending limits — without exposing private keys to agents.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 210 次。
如何安装 WAIaaS Wallet?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install waiaas-wallet」即可一键安装,无需额外配置。
WAIaaS Wallet 是免费的吗?
是的,WAIaaS Wallet 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
WAIaaS Wallet 支持哪些平台?
WAIaaS Wallet 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WAIaaS Wallet?
由 유민호(Minho Yoo)(@minhoyoo-iotrust)开发并维护,当前版本 v1.0.1。
推荐 Skills