dsh-plugins 系列:14 个零配置工具插件(一键安装) #2428
ZhijiangTang
started this conversation in
Show Your Plugins!
Replies: 1 comment
|
两天 14 个零配置工具插件——bundle 机制成熟后插件生产速度上来了,这速度本身就是生态健康的信号。 已收录进手册生态章节:https://github.com/Electricitysheep/dsh-handbook/blob/main/docs/07-ecosystem.md |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
dsh-plugins 系列:14 个零配置工具插件(一键安装)
给 DeepSeek Harness 社区交个作业:过去两天我用 DSH 的 bundle 机制做了一批零配置、单包、无原生依赖的小工具插件,全部发布到 npm 并打上
dsh-plugintopic,每个都经过「安装 → 层对账 → 启动自检 → 正式环境端到端调用」的验证。全家福
dsh-safeguarddsh plugin add dsh-safeguarddsh-httpdsh plugin add dsh-httpdsh-casedsh plugin add dsh-casedsh-fmtdsh plugin add dsh-fmtdsh-clipboarddsh plugin add dsh-clipboarddsh-fetch-filedsh plugin add dsh-fetch-filedsh-jwtdsh plugin add dsh-jwtdsh-cron-parsedsh plugin add dsh-cron-parsedsh-pkg-infodsh plugin add dsh-pkg-infodsh-dead-linksdsh plugin add dsh-dead-linksdsh-whendsh plugin add dsh-whendsh-handoffdsh plugin add dsh-handoffdsh-url-toolsdsh plugin add dsh-url-toolsdsh-passworddsh plugin add dsh-password一键装全家桶
设计原则(也是给社区作者的参考)
DSH_PLUGIN_SELFTEST=1 dsh --profile <x> --port 0可复现全部自检(平时启动不打外网)scaffold.sh一条命令生成新插件骨架)已可用已知边界与后续
dsh-safeguard是正则启发式,误报可加 allowList;不是沙箱/签名替代English summary: 14 zero-config, single-package, no-native-deps tool plugins for DeepSeek Harness — safety guard, HTTP client, case converter, multi-format formatter, clipboard, file download, JWT decoder, cron parser, package info, dead-link checker, natural-language time parser, session handoff exporter, URL tools, password generator. All published on npm (
dsh plugin add <name>), repos taggeddsh-plugin, each verified end-to-end in a live harness.All reactions