verified against dsh v0.1.0-rc.7 · 2026-08-18

Presets for DeepSeek Harness
— installable in one line

Curated agent presets — persona + tool wiring — for the everything-is-a-plugin harness from DeepSeek. Copy, review, install. No marketplace lock-in, just files.

Verified per release

DSH ships breaking changes during developer preview. Each preset here is re-checked against a pinned dsh version — the badge says exactly which one.

Nothing hidden

Every preset is two YAML files, rendered in full on its page. You see the persona, the mounted tools, and the disabled ones — before installing.

Git-native submissions

New presets arrive as pull requests — reviewed like code, versioned like code. No accounts, no lock-in, fork the whole catalog if you like.

Quick start

From zero to a custom agent in three steps.

1
Run DeepSeek Harness

Node.js 18+ is all you need — dsh runs straight from npm and opens a local web UI.

sh
npx @deepseek-ai/dsh web   # UI at http://127.0.0.1:3080
2
Drop in a preset

Every preset page here has a one-line installer. It places two YAML files into $DSH_HOME/.agent-presets/<name>/.

3
Start a session with it

Open a new session in dsh and pick your preset from the picker. Presets are session-level snapshots — edits apply to the next session, never the running one.

From the blog

Guides and field notes — written against a real dsh install, not a press release.

All articles →

New to DeepSeek Harness?

Start with the practical introduction, then grab a preset and make it yours.

Read the beginner's guide