mcpbeat

Cloud Claw

internet-court/cloud-claw

Use this umbrella skill when the request spans multiple Cloud Claw user-facing domains, especially launching a new AltClaw or OpenClaw VM and then managing lifecycle, logs, renewal, or dashboard access through the local altllm cloud-claw-* commands in this repository.

896 tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
1
copies elsewhere
how many repositories repackaged it
1529
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/internet-court/internet-court-skill --skill cloud-claw

What comes with it

1 983 bytes besides the instruction
LICENSE
agents/openai.yaml
references/skill-map.md

The instruction itself

5 sections, as written by the author

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 for API coverage and file ownership.

Repackaged in 1 other repositories

same content, different owner
aiskillstore/marketplace open on GitHub →

How to use it

Copy the folder

Take internet-court/cloud-claw from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.