← 返回列表
未验证
汇总 31 个项目的 SKILL.md 技能索引,一键分发安装到技能目录
尚未跑自动兼容性验证,可查看页面内的依赖与入口分析。 · 最近上游提交 2026/8/14 · 已提供中文文档
DeepSeek Harness 技能包——汇总每个项目的 SKILL.md,并提供完整技能索引
综合分
26.6
GitHub 分
26.6
用户评分
—
★ Stars
0
周下载量
—
安装插件(需先安装 dsh CLI 引擎:npm install -g @deepseek-ai/dsh)
dsh plugin --profile web add h565656445/dsh-skills-pack该插件未发布到 npm,走 GitHub 源安装(pnpm 若拦截 prepare 脚本,按其提示在 pnpm-workspace.yaml 的 allowBuilds 中放行后重跑)
信任档位:仅索引本站尚未对其实装验证,仅收录元数据
- 是什么
- dsh 原生插件 · chat
- 装得上吗
- 本站尚未做安装检查
- 安全吗
- 本站尚未对该插件做风险分级(暂未覆盖,不等同于无风险)
- 还在维护吗
- 更新放缓:最近一次提交在 43 天前
档位由下列信号合成:本站实装验证(真实安装,当前最高到 L4)· 验证所用 dsh 版本 · 静态安装检查 · 风险分级 · 仓库维护状态。下方各区块是它的证据明细。 验证判据与等级说明 →
数据截至 2026/9/16(元数据每日更新 · 实装验证按队列轮转,单条结论的验证时间见上方)
用户评分
还没有人投票,来当第一个
订阅周报,不错过优质插件更新
每周一封 · 高评分插件 + 新用户活动
README
由 DeepSeek 最新模型翻译生成dsh-skills-pack DeepSeek Harness 个人适配声明(Personal Adaptation Notice) 本项目是 DeepSeek Harness 的个人适配产物(personal adaptation),并非 DeepSeek Harness 官方文件(not an official DeepSeek Harness file)。随附功能、使用说明与个人产物,可与 DeepSeek Harness 搭配使用,也可独立使用。 This project is a personal adaptation for DeepSeek Harness, and is NOT an official DeepSeek Harness file. It is bundled with features, documentation, and personal artifacts, and can be used alongside DeepSeek Harness or standalone. 作者 / Author:h565656445 合作 / Collaboration:如有项目可以一起合作,欢迎联系。微信:wohaishihenshuaide。If you have projects, let's collaborate. WeChat: wohaishihenshuaide. 用途 / What this is for Skill 打包仓库:汇总全部 31 个项目的 SKILL.md 技能索引与打包说明。 Skill pack repo: aggregates every project's SKILL.md with a full skill index. Hermes Harness DSH Skills Pack / Hermes Harness DSH Skill 打包合集 本仓库是 Hermes Harness 全部 31 个 DSH 衍生项目的 技能(SKILL.md)打包合集:汇集各项目 .dsh/skills//SKILL.md 的技能定义,并提供 31 个 skill id 全量索引,便于一次性分发与安装到 $DSH_HOME/skills/。 This repository is the skills pack for all 31 Hermes Harness DSH derivative projects: the SKILL.md files of every project, collected with a full skill index for one-shot distribution and installation into $DSH_HOME/skills/. Skill 索引 / Skill Index Agent OS 内核 / Kernel | # | Skill ID | | --- | --- | | 1 | dsh-agent-os-runtime | | 2 | dsh-agent-os-planning | | 3 | dsh-agent-os-scheduler | | 4 | dsh-agent-os-worker-protocol | | 5 | dsh-agent-os-observability | | 6 | dsh-agent-os-specs | Harness 基础设施 / Infrastructure | # | Skill ID | | --- | --- | | 7 | dsh-harness-core | | 8 | dsh-graph-entry | | 9 | dsh-async-job | | 10 | dsh-file-identity | | 11 | dsh-json-projection | | 12 | dsh-manual-approval | | 13 | dsh-observation-writer | | 14 | dsh-provider-control | | 15 | dsh-schema-negotiator | | 16 | dsh-upgrade-governance | 规格与文档 / Specs & Docs | # | Skill ID | | --- | --- | | 17 | dsh-harness-specs | | 18 | dsh-novel-specs | | 19 | dsh-architecture-guide | | 20 | dsh-powershell-patterns | | 21 | dsh-json-schema-driven-dev | | 22 | dsh-llm-agent-harness-guide | 适配器 / Adapters | # | Skill ID | | --- | --- | | 23 | dsh-short-story-engine | | 24 | dsh-tutorial-video-state-machine | | 25 | dsh-governance-kernel | | 26 | dsh-sports-pipeline | | 27 | dsh-motion-grammar | DSH 总集成 / Integration | # | Skill ID | | --- | --- | | 28 | dsh-integration | | 29 | dsh-presets-pack | | 30 | dsh-skills-pack | | 31 | dsh-starter-kit | 安装 / Installation 将 /SKILL.md 复制到 $DSH_HOME/skills// 即可: $dst = Join-Path $env:DSH_HOME 'skills\' New-Item -ItemType Directory -Force -Path $dst | Out-Null Copy-Item '.\skills\\SKILL.md' $dst -Force License / 许可证 MIT