@michengai/dsh-skills-manager
Skills Manager
DSH Skills Manager — 在 DeepSeek Harness 中统一加载并安全管理本机 Agent Skills · 在 DSH 中加载并安全管理本地 Agent Skills
插件会安装到这里;不确定时保持 web。
npx -y @deepseek-ai/dsh plugin --profile web add @michengai/dsh-skills-manager@0.1.53

@michengai/dsh-skills-manager
DSH Skills Manager — 在 DeepSeek Harness 中统一加载并安全管理本机 Agent Skills · 在 DSH 中加载并安全管理本地 Agent Skills
插件会安装到这里;不确定时保持 web。
npx -y @deepseek-ai/dsh plugin --profile web add @michengai/dsh-skills-manager@0.1.53


Skills Manager 以 @michengai/dsh-skills-manager 发布,当前版本为 0.1.53。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。
Load and safely manage skills from DSH and common local Agents
简体中文 · Changelog · Apache-2.0
DSH Skills Manager is a community-maintained DeepSeek Harness (DSH) plugin, not an official DeepSeek AI product.
Bring skills from your computer and projects into DSH without switching between Agent folders.
SKILL.md files into global DSH.Skill management:
Read a skill:
Confirm before moving to Trash:
These full screenshots show an earlier version. The current version adds Global, Project, and Trash tabs.
Requires a working DeepSeek Harness installation. The commands below use the web profile; replace it with yours if needed.
Send this to an agent that can use your local terminal:
Install the latest @michengai/dsh-skills-manager into my DSH web profile using the official npm registry. Confirm installation and explain how to reload DSH.
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
$OutputEncoding = [System.Text.Encoding]::UTF8
dsh plugin --profile web add @michengai/dsh-skills-manager@latest --registry=https://registry.npmjs.org/
Restart DSH, refresh the page, and open Settings → Skills. To update, select Check for updates or run the installation command again.
0.1.53 is tested with DeepSeek Harness 0.1.0-rc.8, 0.1.1-rc.2, 0.1.2-rc.1, 0.1.5-rc.1, 0.1.5-rc.2, 0.1.6-alpha.1, 0.1.6-alpha.2.| What you want to do | How |
|---|---|
| Find a skill | Choose Global or Project, expand a source group, or use search and filters. |
| Read its contents | Select View details for the skill body and source information. |
| Enable or disable | Toggle the skill switch. This affects DSH without editing source files. |
| Add a skill | Select Create skill or Import into global DSH. |
| Recover a deletion | Open Trash and restore. For project skills, return to a session in the original project first. |
git init required.~ means your home directory; <project> is the current session project root. These are default paths; configured DSH directory variables take precedence.
| Source | Global directory | Project directory |
|---|---|---|
| DSH | ~/.dsh/skills | <project>/.dsh/skills |
| Shared Agent | ~/.agents/skills | <project>/.agents/skills |
| CC Switch | ~/.cc-switch/skills | — |
| Codex | ~/.codex/skills | <project>/.codex/skills |
| Claude Code | ~/.claude/skills | <project>/.claude/skills |
| Gemini | ~/.gemini/skills | <project>/.gemini/skills |
| OpenCode | ~/.config/opencode/skills | <project>/.opencode/skills |
| Cursor | ~/.cursor/skills | <project>/.cursor/skills |
| Copilot | ~/.copilot/skills | <project>/.github/skills |
| Windsurf | ~/.codeium/windsurf/skills~/.windsurf/skills | <project>/.windsurf/skills |
| Trae | ~/.trae/skills | <project>/.trae/skills |
| Trae CN | ~/.trae-cn/skills | <project>/.trae-cn/skills |
| OpenClaw / Clawdbot | ~/.openclaw/skills~/.clawdbot/skills | — |
| Roo | ~/.roo/skills | <project>/.roo/skills |
| CodeBuddy | ~/.codebuddy/skills | <project>/.codebuddy/skills |
| Project Skills | — | <project>/skills |
The generic <project>/skills directory is labeled Project Skills and also supports OpenClaw workspace skills. Missing external source directories are not shown.
For a desktop workbench, download DSH Codex Desktop. Existing DeepSeek Harness installations can add plugins as needed by following each project's README. Below are 11 first-party plugins; consult the corresponding desktop release notes and bundled catalog for what that version includes.
| Plugin | What you can do |
|---|---|
| Codex UI | Organize projects and conversations, search tasks, and navigate chat turns |
| Agency Agents | Choose and summon specialists for your task |
| Skills Manager | Find, enable, create, and import local skills |
| Archive Manager | Search, restore, or clean up archived conversations |
| IM Connect | Send tasks and receive replies through messaging platforms |
| Automation | Schedule tasks and review each run |
| BTW | Ask side questions without interrupting the main task |
| Simplify | Use /simplify to improve code within your Git changes |
| PUA | Guide the Agent to try new approaches after failures, investigate causes, and verify results before completion |
| Code Review | Use /review to request an independent Agent code review and receive the report in the current conversation |
| Codex Pet | View conversation notifications and respond to tool approvals and questions through a desktop pet |
Open an issue for bugs or suggestions. Include your DSH and plugin versions, reproduction steps, and a full screenshot for UI issues.
Source code lives in src. Contributions are welcome.