dsh-go
其他 活跃维护

dsh-go

coeasy/dsh-go

它聚合了大量开源工具插件资源,支持按分类标签筛选、关键词快速检索,界面简洁无冗余信息,部署简单开箱即用,帮你快速定位到所需的适配插件,无需跨站跳转查找。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
6
Open Issues
TypeScript
主要语言
None
开源协议
14.3 MB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:coeasy/dsh-go
git clone https://github.com/coeasy/dsh-go.git
git clone git@github.com:coeasy/dsh-go.git
README.md main

DSH Go

DeepSeek Harness 插件市场导航站 —— 全自动同步、真·RESTful API、绝对 0 元部署。
API调用使用域名:https://dsh-go.pages.dev/

特性

  • 全自动更新:每日 08:18 全量同步 + 每 6 小时增量同步(多主题并集抓取:dsh-plugin + DeepSeek Harness 生态,自动过滤非插件)
  • 趋势 / 热门榜:/trending 页按热度评分(Star + 增速 + 更新频率)排名
  • 详情页简介 + 一键分享:展示插件简介摘要、可安装命令,并支持一键复制 Markdown 徽章便于分享
  • 多维索引:首页支持分类 + 语言 + 状态 + 排序叠加筛选,全部同步到 URL 可分享
  • 真·动态 API:/api/v1/* 过滤/搜索/排序/分页/ETag 304
  • MCP 端点:/api/v1/mcp,AI Agent 直接查询插件目录
  • 零成本:静态无限量 + 云函数免费额度 + 公开仓库 Actions 无限
  • 自助监控:每小时健康检查 + GitHub 原生邮件告警

🔥 最近热门推荐(300-5000★)

自动生成 · 仅收录命名含 dsh / deepseek-harness 的 DSH 原生插件(排除 awesome 盘点型仓库),并固定推荐 modlens / dsh-better-sidebar · 按最近更新排序 · Top20(每次同步后刷新)

# 插件 ★ Stars 语言 最近更新 简介
1 @liustack/modlens 3.6k TypeScript 2026-08-24 Plug-in vision for text-only LLMs, powered…
2 dsh-better-sidebar 2.9k TypeScript 2026-08-25 DSH web plugin: a VSCode-like right sideba…
3 deepseek-harness-desktop 1.1k Rust 2026-08-25 Desktop application for DeepSeek Harness (…
4 @deepseek-harness-tui/dsh-tui 2.5k TypeScript 2026-08-25 Claude Code style interactive TUI front do…
5 dsh-vision-router 970 JavaScript 2026-08-25 Eyes for text-only DeepSeek Harness agents…
6 @xmanrui/dsh-im 826 JavaScript 2026-08-25 把九种 IM 机器人和公网 AI Office 接入本机 DeepSeek Harn…
7 treg-dsh 599 Python 2026-08-25 OpenRouter for tools - 2,600 agent-friendl…
8 dsh-browser 444 TypeScript 2026-08-25 Standalone dsh browser bridge and controll…
9 dshmarket 2.3k TypeScript 2026-08-25 Visual plugin market inside DeepSeek Harne…
10 dsh-context 1k TypeScript 2026-08-25 A DeepSeek Harness plugin for context insi…
11 dsh-deep-whale 1.7k TypeScript 2026-08-25 Whale Girl skin series for DeepSeek Harnes…
12 @anionex/dsh-vision-toolkit 821 TypeScript 2026-08-25 DeepSeek Harness-native integration for ag…
13 dsh-desktop 631 JavaScript 2026-08-25 DeepSeek Harness Desktop App: a local AI d…
14 @deepseek-ai/dsh-root 518 TypeScript 2026-08-25 DeepSeek Harness 零代码桌面端|一键启动,支持 Windows 与 …
15 dsh-router-standard 373 JavaScript 2026-08-24 Progressive tool disclosure router suite f…
16 dsh-whale-widget 941 JavaScript 2026-08-24 DSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件(含今日已用、峰谷定价…
17 @changfenhuang/dsh-genui 331 TypeScript 2026-08-24 GenUI for DeepSeek Harness: interactive UI…
18 dsh-api-relay-audit 806 Python 2026-08-24 DeepSeek Harness bundle for running API Re…
19 dsh-pet 405 TypeScript 2026-08-24 DSH 桌面宠物:一行命令装好即用的透明动画小桌宠,支持多开、大小位置随心配置;还内…
20 dsh-anchored-standard 3.7k JavaScript 2026-08-23 Two-phase DeepSeek Harness preset: Minimal…

更新时间:2026-08-25

快速开始

1. 本地开发

npm ci                    # 根依赖(wrangler / sync 脚本)
npm run sync              # 首次全量同步(可选,便于本地预览)
cd site && npm ci         # 前端依赖
npm run site:dev          # 启动本地开发服务器

2. 开放 API 速查

端点 说明
GET /api/v1/plugins 插件列表(?category=&verified=&search=&sort=&page=&per_page=)
GET /api/v1/plugins/:slug 插件详情
GET /api/v1/search?q= 关键词搜索
GET /api/v1/categories 分类 + 计数
GET /api/v1/stats 统计 + Top 榜单
GET /api/v1/meta 数据更新时间
GET /api/v1/health 健康检查
POST /api/v1/mcp MCP(AI Agent)
GET /catalog/plugins.json 原始全量数据
GET /feed.xml RSS

API 使用示例、参数与 MCP 接入见站内 /docs。

如何收录你的插件

给你的 GitHub 仓库添加 dsh-plugin topic,下一次每日同步(或手动触发)后自动收录。

提交新插件(人工)

Fork 后编辑 catalog/overrides.json(可选字段覆盖)并发 PR;或直接开 Issue,说明仓库地址。

许可证

MIT(数据来源 GitHub 公开仓库)。