SponsorLobeHubLobeHubLearn more
dshfind
Back to plugins

The first lesson for DeepSeek Harness: from "open a terminal" to building your own plugin and watching its lifecycle, in 10 steps and about 30 minutes. It assumes you have nothing — no Node.js, no command-line experience — and every section ends with a checkpoint you must see before moving on.

Star
48+8
7-day growth
Contributors
1
Language
Python
Updated
2026-08-14
Not an installable plugin package

There is no package.json at the repo root, so dsh plugin add fails outright. It may be an index list, documentation, a standalone app, or still in development — check the repo README for how to use it.

Editor's notes

DSH introduces itself as "Everything is a Plugin." That isn't marketing — open Settings → Plugins → Plugin list and count them: 133. `llm` (the model adapter), `session` (conversation history), `webserver` (the page you're looking at), `ui-sidebar` (the sidebar on the left), and even `agent-loop` — the agent loop itself is a plugin. This repository walks you from "open a terminal" all the way to building your own plugin and watching its lifecycle. The tutorial assumes you have nothing: no Node.js, no command-line experience. Ten steps in four stretches — steps 1–2 open a terminal and install Node.js (about 7 minutes), steps 3–5 launch DSH, configure the API key and pick a workspace (about 10 minutes), step 6 has you see all 133 plugins for yourself (about 3 minutes), and steps 7–8 build your first plugin and watch its lifecycle (about 10 minutes). Every section ends with a checkpoint, and you don't move on until you see the expected result. The repository also ships 22 example skills. One gotcha to know up front: launch the web UI with `--patch`, or skills silently do nothing. The tutorial text is currently written in Chinese with an English version in progress; the code, commands and screenshots are language-neutral, so the walkthrough is still followable, and the skills in `examples/skills/` work regardless of what language you read. Verified against DSH 0.1.0-rc.6.

  • Ten steps in about 30 minutes: terminal and Node → launch DSH, set the key, pick a workspace → count all 133 plugins → build your first plugin and watch its lifecycle
  • Assumes zero background: no Node.js and no command-line experience needed, and each section ends with a checkpoint you must reach first
  • Ships 22 example skills in `examples/skills/` that work regardless of the language you read
  • Know the gotcha first: launch the web UI with `--patch` or skills silently do nothing. Verified on DSH 0.1.0-rc.6
Score breakdown
Scored 2026-08-14
Activity
20.9
Star heat
16.4
Engineering
15
Maintainer
11.2

30 分钟从终端到第一个插件的零基础教程,22 个示例技能

Share card

Drop it into your README — it links back to this page.

Badge (inline)
Badge (inline)
[![dshfind](https://dshfind.com/api/badge/pingfanfan/hello-dsh)](https://dshfind.com/en/plugins/pingfanfan/hello-dsh?ref=badge)
Card (440×200)
Card (440×200)
[![dshfind](https://dshfind.com/api/card/pingfanfan/hello-dsh)](https://dshfind.com/en/plugins/pingfanfan/hello-dsh?ref=badge)