hesiwen66/OctoOps1

dsh-octoops

OctoOps: Unified SSH/Telnet & JumpServer Bastion Orchestrator for DeepSeek Harness (DSH)

AI 分析

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

パッケージ
dsh-octoops
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

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

ドキュメント

README 全文を読む ↗

配置

cordis.patch.yml 中配置:

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