clawrium AGENTS.md

clawrium AGENTS.md is an instructions file for Codex, OpenCode from ric03uec/clawrium. It costs 8,915 tokens per session, scanned A, original, Apache-2.0.

Project instructions for Clawrium, a command-line tool that manages AI-agent installations on multiple networked computers. It uses SSH and Ansible, a tool for automating machine configuration.

In plain words
What is it for?
Use them when deploying agent instances across several machines, storing their credentials separately, or checking the status of an agent fleet.
Why use it?
They explain how to install, configure, start, stop, remove, and monitor different agents consistently from one command line.

Instructions file for CodexOpenCode

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 instructions/ric03uec/clawrium/agents-md
Clone the repo
git clone --depth 1 https://github.com/ric03uec/clawrium

Made for: Codex, OpenCode.

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 clawrium AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ric03uec/clawrium/agents-md.svg)](https://agentmods.dev/instructions/ric03uec/clawrium/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/ric03uec/clawrium/agents-md"><img src="https://agentmods.dev/badge/instructions/ric03uec/clawrium/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 8,915 This file is loaded in full into every session.
When invoked 8,915 The same file — it is already loaded in full.
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.08915 $0.08915
Opus 5 $0.04457 $0.04457
Sonnet 5 $0.01783 $0.01783
Haiku 4.5 $0.00891 $0.00891

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

Security

Grade A, and why

clawrium AGENTS.md 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.

AGENTS.md · 746 lines

How it starts

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

Clawrium

How It Works

Clawrium is a CLI tool (clawctl) that manages AI agent fleets across your local network. Point it at any machine, and it handles deployment, configuration, and lifecycle management via SSH and Ansible.

Your Machine (clawctl CLI)
    │
    ├── Host A ──> zeroclaw instance
    ├── Host B ──> openclaw instance
    └── Host C ──> nemoclaw instance, zeroclaw instance

Why

  • Single pane of glass: Manage all agents from one CLI instead of SSH-ing to each host
  • Consistent lifecycle: Same commands for install, configure, start, stop, remove across all agent types
  • Secrets management: Secure API key storage with per-agent isolation
  • Fleet visibility: clawctl agent get shows status of all agents across all hosts

Who Is This For

  • Homelabbers: Run multiple AI assistants on spare hardware
  • Teams: Standardize agent deployment across developer machines
  • Experimenters: Try different models/agents without manual setup on each host

Quickstart

# Install
uv tool install clawrium

# Add a host (see docs/host-preparation.md for the xclm setup commands)
clawctl host create 192.168.1.100 --user xclm --alias mybox

# Install an agent
clawctl agent create <agent-name> --type openclaw --host mybox

# Configure and start
clawctl agent configure <agent-name>
clawctl agent start <agent-name>

# Run a command against the agent's native CLI on its host
clawctl agent exec <agent-name> -- --version

# Install a skill onto the agent (catalog: skills/)
clawctl skill registry get
clawctl skill registry describe clawrium/tdd       # Inspect a skill before installing
clawctl agent skill add <agent-name> --from-template clawrium/tdd
clawctl agent sync <agent-name>

# Check fleet status
clawctl agent get

Installation Source of Truth

Install instructions live in docs/installation.md. This is the canonical source — when updating install steps:

  1. Edit docs/installation.md first.
  2. Mirror the body verbatim to website/docs/installation.md. Keep the Docusaurus frontmatter and the mirror-warning HTML comment at the top of that file; everything below them must match docs/installation.md exactly.
  3. The README's install section is intentionally brief (just the two uv tool install / uvx commands). Only update it if those commands change.

Read the full file on GitHub · 746 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 · 746 lines · 8,915 tokens per session scan A c322a70c9574

Subscribe to this mod's changes

clawrium AGENTS.md is an instructions file published in the GitHub repository ric03uec/clawrium (51 stars, last pushed 16d ago), licensed Apache-2.0. It adds 8,915 tokens to every session, about $0.0446 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.

Related

Other instructions, from other repositories

awsmux AGENTS.md

Instructions for 0hardik1/awsmux, covering agents.md, what awsmux is, build, test, verify, layout and the safety model — invariants you must not weaken.

0hardik1/awsmux · 2,647 tokens

awsmux CLAUDE.md

Instructions for 0hardik1/awsmux, a project described as: Run one AWS CLI command across hundreds of AWS accounts in parallel. MCP built in for AI agents.

0hardik1/awsmux · 3 tokens

gcnv-mcp-server AGENTS.md

Instructions for NetApp/gcnv-mcp-server, covering assistant briefing, non-negotiable code policy, session startup — ontap audit logging (must do), userintent parameter (when audit logging is enabled) and operating principles.

NetApp/gcnv-mcp-server · 11,759 tokens

cron-mcp CLAUDE.md

Claude Code instructions for Shreyas-Profile/cron-mcp, covering deploying cron-mcp to hetzner + regiq.in, server (shared with the rest of the globalion mcp fleet), deploy a new version, first-time subdomain wiring (cron.regiq.in) and env vars.

Shreyas-Profile/cron-mcp · 733 tokens

devex AGENTS.md

Instructions for ParthKapoor-dev/devex: Summary Devex is a cloud development IDE with sandboxed “repl” sessions. The system is split into services. The core service handles auth and session orchestration, while the runner provides the interactive sandbox (WebSocket + PTY). Session data is persisted to S3-compatible…

ParthKapoor-dev/devex · 835 tokens

equinix-fabric-mcp CLAUDE.md

Claude Code instructions for sliuuu/equinix-fabric-mcp, covering claude.md — equinix-fabric-mcp, canonical files, auth, add equinixclientid and equinixclientsecret and running.

sliuuu/equinix-fabric-mcp · 774 tokens