Cardano Cli Wallets
This skill allows you to manage your Cardano CLI wallets directly from your chat interface, simplifying transactions and wallet management.
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 npx -- -y @trustedskills/cardano-cli-wallets
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cardano-cli-wallets": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cardano-cli-wallets"
]
}
}
}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 manage wallet keys, derive addresses, and perform basic account operations. The skill provides a programmatic way to automate common Cardano wallet management tasks within an AI agent workflow.
When to use it
- Automated Address Generation: Generate new receiving addresses for cryptocurrency transactions when requested by a user or triggered by an event.
- Key Management: Securely manage and rotate private keys associated with Cardano wallets.
- Account Balance Checks: Retrieve the balance of a specific Cardano account to inform financial decisions.
- Wallet Initialization: Create new Cardano wallets programmatically for onboarding new users or deploying smart contracts.
Key capabilities
- Key generation
- Address derivation
- Account management
- Balance retrieval
Example prompts
- "Generate a new receiving address for my wallet."
- "What is the balance of account [account_name]?"
- "Create a new Cardano wallet with a strong passphrase."
Tips & gotchas
This skill requires cardano-cli to be installed and configured on the system where the AI agent is running. Ensure proper permissions are set for the AI agent to execute commands related to wallet management, as incorrect handling of private keys can lead to loss of funds.
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.