@wwumit/dsh-compliancehub
Compliance skill hub provider for DeepSeek Harness: install compliance skills (CCPA/GDPR/COPPA/HIPAA + finance/tools) from a JSON catalog via ctx.skills (list/get), with DISCLOSURE v0.2 open-data-layer disclosure.
安装
$
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.