agentsclimarketplace

Cloud claw launch agent skills internet court internet court vendored altlayer cloud claw launch agent

Skill bg-szy/TOP-SKILLS/skills/marketplace/cloud-claw-launch-agent__skills-internet-court-internet-court-vendored-altlayer-cloud-claw-launch-agent

Use this skill when the user wants to launch a new AltClaw, OpenClaw, PicoClaw, or Ottie deployment through Cloud Claw. Covers the same user-facing fields and constraints exposed in the Cloud Claw UI, using the local altllm cloud-claw-* commands. Do NOT use for post-launch lifecycle tasks like start/stop/delete/logs; use cloud-claw-manage-vm.From its SKILL.md

Install
npx -y skills add bg-szy/TOP-SKILLS --skill cloud-claw-launch-agent__skills-internet-court-internet-court-vendored-altlayer-cloud-claw-launch-agent

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 361 tokens by cl100k_base, as published. Nobody here has run it

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 TypeInternal ValueUser-facing Notes
OpenClawopenclawpaid-tier path, Telegram + web dashboard
PicoClawpicoclawTelegram-only
OttieainternTelegram-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 for payload examples and expected responses.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most context ai engineering skills give in 361 tokens

Counted across 1,193 of the 1,976 authors here whose files we hold, read 2026-08-07

  • Dispatch a fresh implementer subagent per taskin 48 of 1193, across 19 files
  • Dispatch a final code reviewer after all tasksin 33 of 1193, across 8 files
  • Provide full task text to the subagentin 30 of 1193, across 9 files
  • Review spec compliance before code qualityin 27 of 1193, across 10 files
  • Make the hook script executablein 26 of 1193, across 8 files
  • Re-snapshot after navigation or DOM changesin 25 of 1193, across 19 files
  • Read files before editing themin 22 of 1193, across 11 files
  • Answer subagent questions before proceedingin 22 of 1193, across 7 files
  • Mark task complete in TodoWrite after approvalin 22 of 1193, across 6 files
  • Merge hook into existing settingsin 21 of 1193, across 3 files
  • Ask if installation is global or projectin 20 of 1193, across 2 files
  • Copy the hook script to target locationin 20 of 1193, across 2 files

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 326,696. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.