Every agent deserves a wallet. A CLI wallet for humans and AI agents — keys stay local, funds stay yours. EVM, Stellar, Solana.
This repository is the public home for
owlp: issue tracker, agent skill, and documentation. The CLI source is closed-source; the binary is distributed via npm.
Three steps from zero to wallet:
Requires Node.js >= 20.12.0.
npm install -g @owlpay/owlp-cli
owlp -V # verify installationnpx skills add OwlTing/owlpay-wallet-pro-cliWorks with Claude Code, Cursor, Gemini CLI, and other skill-compatible agents. Once installed, your agent knows every command, flag, and NDJSON event shape — no README deep-dive needed.
owlp onboardCreates your account (browser), wallet (terminal), and KYC record (browser) in one guided flow. After onboarding, you're ready to send and receive crypto.
owlp onboardis interactive and requires a real terminal (TTY). AI agents should useowlp auth login+owlp wallet create --jsoninstead — see the agent skill for the full first-run checklist.
owlp balance # Balances across all chains
owlp send --to <addr> --amount 10 --token USDC --chain stellar
owlp tx list # Transaction history
owlp status # Account, wallet, and KYC readiness
owlp --help # All commandsEvery command accepts --json for machine-readable output. Multi-step flows (send, onboard, kyc submit) stream NDJSON events.
- Agent-first, not agent-tolerant —
--jsonon every command, NDJSON event streams for multi-step flows, auto-detected agent mode - Keys never leave your machine — mnemonic generated locally, transactions signed client-side
- One mnemonic, three chains — EVM, Stellar, Solana addresses derived from a single seed
- Browser only when it has to — login and KYC open the browser; everything else stays in terminal
The skills/ directory contains the full agent skill — command reference, JSON response shapes, onboarding flow, and common workflows. Agents read this to operate owlp autonomously.
skills/SKILL.md— Main skill: installation, first-run checklist, environment, authentication, workflowsskills/commands/*.md— Per-command reference (13 files)
- Bug reports: Open an issue
- Feature requests: Open an issue
- Questions & help: Start a discussion
Please never include private keys, mnemonics, or session tokens in issues or discussions.
See CONTRIBUTING.md for guidelines on reporting bugs, requesting features, and contributing skills.
Apache 2.0 — covers the skills and documentation in this repository. The owlp CLI binary is proprietary and distributed separately via npm.