Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/instructions/yolo-labz/wa/claude-md)<a href="https://agentmods.dev/instructions/yolo-labz/wa/claude-md"><img src="https://agentmods.dev/badge/instructions/yolo-labz/wa/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.15118 | $0.15118 |
| Opus 5 | $0.07559 | $0.07559 |
| Sonnet 5 | $0.03024 | $0.03024 |
| Haiku 4.5 | $0.01512 | $0.01512 |
Grade B, and why
wa CLAUDE.md scanned grade B with 2 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- **Channel state lives at `~/.claude/channels/wa/`**, mirroring Telegram's layout: `access.json` (allowlist, pending pairings, dmPolicy) is hand-edited only by `/wa:access`; `.env` (any future tokens) is `chmod 0600`. T Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- **Bootstrap** of the `wa`/`wad` binaries does NOT happen via a plugin install lifecycle hook — Claude Code plugins have no `scripts.postInstall` field (verified against the official Telegram plugin source 2026-04-06). How it starts
The opening of the file, as written. The whole thing — 593 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project status
Pre-source. As of 2026-04-06 the repository contains the architectural blueprint (this file), the spec/plan/research/contracts/quickstart for features 001-research-bootstrap (closed) and 002-domain-and-ports (planning), the hexagonal directory skeleton with .gitkeep placeholders, the full governance file set (LICENSE, README, SECURITY, .gitignore, .editorconfig, .golangci.yml, cliff.toml, renovate.json, lefthook.yml, .github/workflows/ci.yml), and go.mod. Zero *.go source files exist yet — feature 002's /speckit:implement writes the first ones. Treat every section below as a decision already made unless explicitly flagged otherwise. The tracked policy in this file plus tracked amendment records under specs/ is the PR-reviewable constitution authority. .specify/memory/constitution.md is an ignored generated local mirror: regenerate it from tracked policy when useful, but never let it override a tracked rule or amendment. The reliability principles below are the high-attention summary of docs/reliability.md, which carries the citation trail.
Reliability principles (load-bearing)
These rules are placed near the top of CLAUDE.md deliberately. LLM attention degrades past line ~400 (Liu 2023, RULER 2024, NoLiMa 2025); rules buried in the middle of a long context measurably stop firing. The full citation trail and rationale live in docs/reliability.md, synthesised from a five-agent research swarm on 2026-04-06 (raw dossiers under docs/research-dossiers/).
Speckit workflow
- Constitution-first. Versioned, falsifiable principles MUST be settled before
/speckit:specify. The review authority is trackedCLAUDE.mdplus tracked amendment records underspecs/; ignored.specify/memory/constitution.mdis only a generated local mirror. Aspirational principles ("we value quality") are forbidden. - Generated artefacts are regenerated, not hand-edited.
spec.md,plan.md,tasks.md,research.mdare produced by their slash commands. The "spec laundering" anti-pattern (agent edits the spec to match the code it just wrote) is forbidden. /speckit:clarifybefore/speckit:plan, always. No/planmay run with[NEEDS CLARIFICATION]markers in the spec./speckit:analyzebefore/speckit:implementfrom feature 002 onward. Cross-artefact consistency check catches multi-feature drift.data-model.mdis the single field authority./implementmay not reference any entity, field, or type that does not appear there. If it's missing, stop and re-run/speckit:plan.- One feature in flight per branch; cap
tasks.mdat ~25 items. Split larger features.
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.
- 5d ago First seen · 593 lines · 15,118 tokens per session scan B ed28a6f2e48c
wa CLAUDE.md is an instructions file published in the GitHub repository yolo-labz/wa (0 stars, last pushed 8d ago), licensed Apache-2.0. It adds 15,118 tokens to every session, about $0.0756 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
pueue AGENTS.md
AGENTS.md instructions for Nukesor/pueue: This project does not approve of large-scale work done by LLMs.
RepoYeti AGENTS.md
AGENTS.md instructions for LunarWerxs/RepoYeti, covering agents.md, the one thesis, layout, before you push and daemon.
aidaemon CLAUDE.md
Claude Code instructions for davo20019/aidaemon, covering agents.md / claude.md, build & run, pre-commit checklist, git safety and release notes.
loope CLAUDE.md
Instructions for ngthluu/loope, covering claude.md and lessons learned.
trustcard AGENTS.md
Instructions for davidnichols-ops/trustcard, covering trustcard — repo knowledge for agents, what this is, commands, architecture map (lib/) and entry points.
binky AGENTS.md
AGENTS.md instructions for andreisilva1/binky, covering binky for agents, when to reach for it, install it as a tool, the tools and a typical loop.