skills/clawhub.ai/oo-linux-do

oo-linux-do

Installation
SKILL.md

Linux DO

Operate Linux DO through your OOMOL-connected account. This skill calls the linux_do connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Running an action

Linux DO needs no account connection. Assume the oo CLI is installed and signed in. Do not run oo auth login proactively — just run the action. Fall back to First-time setup only when a command actually fails.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "linux_do" --action "<action_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "linux_do" --action "<action_name>" --data '<json>' --json
Installs
1
First Seen
Aug 8, 2026
oo-linux-do from clawhub.ai