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/xjungit/omdp/agents-mdgit clone --depth 1 https://github.com/XJungit/omdpWrote 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/xjungit/omdp/agents-md)<a href="https://agentmods.dev/instructions/xjungit/omdp/agents-md"><img src="https://agentmods.dev/badge/instructions/xjungit/omdp/agents-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 | $0.00910 | $0.00910 |
| Opus 5 | $0.00455 | $0.00455 |
| Sonnet 5 | $0.00182 | $0.00182 |
| Haiku 4.5 | $0.00091 | $0.00091 |
Grade A, and why
omdp 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 3d 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.
What it actually says
AGENTS.md — OMDP 仓库开发规范
本文档约束任何在 D:\WorkSpace\omdp 仓库内工作的 agent(含后续会话)。
仓库 = @omdp/* 系列 DSH 插件 monorepo(当前活跃:dsh-connector、
dsh-vision-bridge、dsh-key-fallback;历史归档在 archive/)。
工作前提(先读再做)
- 动手改动任何 DSH 插件前,先研读 DSH 源码/官方文档/相关插件真实实现, 禁止凭印象或猜 API(维护/优化/编写插件铁律)。
- 删除任何文件前,逐条列出完整绝对路径核对;有价值先备份;删后立即验证。
- 本仓库是普通 JavaScript(无构建步骤),本地优先用
link:安装调试。
规范 1:文档随插件同步更新
插件有任何更新(源码、配置、版本号、行为变化、发布动作)时,必须主动同步更新所有相关文档:
- 对应插件自己的
README.md(及双语README.zh-CN.md)——功能、版本、Requirements; - 根
README.md——插件列表/版本号/目录树有变化时; docs/下相关文档——plugin-compatibility.md(兼容性矩阵)、npm-publish.md(发布流程)等;- 若改动产生了新的坑或经验,同时遵守规范 2 追加笔记。
判定标准:一次插件改动完成后,git 提交里应同时包含「代码/配置改动」与 「所有受影响文档更新」,不允许只改代码不带文档提交。
规范 2:教训经验主动沉淀为文档笔记
在维护、创建、修改插件过程中产生的教训、经验、坑、决策依据、可复用结论, 都要在工作完成后主动写入文档笔记,结构为三层:
notes/ # 第一层:文档笔记
└── <yyyy-MM-dd>/ # 第二层:时间(按日期排序)
└── <category>/ # 第三层:按功能/主题分类
└── <描述性名称>.md # 一篇笔记一个主题
- 时间层:
YYYY-MM-DD格式(如2026-08-28/),自然排序即时间线。 - 分类层(第三层),按主题归类,先有稳定分类再用新分类:
dsh-compat/— DSH 版本适配/兼容性排查plugin-dev/— 插件开发/重构/架构dsh-internals/— DSH 源码研究(API 契约、事件载荷)deploy/— 部署、发布、npmdebug/— 排障记录(根因→修复→验证)tooling/— 环境、工具链、git/npm/sandbox 坑
- 一篇笔记一个主题,文件名用简短描述(kebab 或直接中文皆可); 内容至少含:背景/问题 → 结论或根因 → 可复用要点(含相关文件或命令)。
- 写完笔记在当次回复中提一句,随同一提交入库。
笔记索引
notes/README.md 维护目录结构与命名约定(见上)。笔记不需要全局索引——
按「时间 → 分类」定位即可,必要时在 docs/ 里放跨笔记的汇总文档。
提交约定
- 一次完成的工作(含文档 + 笔记)建议一次提交;
- 提交信息写明:做了什么 + 涉及哪些文档/笔记。
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.
- 3d ago First seen · 58 lines · 910 tokens per session scan A 66519e0fa5d3
omdp AGENTS.md is an instructions file published in the GitHub repository XJungit/omdp (2 stars, last pushed 3d ago), licensed MIT. It adds 910 tokens to every session, about $0.0046 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.
Other instructions, from other repositories
dsh-web AGENTS.md
AGENTS.md instructions for zhu1090093659/dsh-web, covering dsh-web repository instructions, repository layout, common commands, repository rules and development workflow.
dsh-mcp-panel AGENTS.md
Instructions for PerryLink/dsh-mcp-panel, covering agents.md, layout, hard rules applied here, config and build.
dsh-codex-sync AGENTS.md
Instructions for Walvez/dsh-codex-sync, covering agents.md — dsh-codex-sync, 定位, 怎么跑, 技术栈 and 目录与约定.
dshline AGENTS.md
Instructions for riesbri/dshline, covering agents.md, what this project is, commands, one trap: build before you test by hand and rules that are easy to break.
dsh-industry-research AGENTS.md
Instructions for PerryLink/dsh-industry-research, covering agents.md, layout, hard rules applied here, checks and release.
dsh-mcp-manager AGENTS.md
Instructions for hyqhyq3/dsh-mcp-manager, covering agents.md, layout, architecture rules, commands and conventions.