DeepSeek Harness plugin

SpecFusion

SpecFusion skill + native API-docs search tools for DeepSeek Harness: 65,000+ API docs across 20 Chinese open platforms

Jump to install

Source facts

Repository
wxkingstar/SpecFusion
Latest update
Aug 21, 2026
Category
Tools & Capabilities
GitHub stars
54
Format
plugin
Package path
dsh-plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
dsh-plugin/package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/wxkingstar/SpecFusion/tree/HEAD/dsh-plugin
Plugin: SpecFusion
Author: wxkingstar

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

@wxkingstar/specfusion-dsh

SpecFusionDeepSeek Harness 插件:开箱即用地在 DSH 里搜索 20 个中国开放平台的 65,000+ 篇 API 开发文档。

安装后,DSH 会得到一个可被模型自动调用的 skill specfusion,以及 5 个原生工具(无需 Bash + curl):

工具用途
specfusion_search搜索文档(接口名 / API 路径 / 错误码 / 功能概念)
specfusion_doc获取文档全文或结构化摘要
specfusion_sources列出所有已接入平台及文档数
specfusion_categories浏览文档分类
specfusion_recent查看近期更新

覆盖平台:企业微信、飞书、钉钉、淘宝开放平台、小红书、抖音电商、微信小程序、微信小店、拼多多、有赞、微信支付、支付宝、京东商家、SHEIN、得物、火山引擎、阿里云百炼、泛微 e-teams、北森 iTalent。

安装

dsh plugin --profile web add @wxkingstar/specfusion-dsh

从本地源码安装(开发调试):

dsh plugin --profile web add file:/absolute/path/to/SpecFusion/dsh-plugin

安装后重启 profile(dsh web)即可生效。

配置

默认使用公共云端服务 https://specfusion.inagora.org/api,通常无需配置。

如需指向自部署实例,二选一:

1. 环境变量:

``bash export SPECFUSION_BASE_URL="http://your-host:3456/api" ``

2. 在 profile 的 cordis.patch.yml 里覆盖:

``yaml - id: specfusion-dsh baseUrl: "http://your-host:3456/api" ``

使用

直接提问即可,模型会按需加载 skill 并调用工具:

> 企业微信怎么发应用消息?
> 飞书如何创建审批实例?
> 微信支付 JSAPI 下单接口怎么调?
> 淘宝商品发布接口参数有哪些?

也可显式调用 skill:/specfusion 企业微信发送应用消息

开发

cd dsh-plugin
npm install
node smoke-test.mjs   # 冒烟测试:校验模块可加载、apply 可注册 skill 与工具

本插件为纯 ESM JavaScript,无构建步骤;lib/ 即发布产物。

License

[MIT](../LICENSE)