clawctl

clawctl is a skill for Claude Code, Codex from ric03uec/clawrium. It costs 31 tokens per session (4,466 once invoked), scanned A, original, Apache-2.0.

A command-line tool for managing a fleet of Clawrium hosts and agents. A fleet is a group of machines and running agents managed together.

In plain words
What is it for?
Use it to create and configure agents, connect services and channels, manage hosts and secrets, compare a manifest with the current setup, or apply and remove fleet resources.
Why use it?
It gives one interface for configuring hosts, agents, providers, communication channels, integrations, skills, secrets, and memory. It can also preview or apply a declared fleet configuration.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ric03uec/clawrium/clawctl
Any agent
npx skills add ric03uec/clawrium --skill clawctl
Clone the repo
git clone --depth 1 https://github.com/ric03uec/clawrium

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for clawctl

README.md
[![agentmods](https://agentmods.dev/badge/skills/ric03uec/clawrium/clawctl.svg)](https://agentmods.dev/skills/ric03uec/clawrium/clawctl)
Your own site
<a href="https://agentmods.dev/skills/ric03uec/clawrium/clawctl"><img src="https://agentmods.dev/badge/skills/ric03uec/clawrium/clawctl.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,466 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00031 $0.04466
Opus 5 $0.00015 $0.02233
Sonnet 5 $0.00006 $0.00893
Haiku 4.5 $0.00003 $0.00447

Measured 4d ago against content hash 200ef8b0d558, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

clawctl scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/clawctl/SKILL.md · 473 lines

How it starts

The opening of the file, as written. The whole thing — 473 lines — stays where its author put it; the contents beside it link to each section on GitHub.

clawctl — Fleet Management CLI

Use this skill whenever the user asks to manage their Clawrium fleet: creating or configuring agents, working with hosts, attaching providers or channels, managing skills, secrets, or memory. All fleet operations use clawctl — never clm.

Architecture

Your Machine (clawctl CLI)
    │
    ├── Host A ──> zeroclaw instance
    ├── Host B ──> openclaw instance
    └── Host C ──> nemoclaw instance, zeroclaw instance
  • Config root: ~/.config/clawrium/
  • Agent state: ~/.config/clawrium/agents/<agent>/
  • SSH user on every host: xclm
  • Agent types: hermes, openclaw, zeroclaw, nemoclaw

Top-Level Commands

clawctl version           # Show version and exit
clawctl completion        # Emit shell-completion script
clawctl tui               # Launch interactive TUI dashboard
clawctl gui               # Launch local web GUI dashboard
clawctl apply <manifest>  # Apply fleet manifest (declarative reconciliation)
clawctl diff <manifest>   # Preview changes without applying
clawctl delete <manifest> # Delete resources declared in a manifest
clawctl service …         # System-level lifecycle ops
clawctl host …            # Manage fleet machines
clawctl agent …           # Manage AI assistant instances
clawctl provider …        # Inference backend providers
clawctl channel …         # Chat surfaces (Discord, Slack)
clawctl integration …     # External service integrations
clawctl skill …           # Skills catalog and user overlay

clawctl service

System-level lifecycle for the control plane itself.

clawctl service init      # Init config dir, check deps (ansible, ssh, python)
clawctl service start     # Start Clawrium daemon (placeholder)
clawctl service stop      # Stop Clawrium daemon (placeholder)
clawctl service snapshot  # Snapshot fleet state (placeholder)

First-time setup:

clawctl service init

clawctl host

Manage fleet machines. Every host must have an xclm SSH user — see docs/host-preparation.md.

Read the full file on GitHub · 473 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 473 lines · 31 tokens per session scan A 200ef8b0d558

Subscribe to this mod's changes

clawctl is a skill published in the GitHub repository ric03uec/clawrium (51 stars, last pushed yesterday), licensed Apache-2.0. It adds 31 tokens to every session and 4,466 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.