22-ai-00/dsh-enhanced--plugins-hello2

@dsh-enhanced/hello

A minimal installable DeepSeek Harness plugin bundle.

AI 분석

作为开发 DSH 插件的极简模板或演示。不访问文件、网络等敏感数据,适合刚接触 DSH 插件开发、需要参考标准打包与安装流程的开发者。

패키지
@dsh-enhanced/hello
버전
0.1.28
라이선스
MIT
최근 업데이트
2026. 9. 12.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/hello

在 dsh 中使用

本仓库本地开发:

pnpm build
dsh plugin --profile web add ./plugins/hello
dsh --profile web --dump-config
dsh web

发布后可把本地路径换成 @dsh-enhanced/hello

权限与数据:不访问文件、网络、子进程、凭据或浏览器数据。