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.

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

@lcthe/dsh-skills-hub

Skills Hub

DSH plugin for browsing, searching, inspecting, importing, uploading, and safely deleting skills across global and registered workspace directories.

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

npx -y @deepseek-ai/dsh plugin --profile web add @lcthe/dsh-skills-hub@0.2.5
READMECompatibilityVersions

Compatibility and provenance

Skills Hub is published as @lcthe/dsh-skills-hub and currently resolves to version 0.2.5. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.2.5stable
8/25/2026
0.2.4stable
8/24/2026
0.2.3stable
8/21/2026
Show 3 more versionsCollapse versions
0.2.2stable
8/21/2026
0.2.1stable
8/21/2026
0.2.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.2.5
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
118.5 kB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
80
Last push
8/25/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 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 protocolPlus@sparkelf/dsh-plusDeepSeek Harness Plus official-base Web distribution profile and ranged compatibility patchset

README

dsh-skills-hub

A DSH browser-client plugin for browsing and managing Skills stored in DSH's global directory and registered workspaces.

简体中文

Overview

dsh-skills-hub adds Settings → Skills to a DeepSeek Harness (DSH) browser client. It manages Skill directories without changing the DSH core runtime or pretending to provide unsupported Skill lifecycle controls.

The plugin is intended for a DSH deployment with a browser client: either the desktop application with an embedded Web UI or the DSH Web version.

Current capabilities

  • Browse installed Skills with names, descriptions, Markdown files, paths, and symlink targets.
  • Search installed Skills by name or description.
  • Switch between the global Skill directory and registered DSH workspaces.
  • Detect available Skill directories from Codex, Claude Code, ZCode, WorkBuddy, and QCoderWork, then scan their counts before the import dialog is ready.
  • Inspect scanned external Skills on demand by expanding a source group.
  • Import Skills by copying their directories or creating directory symlinks.
  • Upload a local Skill folder into the global directory or a registered workspace.
  • Skip an existing destination with the same Skill name instead of overwriting it.
  • Delete Skill directories or recognized symlinks safely.
  • Show an import result summary with imported, skipped, and failed items.

DSH currently does not support runtime enable/disable for an individual Skill. This plugin does not expose a display-only switch for that unsupported behavior.

Quick start

Prerequisites

  • A supported DSH browser client: desktop Web UI or DSH Web.
  • Permission to install a DSH profile dependency and edit its cordis.yml.

Install the package

pnpm add @lcthe/dsh-skills-hub

Add the plugin at the same include level as the other bundle rows in your profile's cordis.yml:

- insert:
    - id: dsh-skills-hub
      name: '@lcthe/dsh-skills-hub'

Start the DSH Web client:

pnpm dsh web

Open Settings → Skills after DSH starts.

Usage

Browse installed Skills

The main page scans the selected DSH Skill directory and displays each Skill's name, description, path, Markdown files, and symlink information. Use the search field to filter by name or description.

Switch the Skill scope

Use the scope selector to switch between:

  • Global: ~/.dsh/skills/
  • Registered workspace: <workspace>/.dsh/skills/

Workspace options come from the DSH workspace registry. They are not a claim that DSH has one universal “current workspace”.

Import from another Agent

  1. Open Import.
  2. The plugin detects which supported Agent directories exist and scans them to calculate the available Skill counts.
  3. Source groups remain collapsed by default; expand a group to view its scanned Skills.
  4. Open a Skill to inspect its description and source path.
  5. Select Skills with checkboxes.
  6. Choose Copy or Symlink and select the global directory or a registered workspace.
  7. Confirm the import and review the result summary.

Source groups stay collapsed, but their counts are populated before the dialog is ready. Clicking the dialog's refresh button performs a new source detection and re-scans all detected sources so the displayed totals remain accurate.

Existing destination names are skipped; imports never overwrite an existing Skill directory.

Upload a local Skill folder

Choose Upload on the main Skills page to open the upload dialog. Drag one local Skill folder into the drop zone, or click Choose folder to use the system folder picker. The dialog shows the selected folder, file count, and total size before uploading to the selected global directory or registered workspace. The upload is staged in a temporary directory and moved into the destination only after validation succeeds.

Delete a Skill

Choose Delete and confirm the path shown in the confirmation dialog. A recognized symlink is removed with the link itself only; its target is not followed or deleted. A normal Skill directory and its contents are removed recursively.

Current limitations

  • DSH does not currently provide a persisted runtime enable/disable setting for an individual Skill.
  • disable-model-invocation and user-invocable in SKILL.md are static invocation policies, not user-controlled runtime toggles.
  • DSH's plugin-level disabled setting controls an entire loader entry, not one Skill inside a provider.
  • Skill content editing, folder opening, and a Skill creation wizard are not included.
  • Existing Skills cannot be overwritten; same-name destinations are always skipped.
  • Custom scan roots are not supported.
  • Import previews show Skill metadata but not file sizes.
  • A source directory may exist but contain no recognizable Skill directory; recognition requires a directory with at least one Markdown file.
  • Dangling symlinks may not be discoverable because source scanning verifies that the target is a usable directory.

Security summary

The plugin applies the following safeguards:

  • Skill names must match a safe name format.
  • Import, upload, and delete destinations are restricted to the global directory or registered workspace directories.
  • Upload paths reject traversal segments and duplicate file writes.
  • Upload limits are enforced before commit: 16 MiB request body, 500 files, 4 MiB per file, and 12 MiB total file data.
  • Uploads are staged in a temporary directory and atomically renamed into place only after validation succeeds.
  • Existing destination directories are never overwritten.
  • Recognized symlink deletion removes the link itself rather than its target.

See SPEC.md for the complete behavior and security contract.

Supported import sources

SourceScanned paths
Codex~/.codex/skills/, ~/.codex/vendor_imports/skills/, ~/.codex/plugins/cache/*/skills/
Claude Code~/.claude/skills/
ZCode~/.zcode/skills/, ~/.zcode/cli/plugins/cache/*/skills/
WorkBuddy~/.workbuddy/skills/
QCoderWork~/.qcoderwork/skills/

Screenshots

Skill list

Import dialog

Source selection

Local development

To load a local checkout instead of the published npm package, add a file: dependency to the DSH profile's package.json:

{
  "dependencies": {
    "@lcthe/dsh-skills-hub": "file:/path/to/dsh-skills-hub"
  }
}

Include @lcthe/dsh-skills-hub in dsh.profile.bundles, then build from the checkout:

pnpm install
pnpm run build

pnpm run build runs the TypeScript check before bundling the plugin.

Release and maintenance

  • Package name: @lcthe/dsh-skills-hub
  • Source package version: see package.json.
  • Published versions: verify the npm registry rather than inferring publication status from a local version field.
  • Keep changes in this plugin repository. The official deepseek-harness source repository is not a development target for this plugin.

Contributing

Issues and pull requests are welcome. Keep documentation and published metadata aligned with implemented behavior.

License

MIT