npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@wxkingstar/specfusion-dsh

v0.1.1

Published

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

Readme

@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. 环境变量:

    export SPECFUSION_BASE_URL="http://your-host:3456/api"
  2. 在 profile 的 cordis.patch.yml 里覆盖:

    - 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