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

@wwumit/dsh-office

v1.0.0

Published

Office efficiency skill hub provider for DeepSeek Harness: install office productivity skills (excel2insights, sum2slides-pro, 2 skills) from a line-level JSON catalog via ctx.skills (list/get), with DISCLOSURE v0.3 open-data-layer disclosure.

Readme

dsh-office

使用前请阅读 免责声明

办公效率技能专家组 —— 装这个插件,得到一套可核验的办公生产力技能。

Remote skill provider for DeepSeek Harness: install skills from a JSON catalog through the standard ctx.skills registry — no manual folder copying.

本插件只提供办公效率线(2 个技能)

| 技能 | 用途 | 披露 | |---|---|---| | excel2insights | 本地 Excel 数据分析(纯本地,数据不出机器) | cloud:false | | sum2slides-pro | 对话/会议纪要 → 专业 PPT | cloud:false |

合规、插件工具等其他技能线不属于本插件(详见 wwumit 技能生态)。 默认目录为线级 catalog-office.json,主目录 catalog.json 仍为全量登记层(开放数据层),保持不变。

Install

npm install @wwumit/dsh-office
# peer deps: @deepseek-ai/cordis, @deepseek-ai/dsh-skill

Usage (composition)

import { Context } from '@deepseek-ai/cordis'
import * as office from '@wwumit/dsh-office'

export function apply(ctx: Context) {
  ctx.plugin(office, {
    // catalogUrl 默认指向线级 catalog-office.json,可不传
    // catalogUrl: 'https://wwumit.github.io/skills-catalog/catalog-office.json',
  })
}

Disclosure (DISCLOSURE v0.3 开放数据层)

线级目录 2 个技能全部披露(均为纯本地 cloud:false,无网络端点、无凭据)。 声明源 = SKILL.md frontmatter;聚合源 = catalog-office.json(camelCase);构建脚本 build-office-catalog.mjs 可复现。

Verified(DSH 实机验证 + 自查)

DSH 实机验证(verify-dsh.ts,真实 SkillRegistry):

✅ ctx.skills.list() → 2 个技能: excel2insights, sum2slides-pro
✅ ctx.skills.get('excel2insights') → 正文 7871 字节
✅ DSH 实机验证通过

自查(我们自己的扫描工具):

| 工具 | 结果 | |---|---| | skill-compliance | 100/100 PASS(DISCLAIMER.md 引用 + 披露合规) | | dependency-scan | 100/100,0 issues | | malware-scan | 80/100,4 条 MAL-003 均为功能端点(catalog/raw 拉取,provider 必需且已在 README/package.json 披露) |

Development

npm install
npm run build      # tsc → lib/

Disclaimer / 免责声明

本插件提供的技能输出仅供学习与参考,不构成任何专业建议(法律、金融、医疗等)。 工具的作用是辅助分析,不替代专业意见;使用者自行承担决策责任。