@wwumit/dsh-compliancehub
DSH 合规性技能中心插件,支持从 JSON 目录安装 CCPA/GDPR/HIPAA 等合规技能。
AI 分析
核心用途是为 DSH 注入合规性审查能力。适合需要对业务、财务或工具调用进行隐私和法律合规性检测的特定行业用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wwumit/dsh-compliancehub说明文档
阅读完整 README ↗Usage (composition)
import { Context } from '@deepseek-ai/cordis'
import * as skillHub from '@wwumit/dsh-compliancehub'
export function apply(ctx: Context) {
ctx.plugin(skillHub, {
catalogUrl: 'https://wwumit.github.io/skills-catalog/catalog.json',
// providerName: 'hub' // unique name on ctx.skills
// rank: 250 // duplicate-name resolution (lower wins)
// requestTimeoutMs: 10000
// baseUrl: 'https://raw.githubusercontent.com'
// branch: 'main'
})
}
Once loaded, DSH's model session catalog includes the provider's skills and the
model can invoke them via the built-in skill tool.