iClaw AGENTS.md

iClaw AGENTS.md is an instructions file for Codex, OpenCode from iClawApp/iClaw. It costs 4,501 tokens per session, scanned A, original, MIT.

Repository instructions for iClaw, a local web chat interface that connects to an OpenClaw Gateway. They explain the app’s architecture, operating modes, and approved ways to access it.

In plain words
What is it for?
Use them when changing iClaw’s chat interface, local SQLite history, gateway connection, project facts, scheduled messages, or related client paths.
Why use it?
They give coding agents the project context and boundaries needed to make safe changes. This helps prevent reintroducing deliberately excluded features or using the wrong communication method.

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/iclawapp/iclaw/agents-md
Clone the repo
git clone --depth 1 https://github.com/iClawApp/iClaw

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/iclawapp/iclaw/agents-md.svg)](https://agentmods.dev/instructions/iclawapp/iclaw/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/iclawapp/iclaw/agents-md"><img src="https://agentmods.dev/badge/instructions/iclawapp/iclaw/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,501 This file is loaded in full into every session.
When invoked 4,501 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.04501 $0.04501
Opus 5 $0.02250 $0.02250
Sonnet 5 $0.00900 $0.00900
Haiku 4.5 $0.00450 $0.00450

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

Security

Grade A, and why

iClaw 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 · 217 lines

How it starts

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

AGENTS.md — Guardrails for AI coding agents working on iClaw

Hi. If you're an AI coding agent (Claude Code, Codex, Cursor, anyone) about to make changes here, read this once before you touch the source.

What iClaw is

A local web UI for OpenClaw Gateway. Nothing more. The app:

  • Renders a ChatGPT-style chat surface (sidebar of chats, conversation in the middle).
  • Stores chat history locally in SQLite (data/iclaw.db).
  • Talks to a running OpenClaw Gateway on the same machine via the native WebSocket protocol (no HTTP chat completions, no SSE).
  • Auto-loads the bearer token from ~/.openclaw/openclaw.json.
  • Adds higher-level features that the gateway doesn't have natively: per-project shared facts, scheduled messages, slash autocomplete, header model picker, today's cost chip, exec approval cards.

What iClaw is not

These are intentional non-goals. Don't add them. If a request lands here that needs any of them, push back or open an issue first.

  • Not a generic OpenAI-compat client. We migrated off /v1/chat/completions in commit a92c10e. Do not re-introduce an HTTP chat completion path or SSE-based streaming — everything chat-related is native WS.
  • Not a multi-provider chat tool. No fallback to Ollama, vLLM, Claude API, OpenAI direct, etc. OpenClaw is the only backend; switch model providers in openclaw.json.
  • Not a remote/hosted product. Loopback-only. No multi-user, no auth layer, no team features. Threat model is "this user on this machine".
  • For the default Full Power chat, not a re-implementation of OpenClaw's agent runtime. On that path we don't compact transcripts, run tools, or wrap the LLM — we display what the gateway produces and (separately) maintain a project-scoped fact layer additional to OpenClaw memory. (The Work / Safe work / Incognito modes are the deliberate exception — a small, self-contained agent loop in packages/iclaw-runtime; see below. Don't grow it into a general OpenClaw replacement.)
  • Not heavyweight on the frontend. No build step beyond tsc. Plain CSS, vanilla JS on the client, EJS for views. If you want to add React/Vue/Svelte, open an issue first — the answer is probably no for the current scope.

Read the full file on GitHub · 217 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 · 217 lines · 4,501 tokens per session scan A 31897ef8d4a2

Subscribe to this mod's changes

iClaw AGENTS.md is an instructions file published in the GitHub repository iClawApp/iClaw (10 stars, last pushed 3d ago), licensed MIT. It adds 4,501 tokens to every session, about $0.0225 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-31.