Skip to content
dsh.fish

Browse

90 results

Bundle

@deepseek-ai/dsh-ocr-vision

Model-facing ocr_image tool that runs local RapidOCR (via a Python subprocess) and returns image text as plain text, so text-only DeepSeek models can read images

QEDQCD
Bundle

dsh-turnsnap

Zero-config per-turn git checkpoints for DeepSeek Harness: every completed agent turn in a git workspace becomes one tagged [turnsnap] commit

yongshuai0314
Bundle

dsh-peaktime-clock

Persistent DeepSeek peak-time whale widget: corner clock that turns red during DeepSeek peak-price windows and green off-peak, in local time.

tingao
Bundle

dsh-turn-guard

dsh turn-guard plugin: per-step timeout for agent turns. Watches session/event step boundaries; when the agent carries __pluginConfig.turnGuard.stepMs, a step running longer than that limit is cancelled via agent.cancel({kind:'hook'}). No config = no intervention (same as web session).

fatatalia
Bundle

dsh-otel

DeepSeek Harness plugin: export OpenTelemetry spans for turns, steps, and tool calls from a session log, over OTLP/HTTP or stdout, through the otel_export tool

jwilson411
Bundle

dsh-compat-probe

DeepSeek Harness plugin: one compat_probe tool that probes an OpenAI-compatible base URL and returns a structured protocol card

jwilson411
Bundle

dsh-tool-quota

DeepSeek Harness plugin: per-tool call-count and result-byte caps, enforced before the body runs and after it returns, failing loud rather than truncating

jwilson411
Bundle

dsh-cursor-passthrough

Add a Cursor 直通 group to the DSH chat model picker. Select it to send turns through the local Cursor CLI.

mingzhong15
Bundle

dsh-capability-facade

Model Capability Facade for DSH: a plugin author declares one semantic capability (a few model-facing operations), the facade turns them into typed tools that run a declared pipeline of existing tools through the normal tool pipeline.

goatliamia
Bundle

dsh-turn-tools

DSH web plugin: per-turn deliverable buttons (open with the OS default app) plus a turn navigator dot rail for quick jump between conversation turns.

hu669293657
Bundle

@dsh-external/dsh-policy-strict-gate

Strict gate: turns strict_check and the failure journal from tools the model may call into policy the harness enforces — repeated-failure intervention, a glob-protected critical-path gate, and an automatic post-write check.

catsenior507
Bundle

dsh-koein

Wake-word voice input for DeepSeek Harness: an always-on, low-power keyword spotter wakes the agent, then local ASR turns what you say next into a submitted message. No API key, no cloud, no typing.

Miyamiz39
Bundle

dsh-download-guard

DeepSeek Harness plugin: force every large-file download through the local aria2 engine by denying shell download commands at the tool pre-execute hook. Returns the exact aria2 replacement command. 强制下载统一走 aria2 的 DSH 插件。

BeiWay1145
Bundle

dsh-mobile-topbar

DeepSeek Harness plugin: turns the sidebar into a compact top bar on mobile screens to save space

pureexe
Bundle

dsh-fold-it-up

Force every finished turn's work process to fold in the DSH Web chat: one summary line per turn, expandable, historical turns included.

gurio-wine
Bundle

@arcaneorion/dsh-teaching-board

DSH teaching surface: project agent-generated self-contained HTML into a sandboxed in-session board with handwriting annotation and a built-in screenshot that returns to the conversation as a real user message. Ships its own usage skill (skills/stage-panel).

ArcaneOrion