operon-cli-ops
Operon CLI Ops
Use this skill for operational inspection and scriptable CLI workflows. Prefer JSON output for automation:
operon --config <path> --json config explain
operon --config <path> --json doctor
operon --config <path> --json node list
operon --config <path> --json capability list <node>
For exact flags, run the relevant help command first:
operon --help
operon doctor --help
operon config explain --help
operon node --help
operon capability --help
More from denghongcai/operon
operon-core
Use when an agent needs to understand what Operon is, inspect config.yaml, choose the right Operon surface, or safely start any Operon task.
10operon-services
Use when an agent needs to inspect service metadata, run service health checks, or create explicit local TCP or UDP forwards to policy-allowed Operon services.
10operon-sdk-protocol
Use when an agent needs to integrate Operon from application code, the TypeScript SDK, generated gRPC clients, or the documented runtime protocol instead of shelling out to the CLI.
10operon-fs-execs
Use when an agent needs to read, write, copy, remove, or mount remote files, or run and interact with execs on Operon nodes.
7operon-fs-jobs
Use when an agent needs to read, write, copy, remove, or mount remote files, or run and interact with jobs on Operon nodes.
3