operon-core

Installation
SKILL.md

Operon Core

Operon is a capability runtime over an already reachable private network. It is not a VPN, relay, mesh router, or global routing layer. Use the CLI as the default agent surface, use the TypeScript SDK for application code, and use the gRPC protocol directly only when a custom client is needed.

Start every task by identifying the config path:

  • Default: $HOME/.operon/config.yaml.
  • Override: operon --config <path> ....

Before operating on nodes, run:

operon --config <path> config explain

Use operon --config <path> --json config explain when a script or agent needs structured daemon, client, auth, policy, service, and secrets information without reading raw YAML.

Use operon <command> --help for exact syntax. Skills explain scenarios and command choice; CLI help is the source of truth for flags and arguments.

Related skills
Installs
10
GitHub Stars
1
First Seen
10 days ago