@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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wwumit/dsh-office说明文档
阅读完整 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',
})
}