dsh-shell-exec
DSH 动态 Cordis 插件:通过 harness shell 服务在 Windows 本地终端执行 shell 命令,并为模型注册 shell 工具。
AI 분석
核心用途是允许 AI 代理在 Windows 本地执行终端命令。适合需要授权 AI 进行本地环境操作、脚本运行或系统查询的 Windows 用户。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗
使用示例
模型调用 shell 工具时,参数形如:
{
"command": "dir",
"workdir": "C:\\Users\\godeyes\\Documents\\dsh"
}
返回结构:
{
"ok": true,
"exitCode": 0,
"signal": null,
"timedOut": false,
"timeoutMs": 30000,
"stdout": "...",
"stderr": "",
"text": "..."
}