Plugins
Browse, filter, and install DeepSeek-Harness plugins.
1648 plugins found
dsh-figma-to-lottie
zimai233/dsh-figma-to-lottie
Compile SVG paths and keyframe specs into self-contained Lottie JSON animation files.
dsh-voice
jesse-njx/dsh-voice
Voice notes in, spoken answers out: dictate audio that becomes user messages (transcribe), have the agent read replies aloud (speak), local-first under ~/.dsh/voice.
dsh-apple-mode
jihongboo/dsh-apple-mode
Xcode AI integration for DSH: 26 Xcode MCP tools (mcpbridge) + Apple platform skills + Xcode Intelligence-style persona (agent preset or global bundle).
dsh-memory
flymysql/dsh-memory
Cross-session memory vault: remember / recall / forget tools, per-turn prompt injection, and a settings-page entry browser.
dsh-session-search-pro
lesliewylie/dsh-session-search-pro
Search, list and read past and current sessions through the harness's own `sessionQuery` service: uses the SQLite FTS5 index where a deployment enables it, and falls back to a bounded newest-first scan where it does not.
dsh-cost-meter
sttrevens/dsh-cost-meter
Per-turn USD cost badge in the Web UI: session total in the header and per-turn cost in each message footer, with a hover breakdown.
dsh-file-uploads
l541402398/dsh-file-uploads
Upload arbitrary local files from the Web composer, show pending cards, and manage stored files in Settings.
codegraph
johnxu22786/codegraph
Code knowledge graph for dsh: indexes symbols, call sites and imports into SQLite and answers call/dependency questions via CLI or stdio MCP tool server.
dsh-when
zhijiangtang/dsh-when
Parses natural-language relative time (e.g. "in 2 hours") into ISO timestamps, fail-fast.
dsh-url-tools
zhijiangtang/dsh-url-tools
URL parsing, tracking-parameter removal, encode/decode, and redirect expansion.
dsh-pkg-info
zhijiangtang/dsh-pkg-info
Queries npm/PyPI package metadata (version, license, dependencies).
dsh-password
zhijiangtang/dsh-password
Generates strong random passwords and diceware passphrases via crypto.
dsh-jwt
zhijiangtang/dsh-jwt
Decodes a JWT for debugging without verifying its signature, and flags expiry.
dsh-http
zhijiangtang/dsh-http
Structured HTTP request tool: returns status, duration, and size, with basic/bearer auth helpers.
dsh-handoff
zhijiangtang/dsh-handoff
Exports the current session as a deterministic Markdown handoff document.
dsh-fmt
zhijiangtang/dsh-fmt
Formats and validates JSON/YAML/TOML/SQL, with line-and-column error locations.
dsh-fetch-file
zhijiangtang/dsh-fetch-file
Downloads a URL into the workspace as a file, with a path fence, streaming, and a 200 MB cap.
dsh-dead-links
zhijiangtang/dsh-dead-links
Scans Markdown files for dead http(s) links.
dsh-cron-parse
zhijiangtang/dsh-cron-parse
Parses cron expressions into human-readable text and previews upcoming run times.
dsh-clipboard
zhijiangtang/dsh-clipboard
Writes text to the system clipboard, cross-platform (macOS/Windows/Linux).
dsh-case
zhijiangtang/dsh-case
Name-case conversion across 8 styles: camel, snake, kebab, Pascal, and more.
dsh-workloads
yewenyell-lang/dsh-workloads
Workspace-owned durable process supervision, readiness checks, and a Runtime Center for DeepSeek Harness.
dsh-perm-guard
a903067276-rgb/dsh-perm-guard
Auto-approval permission guard: a middle tier between workspace-write and danger-full-access — auto-allows safe operations inside trust directories, always asks a human for destructive ones, with 11 per-category switches and an audit trail.
dsh-safeguard
zhijiangtang/dsh-safeguard
Pre-execution guardrail: vetoes dangerous shell commands and blocks secret/credential leaks before they run.