lizhi00001/dsh-tools-plugins ↗★ 0
dsh-tools-plugins
DSH 工具集成插件集:为 Agent 提供 Prompt 结构化优化等实用工具。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lizhi00001/dsh-tools-plugins说明文档
阅读完整 README ↗Usage
After installation, ask the Agent in the Web UI:
Use optimize_prompt to rewrite: "help me write a weekly report"
Or let the Agent call the tool when it detects a vague instruction.
Configuration
Edit the plugin row in your profile cordis.patch.yml, or override via patch:
- id: dsh-prompt-enhancer
config:
provider: deepseek
model: deepseek-chat
maxTokens: 1200
Omit provider and model to use the profile default model.