dsh-pihuo-plugins AGENTS.md

dsh-pihuo-plugins AGENTS.md is an instructions file for Codex, OpenCode from xun404/dsh-pihuo-plugins. It costs 558 tokens per session, scanned A, original, MIT.

Contributor instructions for the dsh-pihuo-plugins repository, which contains plugins for DeepSeek Harness and other coding agents. They explain where skills live, which instructions apply to different tasks, and which repository constraints must be followed.

In plain words
What is it for?
Use them when creating, reviewing, composing, or debugging DeepSeek Harness plugins, including client features, runtime behavior, installation, and browser verification.
Why use it?
They keep plugin work aligned with the harness source and prevent duplicated skills, misplaced changes, or incorrect workflows. They also identify required handover and reference documents.

Instructions file for CodexOpenCode

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/xun404/dsh-pihuo-plugins/agents-md
Clone the repo
git clone --depth 1 https://github.com/xun404/dsh-pihuo-plugins

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 dsh-pihuo-plugins AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/xun404/dsh-pihuo-plugins/agents-md.svg)](https://agentmods.dev/instructions/xun404/dsh-pihuo-plugins/agents-md)
Your own site
<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>
Per session 558 This file is loaded in full into every session.
When invoked 558 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 $0.00558 $0.00558
Opus 5 $0.00279 $0.00279
Sonnet 5 $0.00112 $0.00112
Haiku 4.5 $0.00056 $0.00056

Measured 4d ago against content hash d143df0ad15c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

AGENTS.md · 32 lines

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.ymldsh 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
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. 4d ago First seen · 32 lines · 558 tokens per session scan A d143df0ad15c

Subscribe to this mod's changes

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.