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.
npx agentmods add instructions/roqueribeiro/roqueos-containers-list/claude-mdgit clone --depth 1 https://github.com/roqueribeiro/roqueos-containers-listWrote 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/roqueribeiro/roqueos-containers-list/claude-md)<a href="https://agentmods.dev/instructions/roqueribeiro/roqueos-containers-list/claude-md"><img src="https://agentmods.dev/badge/instructions/roqueribeiro/roqueos-containers-list/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.01781 | $0.01781 |
| Opus 5 | $0.00890 | $0.00890 |
| Sonnet 5 | $0.00356 | $0.00356 |
| Haiku 4.5 | $0.00178 | $0.00178 |
Grade A, and why
roqueos-containers-list CLAUDE.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.
How it starts
The opening of the file, as written. The whole thing — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
RoqueOS Containers List
Self-hosted Docker app catalog for RoqueOS — 205+ ready-to-deploy apps in CasaOS-compatible Docker Compose manifests (x-casaos namespace). The catalog itself is the Apps/ directory; this repo also ships the Node tooling that validates, auto-fixes, audits and rebrands those manifests. A semver tag publishes appstore.zip, consumed by the RoqueOS App Store (via roqueos-server) and by any CasaOS-compatible client.
This is one of the nine repos that form RoqueOS. The ecosystem map (sibling repos, how they connect, cross-repo change ordering) is ../roqueos-ecosystem/README.md, and the cross-repo rules are in ../roqueos-ecosystem/rules/. Neither is auto-loaded: read them on demand when a task crosses repos.
Commands
yarn install— install validator deps (one-time; no global installs)yarn validate— CI gate.ajvschema check + cross-field invariants (scripts/validate-manifests.mjs)yarn fix:dry— preview auto-fixes (scheme, mountShared, main on single-service)yarn fix— apply auto-fixes (idempotent,scripts/fix-manifests.mjs)yarn audit— read-only i18n gap report (missingen_US/pt_BR)yarn audit:verbose— list every app missing translationsyarn audit:csv— CSV output (spreadsheet prioritization)yarn rebrand:dry— preview CasaOS → RoqueOS sweep (importing upstream apps)yarn rebrand— apply rebrand (idempotent,scripts/rebrand-casaos.mjs)yarn test— Vitest unit tests for the validator/fixer scriptsyarn test:coverage— coverage report- IMPORTANT: Yarn only. No
npm/npx, nopackage-lock.json.
Repo shape
This repo is data + tooling only — no runtime, no build step for the catalog itself.
Apps/<AppName>/ # one dir per app
├── docker-compose.yml # required — Docker Compose v3.x with x-casaos metadata
├── icon.png # required — 192×192 transparent PNG
├── screenshot-1.png # required — at least one (1280×720)
└── thumbnail.png # optional — 784×442, for featured apps
schema/casaos-app.schema.json # JSON Schema Draft-07 — the CI gate
scripts/*.mjs # validate / fix / audit / rebrand
category-list.json # category definitions
recommend-list.json # recommended apps
featured-apps.json # featured apps for the App Store homepage
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.
- 6d ago First seen · 76 lines · 1,781 tokens per session scan A 072dd6a7a13b
roqueos-containers-list CLAUDE.md is an instructions file published in the GitHub repository roqueribeiro/roqueos-containers-list (11 stars, last pushed 8d ago), licensed MIT. It adds 1,781 tokens to every session, about $0.0089 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.
Other instructions, from other repositories
appwrite AGENTS.md
AGENTS.md instructions for appwrite/appwrite, covering appwrite, commands, stack, layout and libraries.
selfhost-ai CLAUDE.md
Claude Code instructions for kossakovsky/selfhost-ai, covering claude.md, project overview, core architecture, key files and installation flow.
openlakeforge AGENTS.md
AGENTS.md instructions for malon64/openlakeforge, covering agent and contributor guide, what this project is, non-goals, orientation — read in this order and repository map.
docker-zoneminder CLAUDE.md
Instructions for jantman/docker-zoneminder, covering claude.md, project overview, build and test, ci/cd and architecture.
mitos CLAUDE.md
Instructions for mitos-run/mitos, covering claude.md, project overview, operating principles, commands and architecture.
MoaV AGENTS.md
AGENTS.md instructions for MotherofallVPNs/MoaV, covering what moav is, install & run, everyday operations, dashboards & access — what to hand the owner and where things live.