22-ai-00/dsh-enhanced--plugins-hello ↗★ 2
@dsh-enhanced/hello
A minimal installable DeepSeek Harness plugin bundle.
AI Analysis
作为开发 DSH 插件的极简模板或演示。不访问文件、网络等敏感数据,适合刚接触 DSH 插件开发、需要参考标准打包与安装流程的开发者。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:22-ai-00/dsh-enhanced#bb3fb924f1bdb946901614b8b848ac3a1d60c642&path:plugins/helloREADME
Read the full README ↗在 dsh 中使用
本仓库本地开发:
pnpm build
dsh plugin --profile web add ./plugins/hello
dsh --profile web --dump-config
dsh web
发布后可把本地路径换成 @dsh-enhanced/hello。
权限与数据:不访问文件、网络、子进程、凭据或浏览器数据。