cardano-cli-transactions-operator

Build, sign, and submit Cardano CLI transactions with user confirmation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the building, signing, and submission of Cardano transactions, streamlining the process for users who have already reviewed transaction details and are ready for execution.

Core Features & Use Cases

  • Transaction Execution: Builds, signs, and submits Cardano transactions.
  • Reproducibility: Creates a transaction bundle folder for auditing and debugging.
  • Safety: Requires explicit user confirmation before submitting transactions to the network.
  • Use Case: After using the cardano-cli-transactions skill to construct a transaction, you can use this operator skill to finalize and submit it to the Cardano network after a final confirmation.

Quick Start

Use the cardano-cli-transactions-operator skill to build, sign, and submit a transaction to the testnet.

Frequently Asked Questions about cardano-cli-transactions-operator

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

FAQPage Schema
How do I build, sign, and submit Cardano CLI transactions safely?

This operator executes the build, sign, and submit phases for Cardano CLI transactions, requiring explicit user confirmation before network submission to prevent accidental operations.

Can I submit Cardano transactions to a specific testnet magic number?

Yes, you can submit Cardano transactions to a specified testnet magic number. The operator operates on designated testnet magic numbers to ensure deterministic execution on the correct network.

How do I ensure reproducibility when executing Cardano CLI transactions?

To ensure reproducibility when executing Cardano CLI transactions, the operator creates a transaction bundle folder for auditing and debugging, ensuring deterministic execution of the workflow post-guidance.

Does the Cardano transaction operator prevent accidental mainnet submissions?

Yes, the Cardano transaction operator prevents accidental mainnet submissions by operating on specified testnet magic numbers and requiring explicit user confirmation before submitting any transaction to the network.

What do I need to construct a transaction before using the Cardano CLI operator?

Before using the Cardano CLI operator, you need to construct your transaction details using the cardano-cli-transactions skill, then use this operator skill to finalize and submit it after a final confirmation.