cardano-cli-wallets-operator

Execute Cardano CLI wallet key generation and address building.

8|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Flux-Point-Studios/cardano-agent-skills --skill cardano-cli-wallets-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cardano-cli-wallets-operator
Source: https://github.com/Flux-Point-Studios/cardano-agent-skills/tree/main/skills/cardano-cli-wallets-operator
Command: npx skills add https://github.com/Flux-Point-Studios/cardano-agent-skills --skill cardano-cli-wallets-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill allows for the direct execution of Cardano wallet operations, such as key generation and address building, after guidance has been provided by a complementary skill.

Core Features & Use Cases

  • Key Generation: Creates payment and stake keys securely.
  • Address Building: Constructs base addresses for specified networks.
  • Use Case: After understanding how to create a wallet using cardano-cli-wallets, you can use this skill to perform the actual key generation and address creation on your system.

Quick Start

Execute the cardano-cli-wallets-operator skill to create a new wallet in the '~/my-cardano-wallet' directory for the preprod network.

Frequently Asked Questions about cardano-cli-wallets-operator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate payment and stake keys for a Cardano wallet using CLI?

To generate Cardano wallet keys, execute the operator to create payment and stake key pairs securely. It ensures secure key handling by enforcing immediate permission changes on the generated files.

How do I build a Cardano base address for mainnet, preprod, or preview?

Building a Cardano base address is done by constructing it for a specified network using the correct magic numbers. The operator supports mainnet, preprod, and preview networks for address creation.

Can I execute Cardano CLI commands to create a wallet directly on my system?

Yes, you can execute Cardano CLI commands to perform actual key generation and address creation on your system. The operator requires user confirmation before executing any wallet operations.

What is the best way to securely handle Cardano wallet keys generated via CLI?

Securely handling Cardano wallet keys involves applying immediate permission changes right after key generation. This ensures the generated payment and stake key files are protected from unauthorized access.

Do I need a complementary skill to understand how to create a Cardano wallet before using this operator?

Yes, you need a complementary skill to provide guidance on how to create a Cardano wallet. This operator performs the actual key generation and address creation on your system after receiving that initial guidance.

How does the Cardano CLI operator handle execution across different test networks?

The Cardano CLI operator handles test networks by supporting preprod and preview environments with specific magic numbers. It ensures accurate address building by applying the correct network configurations during execution.