web-casa/dsh-plugin-pkgseek ↗★ 0
dsh-plugin-pkgseek
PkgSeek Linux package, command and CVE intelligence as native DeepSeek Harness tools
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:web-casa/dsh-plugin-pkgseek说明文档
阅读完整 README ↗Configuration
All settings are optional and live in the plugin's config: row:
- id: pkgseek
name: dsh-plugin-pkgseek
config:
apiBase: https://api.pkgseek.com # any PkgSeek API deployment
timeoutMs: 20000 # per-request timeout
promptGuidance: true # register the usage-guidance prompt section
refreshTools: true # refresh tools/list at load (snapshot fallback)
enabledTools: [] # allowlist of unprefixed names; empty = all
If the live tools/list fails at load time (offline, API down), the plugin
registers from its bundled snapshot and tool calls fail individually with a
clear error instead of breaking the profile.