Apache-2.0 工作流層,為 Claude Code、Gemini CLI、Grok、Cursor、Codex CLI 提供技能、專案知識庫、交付驗收與可恢復狀態;README 未提及任何 DeepSeek Harness(dsh)整合。
DSH 整合
生態系相關
作者聲明
安全稽核
未稽核
最後核實
2026-08-21
授權條款
Apache-2.0
01它能幫你完成什麼?
Make an AI coding CLI plan, implement, and verify work to delivery instead of stopping at advice
Structured workflow stages with plan packages (requirements.md, plan.md, tasks.md, contract.json), 14 stage-specific quality skills, and delivery evidence recorded in session artifacts
Developers using Claude Code, Gemini CLI, Grok Build, Cursor, or Codex CLI who want the agent to keep working until a task is built, tested, and verified
Keep persistent project knowledge and resumable execution state across CLI sessions
A `.helloagents/` knowledge base (context.md, guidelines.md, verify.yaml, modules/, plans/) plus per-workspace session STATE.md snapshots that make long tasks resumable
Teams running long multi-session coding tasks who do not want to re-explain the repo or lose plan context between sessions
02如何將外掛接入 DeepSeek Harness?
先決條件
- Node.js >= 18 (per the README's node badge)
- npm — on npm 11 and later, keep `--allow-scripts=helloagents` on direct install or upgrade commands
- One of the supported host AI coding CLIs: Claude Code, Gemini CLI, Grok Build, Cursor, or Codex CLI
安裝步驟
- 01
Install the package globally: `npm install -g --allow-scripts=helloagents helloagents` (use the `helloagents-js` alias if another `helloagents` executable already exists in PATH)
$ npm install -g --allow-scripts=helloagents helloagents
- 02
Deploy to a host CLI: `helloagents install codex --standby` for selected projects, or `helloagents install --all --global` for full rules everywhere
- 03
Restart the target AI CLI or open a new session — already running sessions do not reload injected rules automatically
- 04
Inside the AI CLI chat, run `~init` to initialize the project workflow and sync the project knowledge base
驗證整合成功
- Type `~help` in the AI CLI chat — you should see the available chat commands and the current settings
復原
- Run `helloagents cleanup <target>` to remove managed injections and links (e.g. `helloagents cleanup claude --global`)
- Run `npm explore -g helloagents -- npm run uninstall -- --all` before `npm uninstall -g helloagents` so host integrations are cleaned; project `.helloagents/` files and `~/.helloagents/helloagents.json` are intentionally preserved
03DSH 整合程度與能力邊界
Workflow layer for AI coding CLIs (Claude Code, Gemini CLI, Grok Build, Cursor, Codex CLI); the README documents no DeepSeek Harness / dsh integration, so this is an ecosystem tool rather than a DSH plugin
14 stage-specific workflow skills
coding tasks of any stage (UI, API, security, tests, data, architecture, debugging, docs…)→task-appropriate quality rules loaded on demand — simple tasks stay light, complex work gets stricter checks
Chat commands for every work style
`~ask`, `~auto`, `~plan`, `~build`, `~prd`, `~loop`, `~init`, `~test`, `~qa`, `~commit`, `~clean`, `~help` typed in the host CLI chat→routed workflow stages — clarification, planning, implementation, QA loop, commit and closeout
most commands write plan, knowledge, and state files under `.helloagents/`; only `~ask` is pure conversation with no files createdSafer host-CLI lifecycle management
`helloagents install / update / cleanup / uninstall / doctor / switch-branch` shell commands→managed config writes to the selected host CLI, drift diagnostics, and scoped cleanup
writes and updates host config files — e.g. `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.codex/AGENTS.md`, `~/.codex/config.toml`, `~/.codex/hooks.json` — plus symlinks back to the `~/.helloagents/helloagents` runtime rootthe one-shot install scripts download and execute a remote shell/PowerShell script from raw.githubusercontent.comVerification and delivery evidence
the `~qa` quality loop and delivery gates at closeout→structured receipts in session `artifacts/` (qa-review.json, advisor.json, visual.json, closeout.json) proving review, verification commands, and closeout
writes session state and evidence files under `.helloagents/sessions/`; standard runtime evidence expires after 72 hourswhen `auto_commit_enabled` is true, closeout auto-creates a local commit if verification passed and the working tree changed
04適合誰?何時不該用?
適合
- Developers using Claude Code, Gemini CLI, Grok Build, Cursor, or Codex CLI who want the agent to keep working until a task is built, tested, and verified
- Teams running long multi-session coding tasks who do not want to re-explain the repo or lose plan context between sessions
不適合
- The README documents integrations only for Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI — DeepSeek Harness (dsh) is not among the supported host CLIs.
- Standby mode writes into the host CLI's own config files (e.g. `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.codex/config.toml`, `~/.codex/hooks.json`), so installing or cleaning up affects the host CLI globally; `helloagents doctor` exists to detect drift.
05相容性、維護與安全提醒
- The README documents integrations only for Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI — DeepSeek Harness (dsh) is not among the supported host CLIs.
- Standby mode writes into the host CLI's own config files (e.g. `~/.claude/CLAUDE.md`, `~/.claude/settings.json`, `~/.codex/config.toml`, `~/.codex/hooks.json`), so installing or cleaning up affects the host CLI globally; `helloagents doctor` exists to detect drift.
- Requires Node.js >= 18 and npm; on npm 11+ direct installs and upgrades must keep the `--allow-scripts=helloagents` flag so the managed postinstall can run. Inferred: the latest published release is a beta tag (v4.0.5-beta.1) while the README documents v3.1.9, so release lines may drift.
Apache-2.0 · actively maintained (last push 2026-08-14, latest release v4.0.5-beta.1)
06常見問題
HelloAGENTS 能接入 DeepSeek Harness(dsh)嗎?
README 沒有提及任何 DeepSeek Harness 整合。它支援的宿主 CLI 為 Claude Code、Gemini CLI、Grok Build、Cursor 與 Codex CLI,透過 `helloagents install` 以 standby 或 global 模式部署。
如何安裝 HelloAGENTS?
先執行 `npm install -g --allow-scripts=helloagents helloagents`(需 Node >= 18;npm 11 以上請保留 --allow-scripts 參數),再用 `helloagents install codex --standby` 部署到指定 CLI,或 `helloagents install --all --global` 全域啟用完整規則。安裝後請重新啟動目標 CLI 或開啟新工作階段。
怎麼確認安裝成功?
在 AI CLI 聊天視窗輸入 `~help`,應可看到可用的聊天指令與目前設定;接著在儲存庫中執行 `~init` 初始化專案工作流並同步知識庫。宿主檔案出現漂移時,可用 `helloagents doctor` 診斷。
它會寫入哪些檔案?
專案知識、計畫與執行狀態保存在專案內 `.helloagents/` 目錄,使用者層級設定檔在 `~/.helloagents/helloagents.json`。standby 模式還會向宿主 CLI 的設定檔寫入受管內容(例如 `~/.claude/CLAUDE.md`、`~/.codex/config.toml`),cleanup/uninstall 只會移除這些受管項目。
standby 與 global 模式有什麼差別?
standby 較輕量、需明確啟用:只把規則部署到選定的 CLI,儲存庫在執行 `~init` 之前維持未初始化狀態。global 則在宿主層級套用完整規則,Claude、Gemini、Grok、Cursor、Codex 分別走原生外掛/擴充功能/市集安裝路徑。
07相關的 DSH 工作流程
dsh-plugin-radar
作者 adamplatin123
DSH Plugin Radar — 開源可自部署的 DSH 外掛生態雷達:自動發現 15900+ 候選、k8s 執行級實測管線;自動索引可用Plugin List
picgo-core
作者 picgo
強大的圖片上傳引擎,同時支援 CLI 與 API。
dsh-purge
作者 yujunzhixue
DeepSeek Harness 破甲:讓所有模型都能破甲,不同模型可換不同提示詞;預設提示詞面向國模「小碼醬」。Jailbreak for every model — swap prompts per model. 求 Star 收藏 ⭐
k8e
作者 xiaods
開源的 Agentic AI 沙箱矩陣,基於 Kubernetes 的沙箱實驗場。
08資料與來源
HelloAGENTS adds a workflow layer on top of Claude Code, Gemini CLI, Grok Build, Cursor, and Codex CLI.
此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。
最佳 DeepSeek Harness 外掛
從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。
