@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.
AI Analysis
核心用途是扩展 DSH 的日常办公辅助能力。适合需要处理 Excel 数据洞察、快速生成幻灯片大纲等高频办公任务的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wwumit/dsh-officeREADME
Read the full README ↗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',
})
}