sndev.io / docs

ops

List available skills, operations, and their input schemas.

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.
sn ops [skill] [op] [--json]

List skills, operations, and input schemas.

Arguments

NameRequiredDescription
skillNoFilter to a specific skill (e.g., catalog).
opNoShow input schema for a specific operation (e.g., create_item).

Flags

FlagDefaultDescription
--jsonOutput as JSON (useful for scripting).

Examples

sn ops
Available skills:
atf 8 ops test: ✓
business-rule 1 ops test: ✓
catalog 14 ops test: ✓
...
sn ops catalog create_item
catalog > 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.