cmdop run
cmdop run <skill-name> runs an installed Skill. Give it a prompt after the
name for a non-interactive run, or omit the prompt to open an interactive
conversation scoped to that Skill.
cmdop run ssl-cert-checker "check example.com"
cmdop run docker "list running containers"
cmdop run gitList what is installed first:
cmdop skill listA Skill runs with the agent’s permissions on this machine, so the permission rules that gate agent tool calls apply to it.
Run scope
cmdop run executes the installed Skill on the current machine. It does not
publish the Skill, install it on another machine, or bypass approval rules. If
the Skill needs files, tools, or credentials, those must be available in the
machine workspace where it runs.
For repeatable automation, keep the Skill name stable and pass changing input as
the prompt. For authoring and packaging, use cmdop skill; for marketplace
publishing, use the Skills docs.
Related
- Author and run Skills — create, package, and install Skills.
- Skill authoring
- Permission rules