Olina1Ye/internal-skill-workshop-plugin ↗★ 0
internal-skill-workshop
用于浏览已配置的 Skill Base 服务器中公共技能元数据的 DeepSeek Harness 网页插件。
AI 分析
核心用途是在 DSH 网页端检索和查看 Skill Base 的技能。适合使用 Skill Base 统一管理 Agent 技能的团队或个人。
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Olina1Ye/internal-skill-workshop-plugin说明文档
阅读完整 README ↗internal-skill-workshop
internal-skill-workshop is a DeepSeek Harness Web plugin for browsing public Skill metadata from a configured Skill Base server.
The first release provides:
- a DSH Settings section for the Skill Base address;
- search by Skill Base's public name and description fields;
- a detail view for the author, version, type, compatible tools, and tags;
- a link to open the full Skill Base page.
The plugin does not upload local files, read Agent directories, store Skill Base credentials, or install Skills. Use the Skill Base Web application, skb, or Companion for those operations.
Install
dsh plugin --profile web add internal-skill-workshop
The versioned GitHub Release tarball is also available as a fallback install source.
After restarting DSH Web, open Settings and select Internal Skill Workshop. Enter the Skill Base address, save it, and search the public catalog.
For local development, http://localhost and http://127.0.0.1 addresses are accepted. Remote addresses must use HTTPS.
Development
npm test
npm pack --dry-run
The plugin is intentionally standalone and read-only. It does not bundle the Skill Base server, CLI, or desktop client.