dsh-experts
将 Awesome DSH Experts 目录(专家及专家组)引入 Web UI 的插件,提供设置面板及可选的输入框注入入口。
AI 分析
核心用途是快速检索和调用预设的专家角色。适合希望在对话中一键引入特定领域专家 Prompt 的用户。支持通过设置界面直接搜索和添加。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fuchao2pku/dsh-experts说明文档
阅读完整 README ↗Configuration
All options default sensibly and can be overridden via cordis.patch.yml or environment variables:
| Option | Env override | Default |
|---|---|---|
catalogUrl | DSH_EXPERT_MARKETPLACE_CATALOG_URL | the published catalog.json (companion repo awesome-dsh-experts) |
maxAgeMs | — | 172800000 (48h) |
timeoutMs | — | 15000 |
maxBytes | — | 5000000 |
composerSlot | DSH_EXPERT_MARKETPLACE_COMPOSER_SLOT | composer.toolbar (set to "" to disable) |
composerIntegration | — | true |
agentTools | — | true |