submit-dsh-plugin

submit-dsh-plugin is a skill for Codex from imsai-sh/awesome-deepseek-harness-plugins. It costs 103 tokens per session (2,673 once invoked), scanned A, original, MIT.

A submission checklist and workflow for adding a DeepSeek Harness plugin to the community’s public catalogue. It prepares the catalogue entry and checks the plugin’s repository, metadata, tests, and required files.

In plain words
What is it for?
Use it to prepare a plugin listing, check its repository and submission requirements, and—when explicitly authorised—fork the catalogue repository, push changes, and open a pull request.
Why use it?
It reduces mistakes when publishing a plugin and prevents changes to generated catalogue files or running the author’s code without permission.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to prepare a plugin listing, check its repository and submission requirements, and—when explicitly authorised—fork the catalogue repository, push changes, and open a pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/imsai-sh/awesome-deepseek-harness-plugins/submit-dsh-plugin
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.

Any agent
npx skills add imsai-sh/awesome-deepseek-harness-plugins --skill submit-dsh-plugin
Clone the repo
git clone --depth 1 https://github.com/imsai-sh/awesome-deepseek-harness-plugins

Made for: Codex.

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 submit-dsh-plugin

README.md
[![agentmods](https://agentmods.dev/badge/skills/imsai-sh/awesome-deepseek-harness-plugins/submit-dsh-plugin/github.svg)](https://agentmods.dev/skills/imsai-sh/awesome-deepseek-harness-plugins/submit-dsh-plugin)
Your own site
<a href="https://agentmods.dev/skills/imsai-sh/awesome-deepseek-harness-plugins/submit-dsh-plugin"><img src="https://agentmods.dev/badge/skills/imsai-sh/awesome-deepseek-harness-plugins/submit-dsh-plugin/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for submit-dsh-plugin

Your own site · 80×15
<a href="https://agentmods.dev/skills/imsai-sh/awesome-deepseek-harness-plugins/submit-dsh-plugin"><img src="https://agentmods.dev/badge/skills/imsai-sh/awesome-deepseek-harness-plugins/submit-dsh-plugin.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,673 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00103 $0.02673
Opus 5 $0.00051 $0.01337
Sonnet 5 $0.00021 $0.00535
Haiku 4.5 $0.00010 $0.00267

Measured 10d ago against content hash fad2bd20b373, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

submit-dsh-plugin 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/create-catalog-entry.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/submit-dsh-plugin/SKILL.md · 134 lines

How it starts

The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.

提交 DSH 插件

从插件作者的仓库准备一份聚焦的目录收录 PR。始终把 catalog/plugins/*.json 视为贡献者唯一可以编辑的目录源数据。

安全与范围

  • 不得在插件提交 PR 中编辑 README.mdcatalog/README.md、工作流或脚本。两个 README 是 bot 生成的目录投影,合并后由 CI 自动刷新。
  • 不得仅为了检查插件而安装依赖、运行生命周期脚本、构建或执行插件代码。运行作者代码前必须先征得同意。
  • 保留所有无关的本地改动。如果目录仓库工作区不干净,应停止操作;除非用户指定一个干净 worktree,或明确界定现有改动的范围。
  • 将“准备”或“起草”理解为仅做本地修改。只有用户明确要求“提交”“推送”或“创建 PR”时,才视为已授权在展示准确目标后执行 fork、push 和创建 PR。
  • 不得手动合并 PR,也不得修改生成投影。合规的非草稿新增类目录 PR 会在可信静态审查通过后自动合并;修改或删除既有条目的 PR 即使静态审查通过也不会自动合并,必须等待目录仓库维护者人工审核后手动合并。合并进入 main 后,CI 自动把目录条目同步到网站数据库(D1)并重新生成两个 README,即自动同步,无任何维护者手工步骤。

1. 明确提交信息

确定以下内容:

  • 插件 ID:仓库级插件为 owner/repository;monorepo 子包插件为 owner/repository/sub/dir,前两段之后的路径段指向仓库内的子目录
  • 插件名称:仓库级插件通常与仓库名一致,子目录 ID 默认取最后一个路径段(子包目录名)
  • 一个主要目录分类
  • 客观的英文与中文简介
  • 作者实际执行的测试命令和结果

ID 各段仅限 A-Za-z0-9_.- 字符,路径段不得是 ...,总长不超过 201 字符。无论 ID 是否携带路径,条目的 repository 字段始终是由前两段推导的仓库根 URL https://github.com/owner/repository。ID 的路径段锁定插件源码位置:子目录 ID 的 <sub/dir>/package.json 必须恰好是插件的 manifest。安装入口只来自发布到 npm 的包(1024 Store 仅提供 npm 安装),目录条目本身只记录源码仓库。

目录仓库固定使用 https://github.com/imsai-sh/awesome-deepseek-harness-plugins。创建文件前,读取其当前 checkout 中的 CONTRIBUTING.mdcatalog/categories.json;如果线上仓库规范与本 Skill 不同,以线上规范为准。

选择分类或编写 PR 时,读取 references/submission-reference.md

2. 检查插件仓库

先完成只读检查:

  1. 确认仓库公开且存在默认分支。
  2. 确认仓库包含 dsh-plugin GitHub topic。如果缺少 topic、用户拥有该仓库且已授权外部写入,才可执行 gh repo edit owner/repository --add-topic dsh-plugin。topic 作用于仓库本身:gh repo edit 的参数只取 ID 的前两段 owner/repository,子目录 ID 的路径段不参与。
  3. 定位插件的 manifest:两段 ID 可使用根目录或任意嵌套的 package.json(排除 node_modules);子目录 ID 则必须在 <sub/dir>/package.json 恰好找到 manifest——ID 的路径就是插件在仓库中的位置,仓库里其他位置的 manifest 不算数。
  4. 确认其中声明了非空字符串 dsh.bundle.patch
  5. 相对于声明该字段的 package.json 解析补丁路径;拒绝绝对路径、反斜杠以及跳出仓库的路径。
  6. 确认 manifest 和引用的补丁都存在于 GitHub 默认分支,而不只是尚未推送的本地提交。
  7. 向作者说明安装可用性:1024 Store 只提供 npm 安装,不再提供 GitHub 源码安装。 网站会自动探测 manifest 中声明的 npm 包名;只要 npm 上的 latest manifest 声明 dsh.bundle,插件即可安装(repository 回链缺失或不一致不影响验证)。 未发布 npm 包不影响收录:插件照常收录,以浏览模式展示(有仓库链接,无安装命令),PR 评论会提示作者发布 npm 包后目录自动检测、无需追加 PR。
  8. 记录作者实际执行的兼容性测试。如果尚未测试,应停止并要求作者先测试;目录自动审查不会执行第三方代码。

Read the full file on GitHub · 134 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 134 lines · 103 tokens per session scan A fad2bd20b373

Subscribe to this mod's changes

submit-dsh-plugin is a skill published in the GitHub repository imsai-sh/awesome-deepseek-harness-plugins (225 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 2,673 once invoked, about $0.0005 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 skills, from other repositories

dsh-plugin-guide

Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…

PerryLink/dsh-plugin-guide · 76 tokens

web-design-guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

awesome-dsh-plugin/awesome-dsh-plugin · 44 tokens

auto-research-loop

A bounded research workflow that repeats four steps: planning, searching, reading, and combining findings. It records each step and its sources so the work can resume after an interruption.

Dominic789654/awesome-deepseek-harness · 79 tokens

code-review

A structured code-review workflow for examining one fixed code change. It checks correctness, security, tests, and maintainability in that order.

Dominic789654/awesome-deepseek-harness · 77 tokens

dsh-plugin-schemes

A set of rules for choosing the right kind of DeepSeek Harness extension before building it. It explains the differences between bundles, local patches, agent presets, skills, and temporary runtime plugins.

JasperGuWP/dsh-plugin-schemes · 128 tokens

find-skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

qinyre/dsh-plugin-capabilities · 67 tokens