osmondlee/dsh-shell1

dsh-shell-exec

DSH 动态 Cordis 插件:通过 harness shell 服务在 Windows 本地终端执行 shell 命令,并为模型注册 shell 工具。

AI 分析

核心用途是允许 AI 代理在 Windows 本地执行终端命令。适合需要授权 AI 进行本地环境操作、脚本运行或系统查询的 Windows 用户。

包名
dsh-shell-exec
版本
1.0.0
许可证
MIT
最近更新
2026年8月16日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

使用示例

模型调用 shell 工具时,参数形如:

{
  "command": "dir",
  "workdir": "C:\\Users\\godeyes\\Documents\\dsh"
}

返回结构:

{
  "ok": true,
  "exitCode": 0,
  "signal": null,
  "timedOut": false,
  "timeoutMs": 30000,
  "stdout": "...",
  "stderr": "",
  "text": "..."
}