做了一个 DeepSeek Harness 插件 以及 插件组合索引网站, 可以看到插件生态增长趋势, 也可以把自己的插件配置组合进行分发

发布于

Sunrisepeak:

- 网站: [https://dsh-index.xlings.org/](https://dsh-index.xlings.org/)
- 仓库: [https://github.com/Sunrisepeak/dsh-index](https://github.com/Sunrisepeak/dsh-index)
- 索引包安装工具: [https://github.com/openxlings/xlings](https://github.com/openxlings/xlings)

## 几个特点

1. 自动获取 GitHub 上的 dsh 插件项目更新到网站,能看到生态发展趋势和相关开发者。
2. 使用 xlings 安装插件或插件配置组合支持 CN 镜像加速。
3. 把基础 DSH + 一组特定的插件组当成一个新的 Agent 来看待,并可安装与分发,自动生成对应执行命令。

```bash
xlings install dsh:agent-tui-coding
```

这条命令会自动安装一组配置好的插件组合,并生成一个可执行文件 `agent-tui-coding`,运行命令就会进入这个 Agent(本质是基于 dsh + 一组插件)。

## 截图

![Screenshot 1](http://pic.zhso.org/2026/08/14/1ee530089a01.png)
![Screenshot 2](http://pic.zhso.org/2026/08/14/b0428dc0d8c2.png)

---

原文链接:[点击查看](https://www.v2ex.com/t/1234315)

评论(1)

补充一下,网站会自动抓取 GitHub 上相关插件项目。为了防止太多低质量项目干扰,默认过滤掉了 Star 数小于 2 的仓库。如果有想收录的,可以自己手动添加提交。

· 0 个赞

0.057445s