Cardano Cli Operator
This CLI operator streamlines Cardano blockchain interactions via command-line tools for efficient node management and data retrieval.
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-operator npx -- -y @trustedskills/cardano-cli-operator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cardano-cli-operator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cardano-cli-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 the cardano-cli command-line interface. It can perform actions such as querying transaction history, checking account balances, and constructing basic CLI commands for interacting with the blockchain. The agent leverages this tool to automate tasks related to Cardano asset management and network interaction.
When to use it
- Automated Transaction Monitoring: Track specific transactions on the Cardano blockchain by providing addresses or transaction IDs.
- Account Balance Checks: Quickly retrieve the current balance of a given Cardano address.
- Basic Command Generation: Generate
cardano-clicommands for common tasks, such as creating payment transactions (though not executing them directly). - Blockchain Data Retrieval: Obtain information about blocks and other blockchain data points using CLI queries.
Key capabilities
cardano-clicommand execution (limited to query operations)- Address balance retrieval
- Transaction history querying
- Generation of basic
cardano-clicommands
Example prompts
- "What is the current balance of address [address]?"
- "Show me the transaction history for address [address]."
- "Generate a cardano-cli command to query block [block number]."
Tips & gotchas
- Requires
cardano-clito be installed and configured on the system where the AI agent is running. - The skill currently focuses on querying data; it does not execute commands that modify the blockchain state (e.g., signing transactions).
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.