Plugin directory / Productivity / @wwumit/dsh-office
@wwumit/dsh-office
Verified · install-tested on dsh wwumit
What it does
Office efficiency skill provider for DeepSeek Harness: install office productivity skills (excel2insights, sum2slides-pro, 2 skills) via ctx.skills from a line catalog, with DISCLOSURE v0.3 disclosure. Both skills run 100% locally (cloud:false).
Works — verified, early-stage project
Office efficiency skill provider for DeepSeek Harness: install office productivity skills (excel2insights, sum2slides-pro, 2 skills) via ctx.skills from a line catalog, with DISCLOSURE v0.3 disclosure. Both skills run 100% locally (cloud:false). It installs cleanly and boots without issues in our testing. It's early-stage but functional.
“Verified” means our automated CI actually ran dsh plugin add in a clean profile and it booted — nothing more. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
README
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 |
对话/会议纪要 → 专业 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 / 免责声明
本插件提供的技能输出仅供学习与参考,不构成任何专业建议(法律、金融、医疗等)。
工具的作用是辅助分析,不替代专业意见;使用者自行承担决策责任。
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install @wwumit/dsh-office for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
Web profile:
dsh plugin --profile web add @wwumit/dsh-office Headless (CLI) profile:
dsh plugin --profile headless add @wwumit/dsh-office Package
npm: @wwumit/dsh-office · version 1.0.0 · tested on dsh 0.1.0-rc.6
Test report
Verified end-to-end: L1 install + L2 load + L3 runtime Q&A on dsh 0.1.0-rc.6.
When to use it
Connect dsh to the tools you actually work in — office docs, task boards, or chat apps — so it fits your workflow.
Who it's for
Users who want the agent to operate inside their existing productivity stack instead of a silo.
For developers — extending it
Integrations and adapters are the seams — add a new app connector, richer read/write, or workflow triggers.