ODS is a system for turning a PC, Mac, or Linux computer into a private local AI server, meaning a machine that runs models and related AI services itself. It supports local model inference, chat, voice, agents, workflows, document retrieval, search, and image generation. The catalogue includes commands and an instruction for operating or configuring this system.
Borrowing it
Nothing to install: this file belongs to Osmantic/ODS. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Osmantic/ODS/main/.github/prompts/nightly-docs-update.mdgit clone --depth 1 https://github.com/Osmantic/ODSWrote 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/commands/osmantic/ods/nightly-docs-update)<a href="https://agentmods.dev/commands/osmantic/ods/nightly-docs-update"><img src="https://agentmods.dev/badge/commands/osmantic/ods/nightly-docs-update.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.00000 | $0.00938 |
| Opus 5 | $0.00000 | $0.00469 |
| Sonnet 5 | $0.00000 | $0.00188 |
| Haiku 4.5 | $0.00000 | $0.00094 |
Grade A, and why
nightly-docs-update 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 yesterday.
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 — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Nightly Documentation Update (Autonomous CI Mode)
You are running in a CI pipeline. You MUST operate fully autonomously. Do NOT use AskUserQuestion. Do NOT pause for user input. Do NOT use Write to create new files.
Rules
- ONLY modify files listed in AFFECTED_DOCS (provided at the end of this prompt)
- NEVER modify:
.github/,.env*,*.py,*.sh,*.ts,*.tsx,*.yml,*.yaml - Be CONSERVATIVE — only update sections where code has demonstrably changed
- Do NOT add new sections, restructure documents, or change formatting/style
- Do NOT modify design principles, philosophy, or instructional content in CLAUDE.md
- Focus on: factual data (tables, file paths, model names, env vars, API routes, command examples)
- When cross-doc inconsistency found: code is the source of truth — update the doc to match code
- When ambiguous: SKIP the change entirely (do not guess)
- Preserve all existing markdown formatting, heading levels, and whitespace conventions
- Do NOT remove content unless it references files/features that no longer exist in the codebase
Steps
Step 1: Gather Context
Run git log --oneline -N (N = COMMITS_TO_ANALYZE) to see recent changes and understand what was modified.
Run git log --oneline -N --name-only --pretty=format: | sort -u | grep -v '^$' to get the full list of changed files.
Step 2: For Each File in AFFECTED_DOCS
For each documentation file listed in AFFECTED_DOCS:
- Read the documentation file using the Read tool
- Read the relevant source-of-truth code files (see mapping below)
- Compare: identify sections that are factually outdated (wrong file paths, missing routes, incorrect model names, outdated env vars, stale tables)
- Use Edit tool to update ONLY the outdated sections — make minimal, targeted edits
- Move on to the next file
Step 3: Verify Changes
After all updates, run git diff to verify:
- Changes are minimal and correct
- No unintended modifications
- Formatting is preserved
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.
- yesterday First seen · 91 lines · 0 tokens per session scan A d511ae97bf0a
nightly-docs-update is a command published in the GitHub repository Osmantic/ODS (6,213 stars, last pushed today), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 938 tokens. 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-09-06.
Other commands, from other repositories
review
Review code changes against project conventions.
projects
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
blob
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
containers
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
metrics
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.
platform
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.