aiken-dex-security-audit-operator
Operator skill: run local Aiken build/test commands and capture evidence for the audit. Manual invoke only.
aiken-dex-security-audit
Adversarial security audit playbook for Plutus V3 Aiken DEX contracts (threat model, invariants, findings, tests, tx repro shapes).
aiken-smart-contracts
Aiken workflows: validators, building, blueprints, .plutus generation. Safe guidance for smart contract development.
cardano-cli-doctor
Diagnose cardano-cli: version, era-prefixed vs legacy syntax, network flags. Produces compatibility report.
cardano-cli-operator
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).
cardano-cli-plutus-scripts-operator
Execute Plutus script transactions: script spends, datum/redeemer submission. Manual invoke only.
cardano-cli-plutus-scripts
Plutus script guidance: datums, redeemers, collateral, reference scripts. Templates only—use operator to execute.
cardano-cli-staking-operator
Execute staking operations: registration, delegation, rewards withdrawal. Manual invoke only.
cardano-cli-staking
Staking guidance: registration, delegation, rewards. Provides templates (no execution). Use operator skill to execute.
cardano-cli-transactions-operator
Execute transaction builds and submits. Manual invoke only—requires explicit confirmation before submit.
cardano-cli-transactions
Transaction guidance: build, sign, submit patterns. Provides templates (no execution). Use operator skill to execute.
cardano-cli-wallets-operator
Execute wallet operations: key generation, address building. Manual invoke only for safety.
cardano-cli-wallets
Wallet guidance: key generation, address building, UTxO queries. Provides templates and explanations (no execution).
cardano-devnet-in-a-box
One-command local rehearsal stack: cardano-node + hydra + ogmios + kupo. Docker-based, deterministic green/red testing.
cardano-mcp-balances
Read-only wallet state via cardano MCP: balances, addresses, and UTxOs. Requires a configured cardano MCP server.
cardano-mcp-identity
Retrieve ADAHandle identities ($handle) for the connected wallet via cardano MCP. Read-only.
cardano-mcp-staking
Query staking delegation status and available rewards via cardano MCP. Read-only, no delegation changes.
cardano-mcp-transactions
Sign and submit pre-built Cardano transactions via cardano MCP. High-risk: requires structured preview and explicit user confirmation.
cardano-protocol-params
Protocol parameters: fetch pparams, understand fees, min-UTxO, execution budgets. Read-only diagnostics.
hydra-head-operator
Execute Hydra operations: init, commit, open, close, fanout. Manual invoke only due to L1 state changes.
hydra-head-troubleshooter
Hydra troubleshooting: decision tree for common issues. Maps symptoms to fixes with verification steps.
hydra-head
Hydra Head guidance: setup, keys, peers, lifecycle. Best practices from hydra.family. Use operator skill for execution.
koios-agent-wallet
Quick setup of key-based Cardano agent wallets with MeshJS (MeshWallet) and KoiosProvider: generate wallet (no mnemonic), register stake address, and stake to a pool. Use when users ask to generate a wallet, register it, stake it, send transactions, or query wallet state via Koios.
meshjs-cardano
MeshJS patterns: tx building, wallet connectors, script interactions. TypeScript/JavaScript Cardano development.
plutus-v3-conway
Plutus V3 under Conway: unified context, governance scripts, V2→V3 migration. Conceptual and practical guidance.