DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Skill Creator — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-skill-creator

Skill Creator

Skill Creator: Teaches agents to write high-quality SKILL.md skills according to the agentskills.io specification (frontmatter, progressive disclosure, and trigger descriptions). Adapted from Anthropic’s official skill-creator (Apache-2.0).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-skill-creator@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Skill Creator is published as dsh-skill-creator and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/18/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
23 kB
Files
8
Surface
any
License
Apache-2.0
Source
npm
GitHub
★ 1
Weekly downloads
176
Security scan
✓ v0.1.0 scan passed
Last push
8/17/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-skill-creator

技能创作器:教 agent 按 agentskills.io 规范编写高质量 SKILL.md 技能。 改编自 Anthropic 官方 skill-creator (Apache-2.0),并针对 DSH 技能体系(ctx.skills、kebab-case、触发描述)做了适配。

安装

dsh plugin --profile web add dsh-skill-creator
# 或本地开发:dsh plugin --profile web add link:E:\DeepSeek_Harness\workspace\2026_08_15\plugins\dsh-skill-creator
# 重启 dsh web 生效

使用

对 agent 说"创建一个技能/写一个 SKILL.md",skill-creator 会自动加载, 按 澄清 → 起草 → 充实 → 校验 → 交付 的流程产出完整技能。

结构

dsh-skill-creator/
├── index.js
├── cordis.patch.yml
├── package.json       # dsh.bundle manifest
└── skills/skill-creator/
    ├── SKILL.md
    └── references/
        ├── frontmatter.md
        └── description-writing.md

License

Apache-2.0(改编自 Anthropic 官方 skill-creator,Apache-2.0)。