operon-fs-jobs
Operon FS And Jobs
Use this skill for filesystem and process execution workflows. Targets use node:/path form. Always inspect the exact command help before running a command:
operon fs --help
operon fs read --help
operon fs write --help
operon job run --help
operon job logs --help
operon job stdin --help
Filesystem command choice:
- Inspect metadata:
operon fs stat <node:/path>. - List a directory:
operon fs list <node:/path>. - Stream a remote file:
operon fs read <node:/path>. - Write inline content or a local file:
operon fs write <node:/path>.
More from denghongcai/operon
operon-cli-ops
Use when an agent needs to inspect Operon nodes, capabilities, config, audit records, traces, or execution graphs through the CLI.
10operon-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.
7