qntxqntxOfficialยท1 Agent Skills Included

kobe

Multi-chain crypto wallet generation and key derivation

Generates and imports HD cryptocurrency wallets across 14 chains including Bitcoin, Ethereum, Solana, TON, and Nostr from a single BIP-39 mnemonic. Eliminates manual key derivation, address format conversion, and hardware wallet path configuration. Outputs script-friendly JSON, hides secrets by default, and supports batch address derivation for faster wallet workflows.
npx skills add qntx/kobe --all -g -y
Available:

Gives your AI agent core engineering principles for modifying this codebase, such as favoring simple working implementations, removing obsolete code, and reusing existing dependencies.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Kobe?โ–ผ

Run `npx skills add qntx/kobe --all -g -y` in your terminal to install all skills in this suite globally.

How to generate a Bitcoin or Ethereum wallet from the command line?โ–ผ

Run `kobe btc new` or `kobe evm new` to create a new HD wallet with a random mnemonic. Add `--json` for machine-readable output and `-r` to reveal private keys.

Can one mnemonic work across multiple blockchains?โ–ผ

Yes. Kobe derives standards-compliant addresses for 14 chains, including Bitcoin, Ethereum, Solana, Cosmos, TON, and Nostr, all from a single BIP-39 mnemonic.

Does Kobe support Ledger and MetaMask derivation paths?โ–ผ

Yes. Use the `--style` flag to match Ledger Live, MetaMask, Phantom, Trust Wallet, and other popular wallet derivation paths.

Is Kobe safe for handling private keys?โ–ผ

Yes. Mnemonics and private keys are hidden by default, wiped from memory on drop, and only shown when you explicitly pass the `-r` reveal flag.

Related Repositories in Finance & Accounting

View All in Finance & Accountingโ†’