ligaoc / dsh-plugin-dev

목록에 있음

Agent skill: guide LLMs to develop DeepSeek Harness (dsh) plugins and install them via the official bundle mechanism (dsh plugin add). Verified end-to-end.

main모델도구스킬 소스 보기

설치

npx -y @deepseek-ai/dsh plugin --profile web add github:ligaoc/dsh-plugin-dev

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 7d09542동기화 2026. 8. 18.

dsh-plugin-dev(技能)

指导大模型为 DeepSeek Harness (dsh) 开发插件、并走官方机制安装(独立 npm bundle + dsh plugin add)的技能(Skill)。

  • SKILL.md — 给模型读的主文件:概念模型、Host/Client 插件开发、官方安装三形态、验证清单、常见坑
  • template/ — Host 插件骨架,复制改三处名字即可开工

用法

把本文件夹放进你的 agent 技能目录(如 ~/.agents/skills/dsh-plugin-dev-2.0.0/), 或直接在对话里让模型读取 SKILL.md。之后对模型说"帮我开发一个 dsh 插件"即可。

前提

  • Node.js ≥ 22.19(或 24+),pnpm 在 PATH 上
  • 官方 CLI:npx @deepseek-ai/dsh web(Web UI 起在 http://127.0.0.1:3080)

时效

基于 upstream deepseek-ai/deepseek-harness @ 2026-08-13(dsh 0.1.0-rc.6)验证。 dsh 处于 developer preview,接口可能变动;不符时以官方文档 (仓库 docs/user/develop/)与 dsh plugin --help 为准。

저장소 정보

언어
TypeScript
라이선스
MIT
마지막 업데이트
2026. 8. 16. 오전 9:52

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.