Skip to main content

Registry Commands

Browse available claw types in the Clawrium registry.

clm registry <command> [options]

Commands

CommandDescription
clm registry listList available claw types
clm registry showShow detailed information about a claw type

clm registry list

List available claw types in the registry.

clm registry list

Example

$ clm registry list
Available Claws
┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Name ┃ Latest Version ┃ Description ┃
┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ zeroclaw │ 0.1.0 │ Zero-config Claude assistant │
│ openclaw │ 0.2.0 │ OpenAI-powered assistant │
│ nemoclaw │ 0.1.0 │ Local Ollama-based assistant │
└────────────┴────────────────┴────────────────────────────────┘

Error Handling

If a claw's manifest is corrupted or missing:

               Available Claws
┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━┓
┃ Name ┃ Latest Version ┃ Description ┃
┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━┩
│ zeroclaw │ 0.1.0 │ Zero-config Claude │
│ badclaw │ ? │ Corrupted manifest │
└────────────┴────────────────┴──────────────────────┘

clm registry show

Show detailed information about a claw type.

clm registry show <claw_name>

Arguments

ArgumentDescription
claw_nameName of the claw to show

Example

$ clm registry show zeroclaw

zeroclaw
Zero-config Claude assistant for local development

Supported Platforms
┏━━━━━━━━━┳━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓
┃ Version ┃ OS ┃ Architecture ┃ Min Memory ┃ GPU Required ┃
┡━━━━━━━━━╇━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩
0.1.0 │ Ubuntu 22.04 │ x86_64 │ 2048MB │ No │
0.1.0 │ Ubuntu 22.04 │ aarch64 │ 2048MB │ No │
0.1.0 │ Debian 12 │ x86_64 │ 2048MB │ No │
0.1.0 │ Debian 12 │ aarch64 │ 2048MB │ No │
└─────────┴─────────────────┴──────────────┴────────────┴──────────────┘

Dependencies:
- docker >= 20.10
- python >= 3.10

Exit Codes

CodeMeaning
0Claw information displayed successfully
1Claw not found or manifest corrupted

Error Scenarios

Claw not found:

$ clm registry show unknown
Error: Claw 'unknown' not found in registry

Corrupted manifest:

$ clm registry show badclaw
Error: Registry manifest is corrupted: Invalid YAML syntax