---
name: Cloud Claw
slug: cloud-claw
category: DevOps
description: Cloud Claw coordinates multiple Cloud Claw user-facing domains, covering VM deployment and lifecycle management through local altllm cloud-claw-* commands. Use it when a request spans both launching a new OpenClaw, PicoClaw, or Ottie deployment and later managing VMs, logs, renewal, or dashboard access.
github: "https://github.com/internet-court/internet-court-skill/tree/main/vendored/altlayer/cloud-claw"
language: TypeScript
stars: 2969
forks: 68
install: "npx degit https://github.com/internet-court/internet-court-skill/tree/main/vendored/altlayer/cloud-claw ~/.claude/skills/cloud-claw"
installs_to: ~/.claude/skills/cloud-claw
source_path: vendored/altlayer/cloud-claw/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/internet-court/internet-court-skill"
added: 2026-08-17T07:09:50.000Z
last_synced: 2026-08-17T07:09:50.000Z
canonical_url: "https://dirskills.com/skills/cloud-claw"
---

# Cloud Claw

Cloud Claw coordinates multiple Cloud Claw user-facing domains, covering VM deployment and lifecycle management through local altllm cloud-claw-* commands. Use it when a request spans both launching a new OpenClaw, PicoClaw, or Ottie deployment and later managing VMs, logs, renewal, or dashboard access.

**Install:**

```bash
npx degit https://github.com/internet-court/internet-court-skill/tree/main/vendored/altlayer/cloud-claw ~/.claude/skills/cloud-claw
```

## README

# Cloud Claw Skills

Use this umbrella skill when the task spans multiple user-facing Cloud Claw workflows.

These skills are hosted in this repository, and the workflow is exposed through local `altllm cloud-claw-*` commands. The product implementation itself still lives in the sibling repository:

- `../cloud-claw`

## Shared Setup

> Before using these skills, read:
> - `../_shared/cloud-claw-preflight.md`
> - `../_shared/cloud-claw-api-surface.md`

## Skill Map

| Skill | Purpose | Use When |
|---|---|---|
| `cloud-claw-launch-agent` | Launch a new OpenClaw, PicoClaw, or Ottie deployment | New deployment, agent selection, launch prerequisites, launch payloads |
| `cloud-claw-manage-vm` | View and operate existing VMs | List, inspect, start, stop, renew, auto-renew, logs, dashboard |

## Rules

- Prefer the focused skill when the request stays within one domain.
- Use this umbrella skill when the workflow spans both deployment creation and later VM management.
- Prefer the local `altllm cloud-claw-*` commands over ad-hoc raw HTTP.
- Stay on the user-facing API routes the UI uses. Do not treat low-level GCP build/image scripts as default workflow.

## Reference

See [references/skill-map.md](references/skill-map.md) for API coverage and file ownership.
