QQ-M/dsh-skill-market

QQ-M★ 0JavaScript最后同步: 2026-08-18

在 GitHub 打开

DSH 设置页技能市场:从 GitHub 搜索并一键安装技能到 ~/.dsh/skills。Skill Market in the DeepSeek Harness settings page: search GitHub for skills and install them into ~/.dsh/skills with one click.

README 摘要

dsh-skill-market A DeepSeek Harness plugin that adds a Skill Market to the web UI settings page : search GitHub for skills and install them with one click into /.dsh/skills (the user-dsh skill root that the model's skill tool already reads). - Host half ( index.js ): a webServer prefix route /skill-market/api/ doing GitHub repo search, repo inspection, tarball download + extract, and skill install/uninstall. - Browser half ( client.js ): a hand-authored ModuleLoader bundle (no build step) registering a settings.section entry labeled 技能市场 / Skill Market. Features - Search GitHub (dsh-skill topic first, keyword fallback) for skill repos. - Inspect a repo's layout (root SKILL.md → one skill; skills/ /SKILL.md or skills/ .md → several). - One-click install: downloads the repo tarball from codeload.github.com , extracts it, copies each skill into the install dir. - Installed-skills tab with per-skill uninstall (moved to .trash- , recoverable). - Same-origin POST guard on mutating endpoints. Install Then restart the web profile ( dsh web ) — the browser half is picked up from the dsh.client declaration at boot. Configuration The bundle patch ( cordis.patch.yml ) inserts the plugin row; t…

在 GitHub 查看完整 README →
搜索deepseek-harnessdsh-plugindsh-skillplugin-marketskill-marketweb uisearch

分类