Cardano Cli Transactions Operator
This skill automates Cardano CLI transaction creation and execution, streamlining wallet management for users and developers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cardano-cli-transactions-operator npx -- -y @trustedskills/cardano-cli-transactions-operator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cardano-cli-transactions-operator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cardano-cli-transactions-operator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to interact with the Cardano blockchain using cardano-cli commands for transaction management. Specifically, it enables creating, submitting, and inspecting transactions on the Cardano network. It provides a programmatic interface to automate common Cardano transaction workflows.
When to use it
- Automating the creation of UTXOs (Unspent Transaction Outputs) for funding smart contracts.
- Submitting signed transactions to the Cardano blockchain programmatically.
- Retrieving details about specific transactions, such as their status and participants.
- Building automated scripts for managing digital assets on the Cardano network.
Key capabilities
- Transaction creation
- Transaction submission
- Transaction inspection
Example prompts
- "Create a transaction sending 5 ADA to address [recipient_address]."
- "Submit the signed transaction file located at [transaction_file]."
- "What is the status of transaction with hash [transaction_hash]?"
Tips & gotchas
Requires cardano-cli to be installed and configured on the system where the AI agent is running. The skill's effectiveness depends on proper network connectivity and valid signing keys.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.