deepseek harness插件商店
wink-run/dsh-plugin-store · 技能
deepseek harness插件商店。
★ 4GitHub 星标
1分支
2026-08-16最近更新
Python开发语言
—许可证
项目简介
模板里预留了 location /api/ 反向代理块(HTTP 与 HTTPS 两处,均已注释)。启用步骤:
1. 编辑 nginx/templates/default.conf.template,取消 location /api/ 注释,把 http://backend:8080/ 改成你的后端服务名; 2. 在 docker-compose.yml 里添加后端服务(或把 nginx 加入外部网络),与 store 处于同一 Docker 网络; 3. docker compose up -d --build 重建。
1. 通过 GitHub Search API 抓取全部 topic:dsh-plugin 仓库(自动分页,GITHUBTOKEN 自动提供、提高速率限制); 2. 拉取头部 60 个插件仓库的 README,生成详情摘要; 3. 重建 data/plugins.json,有变化则自动提交推送([skip ci],不会触发递归)。
安装命令
dsh plugin --profile web add github:wink-run/dsh-plugin-store