← Back to Skills Marketplace
benthecarman

Orange Wallet

by benthecarman · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
177
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install orange-wallet
Description
Command-line Lightning wallet for AI agents with graduated custody, enabling instant trusted payments and self-custodial channels via JSON shell commands.
Usage Guidance
This appears to be a legitimate CLI Lightning wallet implementation, but exercise caution before running with real funds: 1) Backup and protect the wallet seed file written to storage_path (the only recovery method). 2) Review or build from the included source and audit the orange-sdk GitHub dependency (Cargo.toml points to a git repo at a specific rev) to reduce supply-chain risk. 3) The SKILL.md suggests running the standard rustup install script (curl | sh) and cloning a remote repo; if you prefer, build from the code bundled with the skill instead of re-cloning an external repository. 4) Check and replace example defaults — the example config points to a specific LSP IP and node; if you don't control that LSP, funds/operations may involve a third party. 5) Note webhook semantics: events are marked handled even after webhook delivery failures, which can lead to missed notifications; design your integration with that behavior in mind. 6) Because this is labeled alpha, avoid using large sums until you have audited the code and the SDK dependency.
Capability Analysis
Type: OpenClaw Skill Name: orange-wallet Version: 0.1.0 The orange-skill bundle is a legitimate Lightning wallet CLI designed for AI agents, built on the Orange SDK. The code in src/main.rs and src/config.rs implements standard wallet operations including seed generation, balance checking, and payment processing, with sensitive data (mnemonics) stored locally in a user-defined directory. The daemon functionality correctly implements a webhook system for payment notifications using user-provided URLs and optional Bearer tokens. No evidence of malicious intent, unauthorized data exfiltration, or prompt injection was found; the tool operates transparently according to its documentation.
Capability Assessment
Purpose & Capability
Name/description, README, SKILL.md, and source code all implement a CLI Lightning wallet (daemon, receive/send, events, webhooks, seed storage, chain source and LSP config). The requested things (disk storage, optional chain RPC creds, optional LSP token) match the wallet purpose.
Instruction Scope
Runtime instructions stay within the wallet domain (build with Rust, run daemon, configure storage/chain/LSP, webhooks or polling). Two points to be aware of: (1) the daemon writes a wallet seed to disk (~/.orange/seed by default) and prints the path — protect and back this up; (2) webhook behavior marks events handled even if delivery ultimately fails after retries, which can cause missed notifications; otherwise instructions do not ask the agent to read unrelated files or secrets.
Install Mechanism
The skill bundle is instruction-only in the registry but includes full Rust source and a Cargo.toml that pulls orange-sdk from a GitHub repo at a fixed revision. Building requires running rustup (the SKILL.md recommends the standard curl | sh installer) and protoc. This is typical but implies a supply-chain fetch of external Rust dependencies (git crates) at build time — review the referred orange-sdk repository and pinned revision if you need higher assurance.
Credentials
The registry declares no required environment variables. The config file can contain chain RPC credentials (username/password) and an optional LSP token — these are expected for a wallet. No unrelated credentials or system secrets are requested by the skill or seen in the code.
Persistence & Privilege
always is false and the skill does not request persistent/privileged platform presence. It creates and uses its own storage path and files (seed, SQLite DB, logs) under the configured storage_path but does not modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install orange-wallet
  3. After installation, invoke the skill by name or use /orange-wallet
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release — basic self-custodial lightning wallet
Metadata
Slug orange-wallet
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Orange Wallet?

Command-line Lightning wallet for AI agents with graduated custody, enabling instant trusted payments and self-custodial channels via JSON shell commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.

How do I install Orange Wallet?

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

Is Orange Wallet free?

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

Which platforms does Orange Wallet support?

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

Who created Orange Wallet?

It is built and maintained by benthecarman (@benthecarman); the current version is v0.1.0.

💬 Comments