← 返回列表

dsh-engineer-tools

DeepSeek Harness 工具与能力 低风险

面向软件工程师的 DeepSeek Harness 插件:注册两个模型可直接调用的 Host Tool——受工作区约束的 `git` 运行器,以及按 lockfile 自动识别 npm/pnpm/yarn/bun 并选择正确动词的包管理器运行器(`dev`)。两者都经 dsh 沙箱 shell 执行,返回规整的 stdout/stderr/exitCode,让 agent 拿到聚焦、可复核的结果而不是裸 bash;再加一个工具只需复制一个 register 块。

Engineering work-tools for DeepSeek Harness: registers two model-facing Host Tools — a scoped `git` runner, and a package-manager runner (`dev`) that detects npm/pnpm/yarn/bun from the workspace lockfile and picks the right verb per manager. Both run through dsh's sandboxed shell and return structured stdout/stderr/exitCode, so the agent gets focused, reviewable results instead of raw bash, and adding another tool is a copy-paste of one register block.

怎么安装

DeepSeek Harness dsh plugin add dsh-engineer-tools

简介

dsh-engineer-tools 面向软件工程师的 DeepSeek Harness(dsh)插件:把常用工程命令封装成结构化的 Host Tool,让 Agent 直接调用、返回规整结果,比裸 bash 更聚焦、更安全。 提供的工具 | 工具 | 作用 | | --- | --- | | git | 在会话工作区执行 git 子命令(status / diff / log / branch / show …),返回 stdout/stderr/exitCode。 | | dev | 运行包管理器命令(npm / pnpm / yarn / bun)。支持 test build lint 等脚本与 install outdated audit 等生命周期命令;manager: auto 时按 lockfile 自动识别。 | 两个工具都走 dsh 自带的沙箱 shell(ctx.shell),受工作区权限与审批策略约束。 安装 bash npm 源(推荐,市场内一键安装体验一致) dsh plugin --profile web add dsh-engineer-tools 或本地目录源 dsh plugin --profile web add /path/to/dsh-engineer-tools 安装后**重启 DSH.app**,Agent 即可在下一步调用 git / …

推荐参考

55 工具本身 · 参考星标、下载量、最近更新、安全检查和文档情况
用户关注 · 参考最近的查看、安装命令复制和外链访问
55 推荐程度
0访问
0独立访客
0复制安装命令
0下载点击
0外链跳转

信息

协议
MIT
语言
JavaScript
GitHub 星标
0
月下载
48
最近更新
2026-09-15
创建于
2026-09-15

链接

基础安全检查

检查结果
收录来源
curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
主题标签
deepseek-harness, dsh, dsh-plugin, git, package-manager, plugin, tools

同类推荐

MCP 服务器
推荐100

playwright-mcp

microsoft/playwright-mcp

Playwright MCP服务器。

☆ 37.4K ↓ 22.6M 工具与能力
MCP 服务器
推荐100

openclaw

openclaw/openclaw

你的个人AI助手。任意操作系统。任意平台。龙虾之道。🦞

☆ 390.2K ↓ 13.6M 工具与能力
MCP 服务器
推荐93

fastmcp

punkpeye/fastmcp

用于构建MCP服务器的TypeScript框架。

☆ 3.3K ↓ 1.9M 工具与能力
MCP 服务器
推荐91

mobile-mcp

mobile-next/mobile-mcp

用于移动自动化与抓取的模型上下文协议服务器(iOS、Android、模拟器、仿真器和真实设备)

☆ 6.8K ↓ 97.1K 工具与能力