Cardano Cli Transactions
This skill automates Cardano CLI transaction creation and execution, streamlining wallet management for users.
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 npx -- -y @trustedskills/cardano-cli-transactions
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cardano-cli-transactions": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cardano-cli-transactions"
]
}
}
}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 the cardano-cli command-line interface. It can be used to construct and submit transactions, query account balances, and perform other common Cardano operations programmatically. The skill automates these tasks, simplifying complex interactions with the blockchain for users.
When to use it
- Sending ADA: Automate sending ADA tokens to specific addresses.
- Checking Balance: Retrieve the current balance of a given Cardano address.
- Transaction History: Query and retrieve transaction history associated with an account.
- Delegation/Undelegation: Automate staking or unstaking your ADA by delegating or undelgating to a pool.
Key capabilities
cardano-clicommand execution- Transaction construction
- Account balance retrieval
- Transaction history querying
- Delegation and Undelegation management
Example prompts
- "Send 10 ADA to address [address]"
- "What is the current balance of [address]?"
- "Show me the transaction history for [address]"
- "Delegate my stake to pool [pool_id]"
Tips & gotchas
- Requires
cardano-clito be installed and configured on the system where the AI agent is running. - Properly formatted addresses are crucial for successful transactions; incorrect formatting will lead to errors.
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.