Works withOpenClaw/Hermes Agent/Claude Code/Codexand more
Uma wallet projetada para Agents — seja você OpenClaw, Hermes ou outros. Com skills integrados e prontos para usar. Não deixe seu Agent improvisando com blockchain, as chaves ficam na sua máquina e os fundos são seus. Compatível com EVM, Stellar e Solana.
Skill integrado para agents
--json em cada comando
As chaves nunca saem da sua máquina
Little Owl
active now
NEWFiat on-ramp is here — buy USDC with a debit card, right from the terminal.See how →
Cada comando aceita --json. Fluxos com múltiplas etapas transmitem eventos NDJSON: meta.env, tx.preview, tx.signed, tx.submitted, complete. Deixe seu Claude Code, Codex ou OpenClaw usar diretamente.
As chaves privadas nunca saem da sua máquina
owlp wallet create gera uma frase mnemônica de 12 palavras localmente. owlp send monta a transação no servidor, assina com ethers / stellar / tweetnacl na sua máquina e envia apenas a transação assinada para a cadeia. A API nunca vê uma chave privada.
Seu agent aprende owlp ao instalar
owlp inclui um skill oficial para agents. Instale a ferramenta uma vez e Claude Code, Codex, OpenClaw e similares já conhecem cada comando, flag e evento NDJSON. Sem precisar aprender sozinho.
O navegador só quando necessário
Apenas login e KYC abrem o navegador, seu agent sabe o que fazer. Todo o resto, create, send, track, verify, acontece no terminal e seu agent sabe como lidar.
Use Cases
See what your agent can do
Freelancer
Your first overseas payment
Your client wants to pay in USDC. Ask your agent to set up a wallet and share the address.
Five minutes later, it tells you: funds received.
Payroll
Payday, every month
Three remote contractors are waiting on their pay. Tell your agent who gets what. It sends each one.
All you do is confirm the signature.
Top-up
Stacking some USDC
You want some USDC on hand. Give your agent the amount. It handles the card, waits for settlement,
and lets you know when it lands.
Reconcile
End-of-month cleanup
You need this month's transaction history. Your agent pulls it, formats it, hands it to you.
No logging into dashboards. No digging around.
Portfolio
One question, every chain
Your USDC is spread across Ethereum, Stellar, and Solana. One question. Your agent checks all three and reports back.
Move what needs moving. Leave the rest.
Comandos
Uma ferramenta, seu agent opera toda a wallet
Feito para humanos e agents, fácil de usar mesmo quando você digita os comandos.
Do onboarding à criação da wallet, envio e recebimento, tudo em uma única ferramenta.
Wallets multicadeia
Uma frase mnemônica gera endereços EVM (`0x…`), Stellar (`G…`) e Solana (Base58).
owlp wallet create
Enviar
Montar, assinar localmente e enviar. Visualize as taxas antes de confirmar.
owlp send
Saldo
Saldos por cadeia da wallet ativa. `--chain` filtra, `--address` consulta qualquer endereço.
owlp balance --json
Transações
Seletor interativo para explorar seu histórico de transações com facilidade.
owlp tx list
Onboarding interativo
Um único comando completa a configuração inicial: conta, wallet e KYC. O navegador abre apenas quando necessário.
owlp onboard
Verificação de endereços
Valide se um endereço é compatível com a cadeia antes de enviar.
owlp verify --chain solana --address …
Em breve
Mais funcionalidades a caminho
Já em fase de design, chegando nas próximas versões.
Em breve
Contatos
Salve endereços com nomes: `send 10 USDC to alice` em vez de colar hashes.
owlp contacts add alice GA5X…
Em breve
Depósito
Compre crypto com moeda fiat, compatível com conta bancária (ACH Pull) e cartão de débito (VDC).
owlp deposit
Em breve
Saque
Retire para fiat: conta bancária (ACH Pull), cartão de débito (VDC) e Circle Payment Network (CPN).
owlp withdraw
Em breve
Bridge
Mova USDC livremente entre as sete cadeias compatíveis: Ethereum, Polygon, Avalanche, Arbitrum, Optimism, Solana e Stellar.
owlp bridge --to solana --amount 100
Em breve
Cartões-presente
Compre cartões-presente com USDC: pesquise, compre e consulte o histórico direto do terminal.
owlp giftcard buy --brand amazon
Em breve
Sete blockchains compatíveis
Polygon, Avalanche, Arbitrum e Optimism se juntam ao Ethereum. Com Stellar e Solana, todos os fluxos, enviar, receber, bridge, depósito e saque, funcionam nas sete cadeias.
owlp send --chain arbitrum
Começar
Envie sua primeira transação assinada em 60 segundos
Requer Node 20+. Compatível com macOS, Linux e WSL.
Copie para seu Agent:
> Install https://www.owlting.com/owlp-cli for me
Seu Agent vai ler a página, instalar o CLI, configurar os skills e guiar você no onboard.
ou deixe seu Agent ler os passos abaixo
1 · Instalar
$ npm install -g @owlpay/owlp-cli
Um único comando para instalar.
2 · Skills para seu agent
$ npx skills add owlting/owlpay-wallet-pro-cli
Deixe seu agent instalar os skills correspondentes. Uma vez instalados, ele já sabe usá-los.
3 · Onboard
$ owlp onboard
Você: O CLI guia passo a passo para completar login, wallet e KYC.
Agent: Ao concluir o passo 2, ele já tem os skills e sabe como operar.
FAQ
Frequently Asked Questions
Q1What is the fastest way to set up owlp-cli for my agent?
Give your agent the URL of this page and ask it to install.
Paste to your agent
Help me install https://www.owlting.com/owlp-cli
Q2Can I use owlp-cli in Claude Desktop or only in Claude Code?
Claude Desktop's Chat and Cowork modes cannot install owlp-cli — you need Claude Code.
Claude Code CLI (the terminal version) has the best support.
Claude Code inside the desktop app also works, but the CLI gives you full control and is the recommended setup for agents.
Q3Does owlp-cli work with ChatGPT or Codex?
ChatGPT and ChatGPT Desktop cannot use owlp-cli — they don't run shell commands.
Codex Desktop and Codex CLI both work.
Any AI agent that can execute terminal commands can use owlp-cli through the skill file.
Q4My agent did not finish setup in one go. Should I install the skill first or run onboard first?
Install the skill first.
The skill file tells the agent what commands are available and how to use them. Without it, the agent will not know that owlp onboard exists.
After the skill is installed, the agent can run owlp onboard to complete account setup, wallet creation, and KYC.
$ npx skills add owlting/owlpay-wallet-pro-cli
Q5Where are my private keys stored? Is it safe?
Private keys are stored locally on your machine in ~/.owlpay-wallet-pro/ and never leave the device.
Transactions are signed client-side — the API only receives signed transactions, never raw keys or mnemonics.
Make sure to keep your device secure — anyone with access to your machine can access your keys.
Q6Which blockchains and tokens are supported?
Ethereum, Stellar, and Solana are live today. More EVM chains — Polygon, Arbitrum, Optimism, Avalanche — are coming soon.
Supported stablecoins: USDC.
Paste to your agent
How much balance do I have in my wallet?
Q7What is the relationship between owlp-cli and the Wallet Pro mobile app?
They share the same backend and wallet infrastructure.
The mobile app (iOS and Android) is the full-featured mobile wallet. owlp-cli is the terminal and agent interface to the same account.
Transactions made by your agent show up on your phone with real-time push notifications.
As long as you use the same SSO account and wallet, everything stays in sync.
Q8Do I need to complete KYC?
For sending and receiving crypto: no KYC required.
For cross-chain bridge, fiat deposit, and fiat withdrawal: KYC is required by regulation. These features are coming soon.
Your agent will guide you through the KYC process when needed.
Q9Is owlp-cli open source?
The CLI binary is closed-source.
The agent skill file, documentation, and issue tracker are public on GitHub at OwlTing/owlpay-wallet-pro-cli.
This gives agents everything they need to operate the tool while protecting the core implementation.
Q10How are fees calculated?
Crypto transfers: network gas fees only (sponsored on Stellar).
Fiat deposit/withdrawal: fees vary by method and are shown in the quote before you confirm.
No hidden charges — owlp quote shows the exact breakdown before any transaction.
App móvel
Sua wallet, também no seu bolso
OwlPay Wallet Pro é a forma mais fácil de começar com crypto. Converta moedas com segurança, envie fundos para qualquer lugar do mundo e gerencie seus ativos digitais.