hesiwen66/OctoOps1

dsh-octoops

OctoOps:为 DeepSeek Harness (DSH) 提供的统一 SSH/Telnet 及 JumpServer 堡垒机编排器。

AI 分析

核心用途是让 Agent 能够安全地编排和执行 SSH/Telnet 及堡垒机命令,适合需要通过 DSH 进行自动化运维、远程服务器管理并需要高危命令确认的用户。

套件
dsh-octoops
版本
0.1.0
授權
MIT
最近更新
2026年8月18日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hesiwen66/OctoOps

配置

cordis.patch.yml 中配置:

plugins:
  dsh-octoops:
    confirmPolicy: auto      # 每会话首次执行确认 (auto / always / never)
    dangerPolicy: always-ask  # 高危命令强制确认
    defaultTimeoutMs: 30000  # 命令超时时间 (ms)
    jumpserverSshPort: 2222  # JumpServer 堡垒机 SSH 端口