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/perrylink/dsh-industry-research/agents-mdgit clone --depth 1 https://github.com/PerryLink/dsh-industry-researchWhat 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.01388 | $0.01388 |
| Opus 5 | $0.00694 | $0.00694 |
| Sonnet 5 | $0.00278 | $0.00278 |
| Haiku 4.5 | $0.00139 | $0.00139 |
Grade A, and why
dsh-industry-research 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 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 — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Standalone DeepSeek Harness plugin repository (dsh-industry-research). Development follows the dsh-plugin-guide skill and the official plugin contract; this file records repo-local decisions.
Layout
src/index.ts— function-plugin contract (name/inject/Config/apply; NO default export). Injectsskillsandtoolsonly. Publishes the packagedskills/directory through the officialFileSystemSkillProviderand registers the four tools.src/config.ts— Schemastery schema + explicitresolveConfig(no hidden?? defaultin run paths). Bounds fail loud at mount.src/chain.ts— theChainMapdata model + validation (pure): unique node ids, legal tiers, no dangling edges, and everyvaluerequires asourceRef(a value-less slot is an explicit gap).src/timeline.ts— thetimeline.jsonlstore (pure fs): URL-normalized dedupe, host allow/block lists, corrupt-line tolerance with a surfaced count, and the retention cap.src/sources.ts— the per-industrysources.jsonregistry: stableS<n>refs, origins, and SHA-256 content hashes.src/company.ts— company scan: text-format data files (no PDF), Markdown outlines, figure-candidate lines,card.json+card.md.src/report.ts— report assembly: evidence/sections/claims building, draft validation, the mechanical auto-draft, and the builtin-fallback Markdown + manifest renderer.src/engine-bridge.ts— the frozenctx.researchReportcontract (byte-identical with the sibling plugin) and the structuralctx.get('researchReport')lookup. Never injected, never imported.src/web.ts— the structuralctx.weblookup, the offline/unmounted loud failures, and per-request timeout signals.src/paths.ts/src/toolkit.ts— workspace containment and the<cwd>/<industryRoot>/layout.src/events.ts— typed Cordis events (industry-research/map|track|report,@mode emit).src/tools/*.ts— the fourdefineTooldefinitions.skills/— the two methodology SKILL.md bundles (Chinese edition).fixtures/baijiu/— committed teaching fixtures for the keyless e2e suite (clearly fictional).scripts/—prepare.mjs(build),verify-self-contained.mjs,verify-artifacts.mjs,check-readme-sync.mjs(five-language gate),changelog-section.mjs,loader-runner.mjs(real Loader composition runner).test/— vitest; REALContext/SessionStore/Session/ToolRuntime/SkillRegistry/WebRuntimefrom the 0.1.1-rc.2 peers. Only the pluggable edges (web providers, the optional report engine) are scripted, through the real registration mechanisms.
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 · 50 lines · 1,388 tokens per session scan A e1304b484d38
dsh-industry-research AGENTS.md is an instructions file published in the GitHub repository PerryLink/dsh-industry-research (24 stars, last pushed 2d ago), licensed Apache-2.0. It adds 1,388 tokens to every session, about $0.0069 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-30.
Other instructions, from other repositories
dsh-web 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.
deepseek-harness AGENTS.md
Instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-release stance: foundation over blast radius, repository layout, commands and host sandbox failures.
deepseek-harness CLAUDE.md
Instructions for deepseek-ai/deepseek-harness, a project described as: DeepSeek Harness: Everything is a Plugin.
DSH-better-sidebar 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-alpha 适配要点(alpha 通道) and 4. npm 发版(github release → npm publish).
dsh-worktable AGENTS.md
Instructions for Aisland-SJL/dsh-worktable, covering dsh-worktable 项目规则, 协作方式(用户定案,最高优先级), 边界, 构建与验证 and 领域约定(会话中必须遵守).