Installation
npx -y @deepseek-ai/dsh plugin --profile web add github:Alice-P197/dsh-skillsThis installation command is an unverified starting point generated from the GitHub repository address.
README
Maintainer-authored documentation snapshot.
This README snapshot could not be refreshed during the latest directory sync.
dsh-skills
两个 DeepSeek Harness 技能(skill),放进 <DSH_HOME>/skills/ 即自动加载,无需重启。
技能
add-llm-provider
为 DSH 添加第三方 LLM 供应商(GLM/智谱、阿里百炼、DeepSeek、Kimi、Ollama、OpenAI 兼容网关等)。只问 API Key 和 baseURL,写入 settings.yaml + .credentials.yaml,不做连通性测试,只汇报改动。内置常见供应商预设表(baseURL / thinkingFormat / 凭据键名)。
write-dsh-skill
在 DeepSeek Harness 里编写并安装新技能。给出位置、frontmatter、正文结构与避坑点,一步到位写入并自动注册。
安装
把对应文件夹复制到 DSH skills 目录即可(chokidar 自动发现):
$dst = "$env:APPDATA\dsh-desktop\harness\skills"
Copy-Item -Recurse add-llm-provider $dst
Copy-Item -Recurse write-dsh-skill $dst
说明
<DSH_HOME>=%APPDATA%\dsh-desktop\harness(即$DSH_HOME)。- 技能格式:
<DSH_HOME>/skills/<name>/SKILL.md,YAML frontmatter(name+description)+ Markdown 正文。 - 发现只深一层;
name必须 kebab-case。
Repository information
- License
- Not reported
- Last updated
- Aug 18, 2026, 2:43 AM
Install deliberately
Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.