dsh-apis-plugin
DeepSeek Harness 工具与能力 低风险
把任意一套 HTTP 接口注册成 agent 可用的文档查询与请求双工具。
Registers any set of HTTP APIs as paired doc-query and request tools for the agent.
怎么安装
DeepSeek Harness
dsh plugin add dsh-apis-plugin 简介
dsh-apis-plugin 通用接口管理插件(DeepSeek Harness / Cordis 双面插件):把任意一套 HTTP 接口注册成 agent 可用的**文档查询 + 请求调用**双工具。 核心约定:**api.cfg 是接口的唯一权威范围**——agent 只能请求 api.cfg 中列出的接口,范围外一律拒绝。 安装 sh dsh plugin --profile web add dsh-apis-plugin 安装后重启 dsh web 生效。指定版本: sh dsh plugin --profile web add dsh-apis-plugin@0.1.6 配置 建议把 api.cfg 和 api_doc.md 一起放在同一个目录下(如项目的 config/ 目录),然后在插件配置页把「API配置」指向该目录: config/ ├── api.cfg # 接口清单 └── api_doc.md # 接口文档 1. api.cfg(接口清单,必需) key=value 行格式,# 注释,UTF-8 编码: ini 接口服务前缀:域名 + nginx 前缀 + 网关路由段 baseUrl=http://your-host/prod-api 接口列表:apis= 下面逐行一个接口 apis= /users/page /users/{id} /outline/pa…
推荐参考
49 工具本身 · 参考星标、下载量、最近更新、安全检查和文档情况
– 用户关注 · 参考最近的查看、安装命令复制和外链访问
49 推荐程度
0访问
0独立访客
0复制安装命令
0下载点击
0外链跳转
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-18
- 创建于
- 2026-09-17
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin