clawlet AGENTS.md

Repository instructions for Clawlet, a Go-based command-line agent project. They cover its folders, commands for building and testing, formatting, naming, and test expectations.

In plain words
What is it for?
Use them when developing Clawlet to build it, run it from source, format Go code, test behavior, and check for common errors.
Why use it?
They tell a coding agent how this repository is organized and which checks must pass before a change is submitted.

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

Made for: Codex, OpenCode.

Per session 453 This file is loaded in full into every session.
When invoked 453 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.00453 $0.00453
Opus 5 $0.00227 $0.00227
Sonnet 5 $0.00091 $0.00091
Haiku 4.5 $0.00045 $0.00045

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

Security

Grade A, and why

clawlet 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 2d 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 · 48 lines

What it actually says

Repository Guidelines

Project Structure

  • cmd/clawlet/: CLI entrypoint (clawlet agent, gateway, onboard, cron, etc.)
  • Core modules: agent/, tools/, llm/, channels/, bus/, session/, memory/, skills/
  • Config and state helpers: config/, paths/
  • Tests live next to code as *_test.go (e.g. tools/, config/, heartbeat/).

Build, Test, and Development Commands

# Build a local binary
go build -o clawlet ./cmd/clawlet

# Run from source
go run ./cmd/clawlet --help
go run ./cmd/clawlet agent -m "hello"

# Test and basic static checks
go fix ./...
go test ./...
go vet ./...

Coding Style & Naming

  • Go formatting is mandatory: run gofmt on touched files.
  • Prefer small, readable functions and explicit error handling.
  • Naming: packages are lowercase; exported identifiers are PascalCase; unexported are camelCase.

Testing Guidelines

  • Add/adjust tests for user-visible behavior and tool safety boundaries.
  • Test names should be descriptive: TestXxx_Scenario (table tests are welcome).
  • Run go test ./... before opening a PR; use go test -race ./... when changing concurrency code (bus/, channels/, agent/).

Commit & Pull Request Guidelines

  • Commit messages in this repo are short, imperative sentences (e.g. “Add …”, “Fix …”).
  • PRs should include: what/why, how to test (commands + expected output), and any config/workspace changes.
  • If behavior changes, update README.md (and keep diagrams consistent with code).

Notes

  • gateway mode is long-lived and routes chat messages via an in-memory bus; keep I/O and timeouts conservative.
  • Tools are security-sensitive; don’t broaden file or exec access without a clear rationale and tests.
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. 2d ago First seen · 48 lines · 453 tokens per session scan A 598485674e70

Subscribe to this mod's changes

clawlet AGENTS.md is an instructions file published in the GitHub repository mosaxiv/clawlet (325 stars, last pushed 5mo ago), licensed MIT. It adds 453 tokens to every session, about $0.0023 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.