ops command is your exploration entry point — it lists all registered skills and their operations. Drill down into a specific skill to see its operations, or into a specific operation to see its input schema.ops
List available skills, operations, and their input schemas.
The
sn ops [skill] [op] [--json] List skills, operations, and input schemas.
Arguments
| Name | Required | Description |
|---|---|---|
| skill | No | Filter to a specific skill (e.g., catalog). |
| op | No | Show input schema for a specific operation (e.g., create_item). |
Flags
| Flag | Default | Description |
|---|---|---|
| --json | — | Output as JSON (useful for scripting). |
Examples
sn opsAvailable skills:
atf 8 ops test: ✓
business-rule 1 ops test: ✓
catalog 14 ops test: ✓
...
sn ops catalog create_itemcatalog > create_item
name string (required) Display name
category string (required) Category sys_id
shortDesc string Short description
...
Use
sn ops to explore available skills and their input schemas before writing manifests.