---
name: Cloud Claw Launch Agent
slug: cloud-claw-launch-agent
category: DevOps
description: Cloud Claw Launch Agent deploys new OpenClaw, PicoClaw, or Ottie agents through the Cloud Claw workflow using local altllm cloud-claw-deploy commands. Use it for initial deployment only, not post-launch lifecycle tasks.
github: "https://github.com/internet-court/internet-court-skill/tree/main/vendored/altlayer/cloud-claw-launch-agent"
language: TypeScript
stars: 2969
forks: 68
install: "npx degit https://github.com/internet-court/internet-court-skill/tree/main/vendored/altlayer/cloud-claw-launch-agent ~/.claude/skills/cloud-claw-launch-agent"
installs_to: ~/.claude/skills/cloud-claw-launch-agent
source_path: vendored/altlayer/cloud-claw-launch-agent/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/internet-court/internet-court-skill"
added: 2026-08-17T07:09:49.782Z
last_synced: 2026-08-17T07:09:49.782Z
canonical_url: "https://dirskills.com/skills/cloud-claw-launch-agent"
---

# Cloud Claw Launch Agent

Cloud Claw Launch Agent deploys new OpenClaw, PicoClaw, or Ottie agents through the Cloud Claw workflow using local altllm cloud-claw-deploy commands. Use it for initial deployment only, not post-launch lifecycle tasks.

**Install:**

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

## README

# Launch Cloud Claw Agent

Use this skill for the **new deployment** workflow exposed in the Cloud Claw UI, via the local CLI commands in this repository.

The implementation source of truth is the sibling repository:

- `../cloud-claw`

## Shared Setup

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

## Supported Agent Types

| Agent Type | Internal Value | User-facing Notes |
|---|---|---|
| OpenClaw | `openclaw` | paid-tier path, Telegram + web dashboard |
| PicoClaw | `picoclaw` | Telegram-only |
| Ottie | `aintern` | Telegram-only, self-evolving fork path |

## Launch Rules

- Use `altllm cloud-claw-deploy`.
- Deployment `name` must match `^[a-z0-9-]+$` and max length 63.
- `agentType` must be one of:
  - `openclaw`
  - `picoclaw`
  - `aintern`
- `picoclaw` and `aintern` require `TELEGRAM_BOT_TOKEN`.
- `openclaw` uses `OPENCLAW_MODEL`.
- UI-supported OpenClaw model choices are:
  - `altllm/altllm-standard`
  - `altllm/altllm-mega`
- The backend may inject an AltLLM API key automatically for the signed-in user.
- Launch success depends on quota, free-slot availability, active credits, and payment state.

## Reference

See [references/cli-reference.md](references/cli-reference.md) for payload examples and expected responses.
