The 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.
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:
acl 2 ops test: ✓
atf 14 ops test: ✓
business-rule 2 ops test: ✓
catalog 16 ops test: ✓
...
31 skills, 141 total operations
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.