Cardano Cli Wallets Operator
This skill automates Cardano CLI wallet operations, streamlining key management and transaction handling for efficient Cardano 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-wallets-operator npx -- -y @trustedskills/cardano-cli-wallets-operator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cardano-cli-wallets-operator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cardano-cli-wallets-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 Cardano wallets using the cardano-cli command-line interface. It can generate new addresses, derive keys from mnemonic phrases, and manage existing wallet accounts. The skill provides a programmatic way for agents to perform common Cardano wallet operations, automating tasks that would otherwise require manual CLI interaction.
When to use it
- Automated Address Generation: When your agent needs to create new receiving addresses for transactions.
- Key Derivation from Seed Phrase: If the agent requires a derived address without direct access to a private key.
- Wallet Account Management: For tasks like listing accounts or verifying wallet details programmatically.
- Scripted Cardano Operations: When automating complex workflows involving Cardano wallets and transactions.
Key capabilities
- Address Generation
- Key Derivation from Mnemonic Phrase
- Wallet Account Listing
cardano-cliinteraction
Example prompts
- "Generate a new address for my wallet."
- "Derive the key for account 'MyAccount' from this mnemonic phrase: [mnemonic phrase]."
- "List all accounts associated with my Cardano wallet."
Tips & gotchas
- Requires
cardano-clito be installed and configured on the system where the agent is running. - Be extremely careful when handling mnemonic phrases, as they grant full control over your funds. Securely store and manage these within the agent's environment.
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.