AgentStack
SKILL verified MIT Self-run

Cardano Cli Operator

skill-flux-point-studios-cardano-agent-skills-cardano-cli-operator · by Flux-Point-Studios

Manual-only operator command for Cardano CLI: dispatches directly to OpenClaw Exec Tool (no model) so you can run deterministic, approval-gated cardano-cli commands (native or Docker fallback).

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-flux-point-studios-cardano-agent-skills-cardano-cli-operator

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Cardano Cli Operator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

cardano-cli-operator (manual-only)

This skill is a deterministic exec gateway: when you run the slash command, OpenClaw bypasses the model and forwards your arguments straight to the Exec Tool (command-dispatch: tool).

Safety first: force approvals + allowlist mode

Before using this operator, set Exec defaults for the session:

  • /exec host=gateway security=allowlist ask=on-miss

Allowlist-safe shortcut (recommended)

If your Exec allowlist is strict, allowlist one entrypoint and route everything through it:

  • Allowlist: ~/Projects/**/cardano-agent-skills/scripts/oc-safe.sh (adjust glob)
  • Run:
  • /cardano_cli_operator ./scripts/oc-safe.sh cardano version
  • /cardano_cli_operator ./scripts/oc-safe.sh cardano query tip --mainnet

Use it (copy/paste)

Run cardano-cli via the included wrapper (native cardano-cli if installed, otherwise Docker fallback):

  • Version
  • /cardano_cli_operator ./skills/cardano-cli-operator/scripts/cardano-cli.sh version
  • Query tip (requires socket / correct network)
  • /cardano_cli_operator ./skills/cardano-cli-operator/scripts/cardano-cli.sh query tip --mainnet
  • Dump protocol params (example)
  • /cardano_cli_operator ./skills/cardano-cli-operator/scripts/cardano-cli.sh query protocol-parameters --mainnet --out-file pparams.json

Socket note (Docker fallback)

If you have a local node socket and you're using Docker fallback, set:

  • CARDANO_NODE_SOCKET_PATH=/path/to/node.socket

Notes

  • This operator does not decide what to run; it runs what you type deterministically.
  • Use the non-operator skills for guidance and safe templates.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.