863683348 / dsh-starter-zh

已收录

DSH 新手入门包:安装即得欢迎语、从 0 到 1 学习路径、按场景推荐插件、新手自查清单,并与 dsh-handbook-zh 中文教程联动。Starter pack for DeepSeek Harness beginners (Chinese).

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:863683348/dsh-starter-zh

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 cd243ea同步于 2026年8月17日

dsh-starter-zh — DSH Starter Pack (中文新手入门包)

npm version license topic: dsh-plugin

dsh-starter-zh is a beginner starter pack for DeepSeek Harness: install it and your agent instantly gains a welcome flow, a 0→1 learning path, scenario-based plugin recommendations, and a self-check checklist — paired with the dsh-handbook-zh Chinese tutorial repo.

"一切皆插件" — but where do you start? This plugin answers that question in Chinese, in-session.

What you get

FeatureTool / SectionWhat it does
Welcomestarter_zh action=welcomeGreeting + what you can do next
Learning pathstarter_zh action=path0→1 in 5 stages: run → profile → install → write → publish
Recommended pluginsstarter_zh action=pluginsScenario groups (start here / focus & memory / security / productivity)
Self-checkstarter_zh action=checklist10-item onboarding checklist
Guidance promptsystemPrompt sectionTells the model to use starter_zh when the user is a beginner

Install

dsh plugin --profile <name> add dsh-starter-zh

Then ask your agent: "我是 DSH 新手,带我入门" — it will call starter_zh automatically.

Config

KeyDefaultMeaning
sectionOrder10Prompt section order
promptEnabledtrueInject the guidance prompt section
handbookUrldsh-handbook-zh repoCompanion tutorial URL in the welcome text

Why this plugin

The DSH ecosystem exploded to thousands of plugins in 72 hours, but there is no systematic Chinese onboarding path. This starter pack fills that gap — it is the "from 0 to 1" entry point, backed by a full Chinese handbook repo.

Docs

Development

node --check lib/index.js && node --check lib/starter.js
node test/starter.test.mjs
node scripts/verify.mjs

Pure logic lives in lib/starter.js (zero deps, unit-tested); the Cordis plugin in lib/index.js registers the starter_zh tool and the prompt section.

License

MIT

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测
安全策略已检测
贡献指南已检测
文档已检测

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月17日 04:41

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。