← Back to Skills Marketplace
minhoyoo-iotrust

WAIaaS Wallet

by 유민호(Minho Yoo) · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
210
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install waiaas-wallet
Description
Self-hosted crypto wallet daemon for AI agents. Send transactions, manage DeFi positions, enforce spending limits — without exposing private keys to agents....
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install waiaas-wallet
  3. After installation, invoke the skill by name or use /waiaas-wallet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug waiaas-wallet
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is WAIaaS Wallet?

Self-hosted crypto wallet daemon for AI agents. Send transactions, manage DeFi positions, enforce spending limits — without exposing private keys to agents.... It is an AI Agent Skill for Claude Code / OpenClaw, with 210 downloads so far.

How do I install WAIaaS Wallet?

Run "/install waiaas-wallet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is WAIaaS Wallet free?

Yes, WAIaaS Wallet is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does WAIaaS Wallet support?

WAIaaS Wallet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created WAIaaS Wallet?

It is built and maintained by 유민호(Minho Yoo) (@minhoyoo-iotrust); the current version is v1.0.1.

💬 Comments