crabwalk AGENTS.md

crabwalk AGENTS.md is an instructions file for Codex, OpenCode from crabwise-ai/crabwalk. It costs 707 tokens per session, scanned A, original, MIT.

Repository instructions for Crabwalk, a software project, covering its folders, system design, commands, and coding rules.

In plain words
What is it for?
Explaining where code belongs, how the application is connected, how to develop and build it, and which naming and style rules to follow.
Why use it?
They give an coding agent the project-specific context needed to make consistent changes and run the right build and test commands.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: built for openclaw.

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/crabwise-ai/crabwalk/agents-md
Clone the repo
git clone --depth 1 https://github.com/crabwise-ai/crabwalk

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/crabwise-ai/crabwalk/agents-md.svg)](https://agentmods.dev/instructions/crabwise-ai/crabwalk/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/crabwise-ai/crabwalk/agents-md"><img src="https://agentmods.dev/badge/instructions/crabwise-ai/crabwalk/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 707 This file is loaded in full into every session.
When invoked 707 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.1 $0.00707 $0.00707
Opus 5 $0.00353 $0.00353
Sonnet 5 $0.00141 $0.00141
Haiku 4.5 $0.00071 $0.00071

Measured 6d ago against content hash b573c3af0020, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

crabwalk 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 6d 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 · 47 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

  • src/routes/: TanStack Start file-based routes (/monitor, /workspace, API handlers under src/routes/api/).
  • src/components/: UI by domain (monitor/, workspace/, navigation/, ani/).
  • src/integrations/: external/system integrations (openclaw/, trpc/, query/).
  • src/lib/: shared utilities (graph layout, workspace FS helpers, demo data).
  • public/: static assets (images, fonts, skill metadata).
  • Runtime and packaging files: Dockerfile, docker-compose.yml, bin/crabwalk.

Architecture Overview

  • Stack: TanStack Start + Router, tRPC, TanStack Query/DB, ReactFlow, Tailwind v4, React 19.
  • Monitor flow: OpenClaw gateway WebSocket -> server integration (src/integrations/openclaw/) -> tRPC router (src/integrations/trpc/router.ts) -> client collections/graph UI.
  • API entrypoint: src/routes/api/trpc.$.ts; router setup in src/router.tsx.

Build, Test, and Development Commands

  • npm run dev: starts local dev server on http://localhost:3000.
  • npm run build: creates production build with Vite/TanStack Start.
  • npm start: runs the built server from .output/server/index.mjs.
  • docker-compose up -d: run containerized app (set CLAWDBOT_API_TOKEN first).

Coding Style & Naming Conventions

  • Language: TypeScript + React function components.
  • Style in current codebase: 2-space indentation, single quotes, semicolon-light formatting.
  • Components/files: PascalCase for React components (example: SessionNode.tsx).
  • Hooks/utilities: camelCase exports, hooks prefixed with use (example: useIsMobile.ts).
  • Route files follow TanStack conventions, e.g. src/routes/monitor/index.tsx, src/routes/api/trpc.$.ts.
  • Use path alias ~/ for imports from src.

Testing Guidelines

  • No dedicated automated test script is currently defined in package.json.
  • Minimum pre-PR validation: run npm run build, then verify /monitor connectivity and /workspace file operations in npm run dev.
  • If adding tests, colocate as *.test.ts / *.test.tsx near the feature and prefer fast unit tests for parsing/state logic.

Read the full file on GitHub · 47 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. 6d ago First seen · 47 lines · 707 tokens per session scan A b573c3af0020

Subscribe to this mod's changes

crabwalk AGENTS.md is an instructions file published in the GitHub repository crabwise-ai/crabwalk (878 stars, last pushed 1mo ago), licensed MIT. It adds 707 tokens to every session, about $0.0035 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.