Olina1Ye/internal-skill-workshop-plugin0

internal-skill-workshop

Browse a configured Skill Base catalog from DeepSeek Harness.

AI 분석

核心用途是在 DSH 网页端检索和查看 Skill Base 的技能。适合使用 Skill Base 统一管理 Agent 技能的团队或个人。

패키지
internal-skill-workshop
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 27.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Olina1Ye/internal-skill-workshop-plugin

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.