wwumit/dsh-office0

@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.

包名
@wwumit/dsh-office
版本
1.0.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wwumit/dsh-office

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',
  })
}