walter-os AGENTS.md

walter-os AGENTS.md is an instructions file for Codex, OpenCode from Xipher-Labs/walter-os. It costs 7,494 tokens per session, scanned D, original, AGPL-3.0.

Project instructions for Walter OS, covering its operator profile, layered context, required plugins, and general rules for AI assistants.

In plain words
What is it for?
Use them when working on Walter OS code or its assistant, context, and plugin configuration.
Why use it?
They tell the assistant how this project is organized and which project-wide rules apply during development.

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/xipher-labs/walter-os/agents-md
Clone the repo
git clone --depth 1 https://github.com/Xipher-Labs/walter-os

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 walter-os AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/xipher-labs/walter-os/agents-md.svg)](https://agentmods.dev/instructions/xipher-labs/walter-os/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/xipher-labs/walter-os/agents-md"><img src="https://agentmods.dev/badge/instructions/xipher-labs/walter-os/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 7,494 This file is loaded in full into every session.
When invoked 7,494 The same file — it is already loaded in full.
Security scan D 3 findings. Scan, not verified.
Origin unknown 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.07494 $0.07494
Opus 5 $0.03747 $0.03747
Sonnet 5 $0.01499 $0.01499
Haiku 4.5 $0.00749 $0.00749

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

Security

Grade D, and why

walter-os AGENTS.md scanned grade D 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 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

chmod 600 "$CODEX_REVIEW_OUTPUT"

Reads agent configuration directoriesmediumAgent snooping

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

(See the secure Codex bypass pattern below if `~/.codex/config.toml` has

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

trap 'rm -rf "$CODEX_MINIMAL_HOME"' EXIT
AGENTS.md · 605 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 605 lines · 7,494 tokens per session scan D d4f4afdb6775

Subscribe to this mod's changes

walter-os AGENTS.md is an instructions file published in the GitHub repository Xipher-Labs/walter-os (6 stars, last pushed yesterday), licensed AGPL-3.0. It adds 7,494 tokens to every session, about $0.0375 per session on Opus 5. A static security scan graded it D with 3 findings (asks for root, reads agent configuration directories, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories