DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-pocket

k

dsh-pocket

Manifest valid1

Watch and steer your DSH agent from a phone browser: approve tool calls, send a message, stop a turn

UI (client)hasBundlePatch

DSH Pocket

Put DeepSeek Harness in your pocket — watch and steer the agent on your computer from a phone browser.
Approve a tool call, answer a question, send a message, stop a turn — without walking back to your desk.

dsh-pocket.a2hmarket.ai — open it on your phone, sign in, and your computer is there

Stars Latest release MIT License

English · 简体中文

If this is useful to you, a Star goes a long way

Your computer's sessions, listed on the phone A live session on the phone: reasoning, tool calls, folded context, and a composer that takes a photo

Every session, in your pocket

The sessions running on your computer, grouped the way dsh groups them. Tap one to open it, or start a new one from here.

Watch and steer

Output streams live — reasoning and answer. Approve a tool call, send a message or a photo, stop a turn. The context dsh injects each turn folds away, so the conversation is what you read.

Get started

1 · Install into the web profile and start dsh:

dsh plugin --profile web add -w github:keman-ai/dsh-pocket
dsh --profile web

-w is required — the profile is a pnpm workspace root. From a source checkout, use pnpm dsh.

2 · Turn it on. Pocket ships off by default — attaching a shell-capable machine to a public relay is your call. Enable it in $DSH_HOME/profiles/web/cordis.patch.yml and restart dsh:

- id: pocket
  config:
    enabled: true

3 · Link an account. In dsh, open Settings → Pocket → Link an A2H account and approve in the tab that opens. The machine then shows as online.

Settings → Pocket before linking: the Link an A2H account button After linking: the machine is connected and one phone is watching

4 · Open it on your phone. Go to dsh-pocket.a2hmarket.ai, sign in with the same account, tap your computer, and pick a session. The signing key for approvals is delivered automatically — nothing to scan or copy.

What you can do from the phone

  • Watch the agent's output stream live — its reasoning as well as its answer, so you can tell thinking from stuck.
  • Approve or refuse a tool call the instant it asks. The turn is blocked waiting on you; a tap releases it.
  • Answer its questions when it stops to ask one.
  • Send a message, or snap a photo and hand it straight to the agent — something you cannot do from the desk.
  • Stop a turn that has gone the wrong way.
  • Switch the model, edit preferences (language, appearance, default model, agent loop), and pick a skin — all without walking back.

Injected context — the runtime snapshot and the skill catalog dsh adds to every turn — is folded away, so the actual conversation is what fills the screen.

The phone's Settings: skin, default model, language and agent-loop preferences

Skin, default model, language and agent-loop preferences — all editable from the phone

Security

  • Off by default. Nothing connects until you switch it on and link an account.
  • No inbound port. Both the plugin and the phone dial out to the relay, so reaching your machine needs no port forwarding, no tunnel, no NAT traversal — Pocket opens nothing new for anyone to connect to.
  • Frames pass through the relay, not into it. Session frames are forwarded in memory; their content is neither stored nor logged.

Linking a machine lets any phone signed into that account approve commands on it. Treat the account as you would an SSH key.

Requirements

DependencyRequirementWhat happens without it
DeepSeek Harness0.1.2+Earlier versions lack the per-domain controllers and settings section this plugin uses, so it cannot mount
profileThe web profileThe linking UI and Settings panel are client UI; headless / tui bundles have no web app, so the plugin never activates
Node.js>= 22.19dsh's own floor; the relay link uses Node's global WebSocket, so the host half carries no runtime dependency
accountAn A2H Market accountLinking is per-account, and the phone signs in with the same one
Networkaccount.a2hmarket.ai, dsh-pocket.a2hmarket.ai, and the relay (api-prod.a2hmarket.ai)All connections are outbound; the machine never listens

Development

pnpm install
pnpm run check   # types
pnpm run test    # node --test
pnpm run build   # lib/index.js + lib/client.js

Install into a profile with pnpm's link: (not file:, which copies the package and hides later rebuilds):

cd ~/.dsh/profiles/<name> && pnpm add -w link:/path/to/dsh-pocket

lib/ is committed on purpose — git installs run no build step — so run pnpm run build and commit it with your change.

The harness types in types/dsh.d.ts are transcribed by hand — the @deepseek-ai/dsh-client-* chain is not fully published, and these modules are external at runtime anyway. Declare only what is used, and check there first when the host errors.

Related

dsh-pocket.a2hmarket.aiThe phone frontend. Open it on your phone and sign in
dsh-skin-marketSibling plugin: search and install dsh skins without leaving the browser

License

MIT © 2026 Science Roam Limited


If this is useful to you, a Star goes a long way

Versions

Latest versionPublishedSize
1.15.0
1.16.0
1.16.1
2.0.0
2.1.0
2.1.1
2.1.2
2.1.3
2.1.4
2.2.0
2.3.0
2.4.0
2.5.0
2.5.1
2.6.0
2.6.1
2.6.2
2.6.3
2.7.0
2.7.1

Comments

Loading…

From the same category

deepseek-harness

by deepseek-ai

DeepSeek Harness: Everything is a Plugin.

Development & Infrastructure

233.4k

MIT

TypeScript

Sep 22, 2026

Index only — not installable

by nexu-io

🎨 Best DeepSeek Harness Design Plugin. The open-source Claude Design alternative. 🖥️ Local-first desktop app. 🖼️ Your coding agent becomes the design engine: prototypes, landing pages, dashboards,

Development & InfrastructureTerminal & ClientsManifest valid

97.7k

Apache-2.0

TypeScript

Sep 22, 2026

Index only — not installable

by Tencent

Open-source LLM knowledge platform: turn raw documents into a queryable RAG, an autonomous reasoning agent, and a self-maintaining Wiki.

Development & InfrastructureTools & CapabilitiesManifest valid

28.9k

831/wk

NOASSERTION

Go

Sep 22, 2026

dsh plugin --profile web add @wxg-prc-cpg/dsh-weknora

by awesome-dsh-plugin

A curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表

Development & Infrastructure

16.6k

CC0-1.0

Python

Sep 22, 2026

Index only — not installable

by zhu1090093659

DeepSeek Harness (DSH) Web Plugin Aggregation Ecosystem · Everything is a plugin, distributed via the Creative Workshop

Tools & CapabilitiesTerminal & ClientsDevelopment & InfrastructureModels & ProvidersManifest valid

7.9k

Apache-2.0

TypeScript

Sep 22, 2026

dsh plugin --profile web add dsh-web

by yjh051108

dsh-routing-suite — injector + router-standard kit: install the runtime injector first, then the task-aware reasoning-mode router preset (measured P1-P23).

Models & ProvidersDevelopment & InfrastructureManifest valid

7.2k

MIT

JavaScript

Sep 18, 2026

dsh plugin --profile web add @dsh-external/dsh-super-injector