lizhi00001/dsh-tools-plugins0

dsh-tools-plugins

DSH 工具集成插件集:为 Agent 提供 Prompt 结构化优化等实用工具。

包名
dsh-tools-plugins
版本
0.1.0
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lizhi00001/dsh-tools-plugins

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.