autonomOS CLAUDE.md

autonomOS CLAUDE.md is an instructions file for coding agents from aterrylu/autonomOS. It costs 7,311 tokens per session, scanned C, original, MIT.

Project instructions for autonomOS, a terminal dashboard for starting Claude Code sessions, monitoring them, and coordinating multiple coding agents. A monorepo is one repository containing several related parts of a project.

In plain words
What is it for?
Working on the dashboard, session management, hook-based status reporting, messaging gateway, and other systems in the autonomOS repository.
Why use it?
They point the agent to the project’s overview, feature plans, decisions, research, and roadmap before it changes code.

Instructions file

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/aterrylu/autonomos/claude-md
Clone the repo
git clone --depth 1 https://github.com/aterrylu/autonomOS

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 autonomOS CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/aterrylu/autonomos/claude-md.svg)](https://agentmods.dev/instructions/aterrylu/autonomos/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/aterrylu/autonomos/claude-md"><img src="https://agentmods.dev/badge/instructions/aterrylu/autonomos/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 7,311 This file is loaded in full into every session.
When invoked 7,311 The same file — it is already loaded in full.
Security scan C 3 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.07311 $0.07311
Opus 5 $0.03655 $0.03655
Sonnet 5 $0.01462 $0.01462
Haiku 4.5 $0.00731 $0.00731

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

Security

Grade C, and why

autonomOS CLAUDE.md scanned grade C with 3 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 5d 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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

Every spawned session gets `--settings` with inline hook entries for all 13 Claude Code events. Each hook runs `curl -d @- $AUTONOMOS_SERVER/api/hooks/$SESSION_ID`. The server processes events for agent status tracking (

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

**The `isolated` mode was REMOVED** (spawned a headless `claude -p`). It was the one execution path in the product outside `PermissionMode`, and it was fail-open in three places at once: the executor's `autonomous !== fa

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

### Hook Relay (`--settings` inline curl)
CLAUDE.md · 214 lines

How it starts

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

autonomOS — Agent Development Guide

Start Here

  1. Read README.md — project overview, monorepo structure
  2. Read docs/FEATURES.md — feature specifications and design intent
  3. Read docs/DECISIONS.md — all architectural decisions with context and rationale
  4. Read docs/ROADMAP.md — current priorities and what to work on
  5. Read docs/RESEARCH.md — research findings, competitor analysis, learnings

Project Vision

autonomOS is a mission control platform for autonomous agents — a terminal dashboard that spawns Claude Code sessions, tracks their status via hook telemetry, and enables multi-agent coordination through a messaging gateway.

Current state: Terminal dashboard + session management + hook relay + multi-agent gateway + MCP tools. The orchestrator/projects/workspaces model described below is the long-term vision, not yet implemented.

Core concepts (future):

  • Orchestrator — PM agent, the main interface. Understands project goals, delegates to workspace agents, tracks progress.
  • Projects — Logical goals with roadmaps. Can span multiple workspaces. Multiple projects per workspace.
  • Workspaces — Physical repositories, auto-discovered. Each has active agent sessions.

Two paths that share a common core:

  • Dev Path — control plane for agent tools (Claude Code, etc.)
  • Robot Path — persistent agent platform for robotics (aspirational, future)

Monorepo Structure

autonomOS/
├── packages/
│   ├── dashboard/          # Web UI — observability & control
│   │   └── src/layout/         # dockview tabs + split panes (ADR-047, the only layout engine)
│   ├── server/             # Hono + node-pty — API, WebSocket, PTY management
│   │   ├── src/gateway/        # URI-based message router + platform adapters
│   │   ├── src/channel-server/ # Standalone MCP subprocess (server:autonomos)
│   │   └── src/mcp/            # Shared MCP tool definitions (used by both servers)
│   └── core/               # Shared agent abstractions & types
├── docs/
│   ├── DECISIONS.md        # Architectural Decision Records (append-only)
│   ├── FEATURES.md         # Feature specifications (F-001 through F-016)
│   ├── ROADMAP.md          # Current priorities
│   ├── RESEARCH.md         # Research findings & competitor analysis
│   ├── VISION.md           # Project vision
│   └── research/           # Deep-dive research topics
├── CLAUDE.md               # This file — agent development guide
└── README.md               # Project overview

Read the full file on GitHub · 214 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. 5d ago First seen · 214 lines · 7,311 tokens per session scan C aadfaf62e973

Subscribe to this mod's changes

autonomOS CLAUDE.md is an instructions file published in the GitHub repository aterrylu/autonomOS (5 stars, last pushed 5d ago), licensed MIT. It adds 7,311 tokens to every session, about $0.0366 per session on Opus 5. A static security scan graded it C with 3 findings (sends data to an external url, reads agent configuration directories, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.