ディレクトリに戻る

dsh-handbook

メンテナンス: 活発

electricitysheep/dsh-handbook

DeepSeek Harness(dsh)を 0 から 1 まで深く解説するマニュアル。インストール、プラグイン開発、性能チューニング、実測事例、同一モデルの複数エージェント比較を収録(中英 PDF)

インストール方法
$ npx -y @deepseek-ai/dsh web

572

スター

26

フォーク

HTML

言語

2026-08-13

作成日

2026-08-18

最終プッシュ

コンテンツは CC BY-NC-SA 4.0、サンプルコードは MIT——全 15 章・中国語ファーストの DeepSeek Harness(dsh)ゼロからの入門書で、オンラインまたは PDF で閲覧可能。dsh を解説するドキュメントであり、dsh にインストールするものではありません(エコシステムレベル)。

DSH 統合

エコシステム関連

作者による申告

安全性監査

未監査

最終検証日

2026-08-21

ライセンス

作者は未記載

01どんなタスクに使えるのか?

  • Go from zero to productive with DeepSeek Harness: install, daily use, plugin development and performance tuning

    A 15-chapter handbook with copy-paste commands verified locally, a 3-day learning path with daily goals and acceptance criteria, a one-page cheatsheet, and a cloneable plugin template with a full config reference

    Developers and newcomers to DeepSeek Harness (dsh) who need a structured Chinese-first path that the official architecture docs don't provide

  • Compare DeepSeek Harness with mainstream agents and shortlist with real benchmarks

    A capability matrix vs 5 mainstream agents (Claude Code, OpenAI Codex, OpenCode, Gemini CLI, Kimi CLI) plus same-model benchmarks on deepseek-v4-flash: omp 70s / dsh 130s / opencode 172s, 45/45 tasks correct

    Teams evaluating which agent harness to adopt

  • Read the dsh ecosystem: pain points, capability gaps and the plugin landscape

    Chapter 15 ecosystem report cross-validating an inventory of 1804 plugin repos with 780 discussion threads: 5 key conclusions and 6 capability gaps

    Plugin developers and ecosystem participants deciding what to build or adopt on dsh

02DeepSeek Harness への導入方法

