CLI docs
Skill Workflows
CLI workflows for skill lifecycle, installs, and validation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
CLI workflows for skill lifecycle, installs, and validation.
mcp skills list
mcp skills create --project <projectId> --name "Charge refund flow"
mcp skills update <skillId> --visibility public
mcp skills archive <skillId>
mcp skills install <skillId>
mcp skills uninstall <installationId>
mcp installation disable <installationId>
mcp installation remove <installationId>
mcp skills test-runs new --scenario <scenarioId>
mcp skills test-runs list <skillId>
mcp skills test-runs get <testRunId>