Bundle
@wwumit/dsh-office
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.
- Source
- wwumit
- License
- MIT
- Updated
- Updated 2 days ago
Readme
<!-- wwumit brand header: governance-driven AI skills ecosystem -->
<p align="center"><b>wwumit</b> · 治理驱动的 AI 技能生态 — 规则 → 检查 → 评分 → 报告</p>
<p align="center">产品线:合规(compliancehub)· 办公效率(office)· 插件工具(plugin-tools)· <a href="https://github.com/wwumit/skills-catalog">数据层</a></p>
<hr>
# dsh-office
<p align="center">
<img src="https://compliancehub.cn/store/assets/l1.png" alt="CHA2A L1 完整性认证" width="32" title="CHA2A L1 完整性认证"> ·
<img src="https://compliancehub.cn/badge/package/@wwumit/dsh-office" alt="CHA2A 认证" title="CHA2A 认证徽章(did:cha2a:@wwumit/dsh-office)"> ·
<a href="https://compliancehub.cn/store/">dshlib 图书馆</a> 收录 · <a href="https://compliancehub.cn/store/scan/">安全扫描报告</a>
</p>
> 使用前请阅读 [免责声明](DISCLAIMER.md)。
**办公效率技能专家组** —— 装这个插件,得到一套可核验的办公生产力技能。
Remote skill provider for [DeepSeek Harness](https://github.com/deepseek-ai/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 技能生态](https://github.com/wwumit/skills-catalog))。
默认目录为线级 `catalog-office.json`,主目录 `catalog.json` 仍为全量登记层(开放数据层),保持不变。
## Install
```sh
npm install @wwumit/dsh-office
# peer deps: @deepseek-ai/cordis, @deepseek-ai/dsh-skill
```
## Usage (composition)
```ts
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
```sh
npm install
npm run build # tsc → lib/
```
## Disclaimer / 免责声明
本插件提供的技能输出仅供学习与参考,不构成任何专业建议(法律、金融、医疗等)。
工具的作用是辅助分析,不替代专业意见;使用者自行承担决策责任。
Install
dsh plugin --profile web add github:wwumit/dsh-office#4574c53d3147259ff7ba3678594c8c5f8ff3abb2
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install wwumit-dsh-office from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.