Openclaw Skills for Octopus Deploy lets you safely inspect deployments, releases, environments, projects, spaces, and tasks through the oo CLI.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-octopus-deploy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install oo-octopus-deploy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Openclaw Skills for Octopus Deploy provides a secure, CLI-driven way to query Octopus Deploy through your OOMOL-connected account. Instead of calling the API directly or handling raw tokens, you use the oo CLI to inspect the live schema and run connector actions against the octopus_deploy service.
This skill is designed for reliable read operations across Octopus Deploy resources such as spaces, projects, releases, deployments, environments, and server tasks. Openclaw Skills emphasizes safe execution, schema-first payload construction, and credential handling managed server-side by OOMOL.
oo connector schema "octopus_deploy" --action "<action_name>".oo connector run "octopus_deploy" --action "<action_name>" --data '<json>' --json.meta.executionId for traceability.oo CLI if it is not already available.curl -fsSL https://cli.oomol.com/install.sh | bash
irm https://cli.oomol.com/install.ps1 | iex
oo auth login
https://console.oomol.com/app-connections?provider=octopus_deploy
oo connector schema "octopus_deploy" --action "list_projects"
oo connector run "octopus_deploy" --action "list_projects" --data '{}' --json
Openclaw Skills for Octopus Deploy organizes interactions around connector actions, each with its own live schema and JSON payload.
| Element | Purpose | Notes |
|---|---|---|
| Connector | octopus_deploy |
The service target used by the oo CLI |
| Schema lookup | oo connector schema |
Authoritative source for input/output fields |
| Action execution | oo connector run |
Executes a single Octopus Deploy action |
| Payload format | JSON object | Passed via --data or from a file path |
| Response format | { "data": ..., "meta": { "executionId": "..." } } |
Execution ID is returned in meta.executionId |
list_spacesget_project, list_projectsget_release, list_releasesget_deployment, list_deploymentsget_environment, list_environmentsget_task, list_tasksget_current_user[write] modify Octopus Deploy state and require explicit confirmation.[destructive] may remove or overwrite data and require extra approval.meta.executionId@path/to/file.json input for complex requests.Loading
Openclaw Skills for Postalytics provides schema-driven CLI access to read campaigns, contacts, templates, and stats through a connected account.

Openclaw Skills for Cloudflare Docs lets AI agents search, read, and safely execute documentation-backed actions through the oo CLI.

Openclaw Skills for CrateDB Cloud lets you inspect connector schemas and run safe read operations against CrateDB Cloud through the oo CLI.

Openclaw Skills for Mixmax let you inspect schemas and safely read or update sequence data through the oo CLI.

Openclaw Skills for Minerstat lets you safely read coin, hardware, and pool data through the oo CLI without handling raw credentials.

Openclaw Skills for Pod AI lets you securely inspect schemas and run Pod AI actions through the oo CLI without handling raw tokens.








































