Cardano Cli Operator

🌐Community
by flux-point-studios · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add cardano-cli-operator npx -- -y @trustedskills/cardano-cli-operator
2

Or manually add to ~/.claude/settings.json

~/.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-cli commands 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-cli command execution (limited to query operations)
  • Address balance retrieval
  • Transaction history querying
  • Generation of basic cardano-cli commands

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-cli to 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
flux-point-studios
Installs
9

🌐 Community

Passed automated security scans.