deepseek harness plug-in store
wink-run/dsh-plugin-store · skills
deepseek harness plugin store.
★ 4GitHub stars
1Forks
2026-08-16Last updated
PythonLanguage
—License
Project overview
模板里预留了 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],不会触发递归)。
Install command
dsh plugin --profile web add github:wink-run/dsh-plugin-store