osmondlee/dsh-shell1

dsh-shell-exec

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

AI Analysis

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

Package
dsh-shell-exec
Version
1.0.0
License
MIT
Last updated
Aug 16, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

使用示例

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

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

返回结构:

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