dsh-mcp-panel AGENTS.md

dsh-mcp-panel AGENTS.md is an instructions file for Codex, OpenCode from PerryLink/dsh-mcp-panel. It costs 1,744 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for a standalone DeepSeek-based harness plugin that displays read-only status from an MCP tool system. MCP is a standard way for software to expose tools to AI assistants.

In plain words
What is it for?
Use them when working on the plugin entry point, status service, shared data schema, upstream status support, or its build and configuration.
Why use it?
They document the plugin contract, shared status data format, project layout, and build rules needed to change it without breaking the host or client.

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/perrylink/dsh-mcp-panel/agents-md
Clone the repo
git clone --depth 1 https://github.com/PerryLink/dsh-mcp-panel

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-mcp-panel AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/perrylink/dsh-mcp-panel/agents-md.svg)](https://agentmods.dev/instructions/perrylink/dsh-mcp-panel/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/perrylink/dsh-mcp-panel/agents-md"><img src="https://agentmods.dev/badge/instructions/perrylink/dsh-mcp-panel/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,744 This file is loaded in full into every session.
When invoked 1,744 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.01744 $0.01744
Opus 5 $0.00872 $0.00872
Sonnet 5 $0.00349 $0.00349
Haiku 4.5 $0.00174 $0.00174

Measured today against content hash 3afffe0eb09f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

dsh-mcp-panel 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 today.

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 · 52 lines

How it starts

The opening of the file, as written. The whole thing — 52 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-mcp-panel). 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 — the Loader unwraps exports.default ?? exports).
  • src/service.tsMcpPanelService (TypertRemoteService, namespace mcpPanel): read-only snapshot assembly from loader rows + tool registry + upstream status observations. Serves mcpPanel/status and starts panel-only probes through mcpPanel/probe (probe(serverName); needs ctx.jobs, streamable-http and stdio rows).
  • src/wire.ts — the snapshot vocabulary, its zod v4 wire schema, and the single mcpPanel/status invocation descriptor shared verbatim by the host ./typert manifest (src/typert.host.ts) and the client Remote contribution (src/client/remote.ts) — one canonical source so the two codecs can never drift.
  • src/upstream.ts — the proposed upstream mcp/status seam (event + query service face), declared here via cordis declaration merging and consumed with feature detection; when upstream ships it, its identical declarations merge cleanly and a conflicting signature fails this compile (intended tripwire). Proposal text: docs/upstream-proposal.md in the deepseek-harness repo.
  • src/sanitize.ts — display redaction (URL query credentials, userinfo passwords, header values, bearer tokens, JWTs). Pure; extreme-case tests in tests/sanitize.spec.ts.
  • src/grouping.ts / src/aggregate.ts — pure enumeration/grouping and status aggregation with missing-field tolerance.
  • src/command.ts — the /mcp command (standard CommandResult; logged via command/run + command/done).
  • src/probe.ts — optional mcp_probe background-job tool (unowned job: panel-only results). Both transports probe: streamable-http via one initialize POST; stdio via spawning the row's command/args under scrubbedParentEnv (the same base the mcp-client bridge uses, imported from @deepseek-ai/dsh-subprocess) + explicit env/cwd, one initialize handshake over stdin/stdout, sanitized serverInfo or failure detail.
  • src/client/ — browser half: $mount the Remote contribution, register the settings.plugins.tab entry id mcp, pure presenter in present.ts, inline scoped stylesheet in styles.ts (standalone bundles cannot use the in-repo CSS-module pipeline).
  • tests/ — vitest; REAL Context + Session/ToolRuntime/CommandRuntime from the 0.1.2-rc.1 peers, fake Loader face, fake Agent, optional fake jobs.

Read the full file on GitHub · 52 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. today Changed · -4 tokens per session 3afffe0eb09f
  2. 6d ago First seen · 52 lines · 1,748 tokens per session scan A c0d5af43fda4

Subscribe to this mod's changes

dsh-mcp-panel AGENTS.md is an instructions file published in the GitHub repository PerryLink/dsh-mcp-panel (52 stars, last pushed yesterday), licensed Apache-2.0. It adds 1,744 tokens to every session, about $0.0087 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.

Related

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.

zhu1090093659/dsh-web · 2,667 tokens

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).

omdsh-dev/DSH-better-sidebar · 3,543 tokens

dsh-worktable AGENTS.md

AGENTS.md instructions for Aisland-SJL/dsh-worktable, covering dsh-worktable 项目规则, 协作方式(用户定案,最高优先级), 边界, 构建与验证 and 领域约定(会话中必须遵守).

Aisland-SJL/dsh-worktable · 6,070 tokens

awesome-deepseek-harness-plugins AGENTS.md

AGENTS.md instructions for imsai-sh/awesome-deepseek-harness-plugins, covering repository instructions, the submission gate is the product, generated files, cross-repo contracts (no ci spans both repositories) and permanent urls.

imsai-sh/awesome-deepseek-harness-plugins · 1,057 tokens

dsh-auto-review AGENTS.md

AGENTS.md instructions for PerryLink/dsh-auto-review, covering agents.md, layout, hard rules applied here, build and docs.

PerryLink/dsh-auto-review · 2,216 tokens

dsh-industry-research AGENTS.md

AGENTS.md instructions for PerryLink/dsh-industry-research, covering agents.md, layout, hard rules applied here, checks and release.

PerryLink/dsh-industry-research · 1,388 tokens