koios-agent-wallet
✓Quick setup of key-based Cardano agent wallets with MeshJS (MeshWallet) and KoiosProvider: generate wallet (no mnemonic), register stake address, and stake to a pool. Use when users ask to generate a wallet, register it, stake it, send transactions, or query wallet state via Koios.
Installation
SKILL.md
Use this sequence when the user wants a new wallet, then to register its stake address and delegate to a pool. All steps use key-based setup (no mnemonic in agent runtime). Yes: the agent can register, then stake — both happen in one transaction (Step 3).
| 1 | Generate wallet (no mnemonic) | generate-key-based-wallet.js | | 2 | Fund base address | User sends ADA; verify with fetchAddressUTxOs | | 3 | Register + delegate | agent-wallet.js MODE=stake, REGISTERSTAKE=1, POOLID |
Outputs: base + stake addresses and PAYMENTSKEYCBORHEX / STAKESKEYCBORHEX export lines. If WALLETDIR is set, writes addresses.json, payment.skey, stake.skey, and (if @noble/ed25519 is installed) payment.vkey, stake.vkey. No cardano-cli required. Requires @meshsdk/core and Koios (network). For staking with agent-wallet.js (CLI keys), also install @emurgo/cardano-serialization-lib-nodejs; if you pass a hex POOLID, i...
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/thamacroman/cardano-agent-skills --skill koios-agent-wallet- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-03
- Updated
- 2026-02-18
Quick answers
What is koios-agent-wallet?
Quick setup of key-based Cardano agent wallets with MeshJS (MeshWallet) and KoiosProvider: generate wallet (no mnemonic), register stake address, and stake to a pool. Use when users ask to generate a wallet, register it, stake it, send transactions, or query wallet state via Koios. Source: thamacroman/cardano-agent-skills.
How do I install koios-agent-wallet?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thamacroman/cardano-agent-skills --skill koios-agent-wallet Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/thamacroman/cardano-agent-skills
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-03