DeepSeek Harness plugin

dsh-cli-anything

让任何软件 agent 化:7 阶段 CLI 封装流水线(分析→设计→实现→测试→发布)、真实后端集成、JSON 输出、REPL 会话、refine 增量补全。受 HKUDS/CLI-Anything(48k Apache-2.0)启发。

Jump to install

Source facts

Repository
satan9394/dsh-cli-anything
Latest update
Aug 19, 2026
Category
Workflow & Automation
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/satan9394/dsh-cli-anything
Plugin: dsh-cli-anything
Author: satan9394

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-cli-anything

DSH(DeepSeek Harness)技能插件:让任何软件 agent 化

为任意软件/代码库/API 生成 agent 可用的 CLI 封装:7 阶段流水线(分析→设计→实现→测试→发布)、真实后端集成(禁止玩具实现)、--json 结构化输出、REPL 有状态会话 + 子命令双模式、refine 增量补全、输出验证(不轻信 exit 0)。受 HKUDS/CLI-Anything(48k★)启发的中文原创精简版。

安装

dsh plugin add dsh-cli-anything

触发方式

描述中包含"让 agent 操作软件 / 软件自动化 / CLI 封装 / 给 GUI 软件做命令行 / 统一零散 API / agent-native"等关键词时自动触发。

能力

  • 7 阶段 CLI 生成流水线(真实后端集成)
  • --json 输出 + REPL 双模式
  • 零配置安装(pip install -e . 上 PATH)
  • refine 增量补全(broad / focused 差距分析)
  • 三层测试(单元 + E2E + 子进程验证)
  • 关键教训:rendering gap、滤镜翻译、帧率精度、输出验证

许可

MIT