前提条件

  • Node.js ≥ 22 (required to run dsh itself, which the handbook's chapters teach)

インストール手順

  1. 01

    Read the handbook online at https://electricitysheep.github.io/dsh-handbook/ or download the Chinese / English PDF from GitHub Releases

  2. 02

    To follow the chapters, install and start the dsh Web UI: `npx -y @deepseek-ai/dsh web`, then open http://127.0.0.1:3080

    $ npx -y @deepseek-ai/dsh web

  3. 03

    For one-shot tasks (scripts/CI), run `dsh --profile headless "task"`

    $ dsh --profile headless "task"

導入成功の確認

  • Open http://127.0.0.1:3080 in the browser and start a conversation (dsh Web UI)

03DSH 統合と能力の範囲

DSH 統合エコシステム関連

Chinese-first DeepSeek Harness (dsh) handbook / whitepaper — a 15-chapter documentation project (tutorials, benchmarks, ecosystem observation) that teaches dsh; it is read online or as PDF, not installed into dsh

  • 15-chapter zero-to-one handbook

    a new DeepSeek Harness userinstall, quickstart, profiles & plugin system, plugin development, real cases, performance tuning, MCP / subagents / workflows, security & sandbox, cache & cost — every chapter with runnable commands

  • Cloneable plugin template & config reference

    a developer writing their first dsh plugina cloneable template (pure functions + waterfall + tests) and a settings.yaml / cordis.patch.yml config reference — mounting a plugin takes 2 edits (add dependency + add insert line)

    following the template edits package.json and cordis.patch.yml inside the dsh profile and runs pnpm install
  • Benchmarks & agent comparison

    a buyer or selector comparing agent harnessescapability matrix vs 5 mainstream agents and same-model benchmark data (5 tasks × 3 rounds, median): omp 70s / dsh 130s / opencode 172s, 45/45 correct

  • Ecosystem observation center

    1804 plugin repos + 780 discussion threadsChapter 15 panorama report: 5 conclusions (Windows as top pain point, community filling official gaps, sandbox tooling scarcity, serialization bug family, cost transparency) and 6 capability gaps

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • Developers and newcomers to DeepSeek Harness (dsh) who need a structured Chinese-first path that the official architecture docs don't provide
  • Teams evaluating which agent harness to adopt
  • Plugin developers and ecosystem participants deciding what to build or adopt on dsh

不向きな用途

  • The handbook targets dsh 0.1.0-rc.6 (pre-release); the README warns production use needs careful evaluation, and chapter commands can go stale as rc versions iterate with breaking changes.
  • The handbook documents Windows as dsh's #1 pain point (Chinese paths — 15+ threads with the same root cause — koffi, ports, child processes); its own sample environment is Windows 11 + Node 24 with a documented Node-version red line.

05互換性・メンテナンス・セキュリティ上の注意

  • The handbook targets dsh 0.1.0-rc.6 (pre-release); the README warns production use needs careful evaluation, and chapter commands can go stale as rc versions iterate with breaking changes.
  • The handbook documents Windows as dsh's #1 pain point (Chinese paths — 15+ threads with the same root cause — koffi, ports, child processes); its own sample environment is Windows 11 + Node 24 with a documented Node-version red line.
  • Handbook content is CC BY-NC-SA 4.0 — attribution, non-commercial, share-alike — so reuse in commercial products is not permitted; only the example code is MIT.
2026-08-132026-08-18v1.8.0

CC BY-NC-SA 4.0 (content) / MIT (examples) · actively maintained (v1.8.0 released 2026-08-17)

06よくある質問

dsh-handbook は DeepSeek Harness にインストールするプラグインですか?

いいえ——ドキュメントです。全 15 章のハンドブックで、electricitysheep.github.io/dsh-handbook でオンライン閲覧するか、GitHub Releases から中国語/英語版 PDF をダウンロードします。dsh の使い方を教えるもので、dsh 本体には何もインストールしません。

どのバージョンの dsh をカバーしていますか?

dsh 0.1.0-rc.6(プレリリース段階)で、モデルは DeepSeek-V4-Flash-0731 です。README では本番環境への適用は慎重に評価するよう注意喚起しており、rc 版のイテレーションに伴い章のコマンドが陳腐化しうると明記されています。

掲載されているコマンドはそのまま実行できますか?

できます。各章には著者がローカルで実測検証したコマンドを収録しています。例えば `npx -y @deepseek-ai/dsh web`(Node.js ≥ 22 必須)で Web UI が http://127.0.0.1:3080 で起動し、`dsh --profile headless "タスク"` はスクリプト/CI 向けのワンショットタスクを実行します。

中国語版だけですか?

いいえ——中国語ファーストですが英語版も同期して提供されます。中国語版 15 章完全版 PDF に加え、英語版 README(README.en.md)と 83 ページの英語版 PDF(約 16 万文字)が公開されています。

コンテンツを再利用できますか?

ハンドブック本文は CC BY-NC-SA 4.0(表示・非営利・継承)です。商用プロダクトへの転用はできません。サンプルコードのみ MIT ライセンスです。

08データと出典

  • 作者による申告github.com6dafa5293583…

    **DeepSeek Harness 中文手册 × 生态观察中心**——从 0 到 1 玩转 dsh,跟着 780 帖讨论区看懂生态 · 中文 · [English](./README.en.md)

  • 作者による申告github.com6dafa5293583…

    但官方文档以架构说明为主,**缺少一条从零上手的路径**。**这本白皮书补上这条路**:从"什么是 Agent 运行时"讲起,到安装、使用、开发插件、性能调优——每一章都有可复制、可运行的命令,全部在本机实测验证。

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-21。誤りを見つけた場合は、修正を送信してください。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。