blake-r/dsh-plugins--packages-dsh-skill-from-tools0

@blake-r/dsh-skill-from-tools

One skill per tool (no module grouping), short form.

AI Analysis

核心用途是防止模型混淆原生工具与 MCP 工具,确保工具通过 direct tool_call 调用。适合在使用多工具混合场景下遇到模型路由混乱的用户。

Package
@blake-r/dsh-skill-from-tools
Version
0.1.0
Last updated
Aug 29, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:blake-r/dsh-plugins#585c40b34c69d84da20592d9b396bd78b4fafb30&path:packages/dsh-skill-from-tools

@blake-r/dsh-skill-from-tools

One skill per tool (no module grouping), short form.

Install

From npm (published):

dsh plugin --profile web add @blake-r/dsh-skill-from-tools

From the GitHub repo (selective, subdirectory):

dsh plugin --profile web add github:blake-r/dsh-plugins#path:packages/dsh-skill-from-tools

What it does

A bundle package in the dsh-plugins monorepo. See the header comment in src/dsh-skill-from-tools.mjs for full behavior.

Each skill explicitly states that its tool is invoked as a direct tool_call with its own name — not routed through the mcp gateway — so the model does not confuse the skill's tool with an MCP tool.