wwumit / dsh-office

Listed

Office efficiency skill hub provider for DeepSeek Harness (excel2insights, sum2slides-pro)

mainModelSkill View source

Installation

npm install @wwumit/dsh-office

This command is generated from the GitHub repository address. Inspect the upstream README and source before running it; pin a release or commit when reproducibility matters.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit 3014e6bSynced Aug 18, 2026

wwumit · 治理驱动的 AI 技能生态 — 规则 → 检查 → 评分 → 报告

产品线:合规(compliancehub)· 办公效率(office)· 插件工具(plugin-tools)· 数据层


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对话/会议纪要 → 专业 PPTcloud: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-compliance100/100 PASS(DISCLAIMER.md 引用 + 披露合规)
dependency-scan100/100,0 issues
malware-scan80/100,4 条 MAL-003 均为功能端点(catalog/raw 拉取,provider 必需且已在 README/package.json 披露)

Development

npm install
npm run build      # tsc → lib/

Disclaimer / 免责声明

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

Repository information

Language
TypeScript
License
MIT
Last updated
Aug 17, 2026, 10:00 AM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.