open-llm-wiki AGENTS.md

open-llm-wiki AGENTS.md is an instructions file for Codex, OpenCode from AIwork4me/open-llm-wiki. It costs 748 tokens per session, scanned A, original, MIT.

A contributor guide for the open-llm-wiki project, which is a collection of AI skills and a small research wiki structure. It explains the project layout, rules, and validation commands.

In plain words
What is it for?
Use it when modifying the wiki skills, running their checks, handling documents, or preparing changes for submission.
Why use it?
It gives developers one place to check how the project should be changed and tested. This helps prevent inconsistent skill names, unsupported configuration, missing validation, and accidental secret or private-file commits.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md.

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/aiwork4me/open-llm-wiki/agents-md
Clone the repo
git clone --depth 1 https://github.com/AIwork4me/open-llm-wiki

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 open-llm-wiki AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/aiwork4me/open-llm-wiki/agents-md.svg)](https://agentmods.dev/instructions/aiwork4me/open-llm-wiki/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/aiwork4me/open-llm-wiki/agents-md"><img src="https://agentmods.dev/badge/instructions/aiwork4me/open-llm-wiki/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 748 This file is loaded in full into every session.
When invoked 748 The same file — it is already loaded in full.
Security scan A 0 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.1 $0.00748 $0.00748
Opus 5 $0.00374 $0.00374
Sonnet 5 $0.00150 $0.00150
Haiku 4.5 $0.00075 $0.00075

Measured 5d ago against content hash 89ef3be7f82a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

open-llm-wiki AGENTS.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 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.

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.

AGENTS.md · 90 lines

How it starts

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

AGENTS.md

Contributor guide for humans and AI agents working on open-llm-wiki.

Project Scope

open-llm-wiki is a Claude Code skill bundle plus a small wiki schema. The core product is the behavior of the three skills in skills/:

  • wiki-ingest: one-source ingest with independent QA
  • query-writeback: read-first synthesis with approved writeback
  • wiki-lint: report-first health checks with optional approved fixes

Hard Rules

  • Keep every skills/<name>/SKILL.md folder name aligned with its frontmatter name.
  • Use uv sync --dev and uv run ... for Python and validator commands. Do not install project dependencies into the global Python environment.
  • Validate skills with uv run python -m skills_ref.cli validate.
  • Do not add unsupported frontmatter fields. Use metadata for versioning.
  • Basic use must not require API keys. Cloud OCR is optional and must be disclosed because document content may leave the local machine.
  • Do not commit .env, API tokens, generated parser output, or private source documents.
  • Prefer runtime scripts for repeatable operations: wiki_init.py, pdf_corpus_report.py, pdf_corpus_to_markdown.py, pdf_to_markdown.py, wiki_ingest_corpus.py, wiki_claims.py, wiki_normalize_metrics.py, wiki_semantic_qa.py, wiki_contradictions.py, wiki_science_review.py, wiki_discover_sources.py, wiki_queue.py, wiki_concept_revision.py, wiki_grow.py, wiki_lint.py, wiki_search.py, wiki_writeback.py, and wiki_eval.py.
  • raw/ files are immutable evidence.
  • QA reports and contradiction reports are append-only.
  • Query writeback and lint are read-only by default.
  • No secrets, private papers, personal notes, or API keys belong in the repo.

Repo Map

open-llm-wiki/
|-- README.md
|-- README.zh.md
|-- QUICKSTART.md
|-- SCHEMA.md
|-- AGENTS.md
|-- skills/
|   |-- wiki-ingest/
|   |-- query-writeback/
|   `-- wiki-lint/
|-- templates/
|-- examples/
|-- scripts/
|-- .github/workflows/
`-- assets/

Read the full file on GitHub · 90 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 · 90 lines · 748 tokens per session scan A 89ef3be7f82a

Subscribe to this mod's changes

open-llm-wiki AGENTS.md is an instructions file published in the GitHub repository AIwork4me/open-llm-wiki (2 stars, last pushed 3mo ago), licensed MIT. It adds 748 tokens to every session, about $0.0037 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-31.