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/xun404/dsh-pihuo-plugins/agents-mdgit clone --depth 1 https://github.com/xun404/dsh-pihuo-pluginsWrote 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/xun404/dsh-pihuo-plugins/agents-md)<a href="https://agentmods.dev/instructions/xun404/dsh-pihuo-plugins/agents-md"><img src="https://agentmods.dev/badge/instructions/xun404/dsh-pihuo-plugins/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.00558 | $0.00558 |
| Opus 5 | $0.00279 | $0.00279 |
| Sonnet 5 | $0.00112 | $0.00112 |
| Haiku 4.5 | $0.00056 | $0.00056 |
Grade A, and why
dsh-pihuo-plugins 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 4d 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
本仓库编写 DeepSeek Harness 树外插件。任何 agent 工具(Grok、Claude Code、Cursor、Codex 等)都读这份文件。
进度与阶段以 HANDOVER.md 为准;动手前先读它,做完一期就更新状态表。
技能在哪
规范与流程的唯一出处是 .agents/skills/,不要写进 .grok/、.claude/skills/、.cursor/skills/ 再维护一份。
动手前按任务读对应 SKILL.md(含它指向的 references/):
| 任务 | 读这个 |
|---|---|
| 写 / 脚手架 / 实现插件 | dsh-plugin-author |
| Fiber / inject / 加载失败 / 事件 / HMR | dsh-plugin-runtime |
安装、发布、cordis.patch.yml、dsh plugin add |
dsh-plugin-compose |
| 命名、seam、扩展点、包怎么拆 | dsh-plugin-conventions |
| 浏览器半、slots、设置 UI | dsh-plugin-client |
| 审查已有插件 | dsh-plugin-review |
| 浏览器里验收 / CDP | development-cdp |
对照源码
规范以 DeepSeek Harness 源码为准。本机常见路径:../deepseek-harness。与技能或本文冲突时以源码为准。
站立约束
- 不要往 harness 的
packages/加第一方包,除非用户明确要求改 harness。 - 不要在本仓库复制技能到各厂商目录。某个工具只扫描自己的 skills 目录时,对该目录做指向
.agents/skills的符号链接,不要拷贝。 - 导出 API 与生命周期边界写完整、准确的英文 JSDoc。规则在 comments.md。
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.
- 4d ago First seen · 32 lines · 558 tokens per session scan A d143df0ad15c
dsh-pihuo-plugins AGENTS.md is an instructions file published in the GitHub repository xun404/dsh-pihuo-plugins (2 stars, last pushed 18d ago), licensed MIT. It adds 558 tokens to every session, about $0.0028 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-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 目录与约定.
dsh-TUI AGENTS.md
AGENTS.md instructions for ccch1mneyyy/dsh-TUI, covering agents.md, 仓库布局, 命令, 上游边界与契约 and 约定与红线.
DSH-better-sidebar AGENTS.md
AGENTS.md instructions for omdsh-dev/DSH-better-sidebar, covering dsh-better-sidebar 仓库规则(agents), 1. 仓库硬约束(必须遵守), 2. ci 挂载冒烟(plugin-mount job / pnpm test:mount), 3. dsh 0.1.2 适配要点(0.1.2-rc.1+ 基线) and 4. npm 发版(github release → npm publish).
dsh-worktable AGENTS.md
Instructions for Aisland-SJL/dsh-worktable, covering dsh-worktable 项目规则, 协作方式(用户定案,最高优先级), 边界, 构建与验证 and 领域约定(会话中必须遵守).
modsearch AGENTS.md
AGENTS.md instructions for liustack/modsearch, covering project overview (for ai agent), goal, technical approach, code organization and skills directory.