Openclaw Skills for Pod AI lets you securely inspect schemas and run Pod AI actions through the oo CLI without handling raw tokens.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install oo-pod-ai
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-pod-ai using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Pod AI Connector is an Openclaw Skills workflow for operating Pod AI through an OOMOL-connected account using the oo CLI. It is designed to help agents safely read, create, and update Pod AI data by fetching live action schemas first and then executing validated payloads against the pod_ai connector.
The key value of this Openclaw Skills package is that OOMOL injects credentials server-side, so you never need to manage API keys directly. This makes Pod AI automation more reliable, auditable, and agent-friendly, while still preserving safety controls for write and destructive actions.
oo connector schema for the selected action.pod_ai connector with oo connector run, passing the payload via --data.data and meta.executionId for traceability.oo, signing in, reconnecting Pod AI, or resolving billing credit errors.oo CLI if it is missing.curl -fsSL https://cli.oomol.com/install.sh | bash
For Windows PowerShell:
irm https://cli.oomol.com/install.ps1 | iex
oo auth login
https://console.oomol.com/app-connections?provider=pod_ai
OOMOL_INSUFFICIENT_CREDIT.https://console.oomol.com/billing/token-recharge
oo connector schema "pod_ai" --action "<action_name>"
oo connector run "pod_ai" --action "<action_name>" --data '{"key":"value"}' --json
Pod AI is organized around connector actions, each with its own live input/output contract that must be inspected before execution. Openclaw Skills treats the schema as the source of truth for payload construction.
| Item | Purpose | Source |
|---|---|---|
action_name |
Identifies the Pod AI operation to run | User intent / connector action list |
--data |
JSON payload sent to the action | CLI input or @path/to/file.json |
data |
Returned response payload | oo connector run output |
meta.executionId |
Execution trace identifier | Response metadata |
| Tag | Meaning | Behavior |
|---|---|---|
read |
Untagged actions | Safe to run directly |
[write] |
Mutates Pod AI state | Confirm exact payload and effect first |
[destructive] |
Overwrites or removes data | Require explicit approval before running |
--data @path/to/file.json.--data is omitted, an empty object {} is sent.create_outbound_call — create an outbound phone call with a Pod AI voice agent. [write]oo connector schema for contract-first execution.meta.executionId for traceability and debugging.Loading
Openclaw Skills for Minerstat lets you safely read coin, hardware, and pool data through the oo CLI without handling raw credentials.

Openclaw Skills for Octopus Deploy lets you safely inspect deployments, releases, environments, projects, spaces, and tasks through the oo CLI.

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 LIFX lets you manage lights, scenes, power, colors, and effects through the OOMOL-connected oo CLI without handling raw API tokens.

Openclaw Skills for Leonardo.Ai provide a schema-driven CLI workflow to inspect contracts, run actions, and manage generations through a connected OOMOL account.








































