Open Sea Skin: Equipping DeepSeek Harness with Real-Time WebGPU Ocean Skin
Open Sea Skin is an open-source DSH fun dress-up plugin by d-dev0101, which renders real-time Gerstner wave ocean surfaces behind the Harness Web interface using WebGPU. It supports adjustments for waves, sunlight, and glass transparency. It is recommended to install it with a single command via `dsh plugin --profile web add`, and it also supports installation through Chrome extensions, static installation scripts, or native source code integration. The full text introduces its core capabilities, installation commands, verification methods, and applicable scenarios, while also reminding users of plugin permissions and potential risks of mixed installations.
Read Moredsh-mnemon: Building a Three-Layer Pluggable Memory Control Plane for DeepSeek Harness
dsh-mnemon is a DSH memory plugin maintained by omdsh-dev. It manages context, project files, and long-term memory through a three-layer division of Runtime, Documents, and Memory Spaces. The third layer can integrate with nine providers, including Mnemon. This article introduces its core capabilities, installation commands under DSH 0.1.1-rc.2, a 5-minute verification process, as well as permissions, data boundaries, and applicable scenarios, enabling quick evaluation for integration after discovery on SkillHub.
Read MoreDirectly Controlling iOS Simulators and Real Devices within Conversations: Introduction to the DSH Plugin dsh-ios
dsh-ios is a client plugin developed by ZSeven-W for DeepSeek Harness. It embeds real-time MJPEG feeds from iOS simulators and USB-connected physical devices into the DSH Web conversation interface, offering 22 Agent tools that cover device launching, compilation and execution, accessibility/OCR-based clicking, logging, and debugging. This article verifies the installation commands, typical usage, macOS+Xcode environment requirements, and security considerations based on the SkillHub directory and GitHub README, helping iOS developers integrate mobile debugging into Agent conversations.
Read Moredsh-memory-evolve: Equipping DeepSeek Harness with Long-Term Memory and Self-Evolution
dsh-memory-evolve is a DSH memory-type plugin maintained by csyangwen, which provides capabilities such as five-track cross-session memory, git branch awareness, four-track to-do lists, skill self-evolution, COI external AI scheduling, and session collaboration in a purely plugin-based manner, with zero core modifications and zero runtime dependencies. This article introduces its positioning, core features, installation commands, and typical usage, while also explaining community directory attributes and security considerations.
Read MoreIntegrating AnySearch into DeepSeek Harness: Native Web Search and Vertical Retrieval in One Step
@anysearch/anysearch-dsh is a web tool plugin developed by the anysearch-team for DeepSeek Harness, integrating AnySearch into DSH's web profile. After installation, the Agent continues to use the native `web_search` and `web_fetch` functions to access real-time web search, URL content cleaning, as well as advanced capabilities such as vertical retrieval and batch concurrent processing. It supports anonymous usage without an API key, and credentials can be configured for higher quotas. This article introduces the plugin's positioning, environment requirements, installation commands, key configuration, and typical query examples, while also noting that the plugin operates with DSH process permissions and advising users to verify the source code and license before installation.
Read Moredsh-plugin-subscriptions: Integrate ChatGPT, Claude, and Grok into DSH via Subscription Accounts, No API Key Required
dsh-plugin-subscriptions is a DeepSeek Harness model inference plugin maintained by V1ki. It bridges ChatGPT (Codex), Claude, Grok, and GitHub Copilot subscriptions into DSH's LLM Provider via a Web-based OAuth interface, eliminating the need for API keys. The plugin supports a real-time model catalog, subscription usage display, inference level and Codex speed switching, and includes tools such as x_search, image_generate, and video_generate. This article introduces its positioning, installation commands, and typical usage, while also reminding users about plugin permissions and compliance considerations.
Read MoreDSH Big Fish: A Companion Plugin That Brings the Agent's Real-World Workflow to the Desktop Top Layer
Introducing the DeepSeek Harness community plugin **dsh-dafeiyu (DSH Big Fat Fish)**: A desktop-native companion maintained by QCYTSN that displays thinking, working, waiting, completed, and error states in a transparent, always-on-top window on Windows/WSL2/Linux/macOS using real DSH Agent events—not screen scraping. It covers the npm installation command, WebUI configuration entry point, typical usage, multi-session priority handling, and privacy boundaries, while also explaining the SkillHub community directory attributes and the necessity of reviewing the source code before installation.
Read MoreModSearch: Adding Free Online Search to DeepSeek Harness
ModSearch (liustack/modsearch) is a popular free online search plugin in the DeepSeek Harness community, allowing users to get started without registration or API keys. This article introduces its capabilities for web search, X (formerly Twitter) search, and single-page scraping, provides the installation command and verification method for dsh, and explains multi-engine failover, structured JSON output, and usage precautions.
Read MoreClone Any Webpage into a Vite + React Project with perfect-web-clone
ericshang98/perfect-web-clone is a DSH networked tool plugin: pwc CLI performs deterministic web page capture, sections the content, and generates Vite+React source code. It scores outputs based on fingerprinting, volume, and SSIM thresholds, with an intelligent agent iteratively refining the worst-performing sections. Running a single "clone URL" command executes the entire pipeline, producing a result marked as either "ready_for_user_review" or "failed_with_residuals". Requirements include Python 3.10+, Node 20+, and Playwright; plugin installation follows the SkillHub install-plan. Ideal for landing page migration, though WebGL/canvas-heavy pages encounter inherent limitations.
Read MoreOh-DSH: A Packaged DSH Runtime for Desktop, Web, and TUI
Oh-DSH is maintained by hust-open-atom-club, packaging DeepSeek Harness, Node runtime, and built-in plugins into an installable distribution. It allows switching between Desktop, Web, and TUI interfaces using the `ohdsh` command. This article introduces its core capabilities, installation via `install.sh`, typical usage, and notes such as the independent data directory `~/.ohdsh`.
Read Morewhale-girl: Adding a QQ Pet-style Desktop Companion to the DeepSeek Harness Web Interface
Whale-girl is a DSH Web GUI desktop pet plugin maintained by vlln: floating in the bottom-right corner, draggable for feeding and playing, featuring a 15-state state machine that syncs with tasks and sessions, accumulating levels, titles, and memories. This article verifies installation commands, configuration options, optional desktop companions, and bundle plugin template value based on the SkillHub directory page, community plugin library, and GitHub README, while reminding users to review plugin permissions and security.
Read Moredsh-genui: Enabling DeepSeek Harness Assistants to Generate Interactive Interfaces for Long Responses
dsh-genui is a DSH client plugin maintained by omdsh-dev. It renders over 30 components inline within assistant responses using the dsh-ui fence, including statistics cards, tables, ECharts charts, forms, quizzes, Mermaid diagrams, and 3D scenes, with support for streaming rendering and action event callbacks. This article introduces its dual-channel rendering principle, installation command (@changfenhuang/dsh-genui), and typical verification usage, targeting developers who wish to obtain interactive interfaces directly within DSH Web conversations.
Read MoreSuperDesign-Skill: Transforming DeepSeek Harness to Generate Unique AI Interfaces
superdesigndev/superdesign-skill is a SkillHub workflow-type DSH plugin that equips Cursor, Claude Code, and DSH agents with product design capabilities. It enables iterative UI, presentation, and graphic design on an infinite canvas, moving away from the default "AI slop" of stacked components. The plugin can be installed via `dsh plugin add` or `npx skills add`, and works with `@superdesign/cli` for login and draft branch management. It is ideal for frontend and product developers who need to extract design systems from real codebases, replicate existing pages at the pixel level, and explore interface directions through branching. It is open-source under the MIT license and has approximately 446 stars on GitHub.
Read Moredsh-at-file: Using @ to Reference Workspace Files in the DeepSeek Harness Input Box
dsh-at-file is a community plugin for DeepSeek Harness maintained by FSMargoo, providing Codex-style @ file references within the Web composer: it searches the workspace, mounts relative paths, and allows agents to read files on demand. The article introduces its core capabilities, installation commands (including Web profile and fixed versions), filtering configurations, and security considerations, along with selection advice when the official Harness already includes similar functionality.
Read MoreImplementing Traceable Knowledge Graph Memory for DeepSeek Harness with graph-memory
Graph-memory is a DSH memory-type plugin maintained by adoresever, which extracts dialogues into TASK/SKILL/EVENT knowledge graphs, supporting cross-session semantic recall and local SQLite storage. This article introduces its core capabilities, directory page installation commands, source tarball installation steps, gm_* tools and vector retrieval configuration, as well as the plugin permissions, beta version, and the application boundaries of the 75% context compression benchmark.
Read MoreDSH Plugin dsh-im: A Single Gateway to Nine Major IM Platforms, Enabling Local Agents to Live Within Chat Software
dsh-im is a DeepSeek Harness client plugin maintained by xmanrui, which integrates nine major IM platforms—Feishu, WeChat, DingTalk, Enterprise WeChat, QQ, Slack, Telegram, Discord, and WhatsApp—into the local Harness via QR code scanning or robot credentials. It supports independent management of multiple robots, streaming replies, image and file transfers, a variety of chat commands, and connection to public Office suites through the AI Office Connector. This article introduces its core capabilities, npm/GitHub installation methods, typical usage workflows, and security considerations.
Read MoreDSH Little Whale Balance Widget: Monitoring Your DeepSeek Account Balance in the Bottom Right Corner
Introducing the DSH plugin dsh-whale-widget maintained by MeteorNOX: This plugin displays the DeepSeek API balance, daily usage, and per-conversation token consumption in the bottom-right corner of the web interface. It supports two usage tracking modes—whale bookkeeping and real-time token monitoring—featuring drag-and-snap functionality, bouncy interactions, and smooth scrolling number animations. The plugin includes a one-click installation command for GitHub, along with credential configuration and verification steps. It is ideal for developers who regularly use DSH for agent development and need to monitor API usage on the go.
Read MorePaste Images and View: Getting Started with the DeepSeek Harness Visual Plugin dsh-vision-toolkit
dsh-vision-toolkit is a vision toolkit developed by Anionex for DeepSeek Harness, built upon agent-vision-toolkit, enabling pure text models to support image-based Q&A, long screenshot OCR, UI reconstruction, and pixel comparison. This article introduces its core tools, installation methods via npm/GitHub, usage of vision-skills, and configuration considerations, with data cross-verified from SkillHub and GitHub.
Read MoreOne Command to Launch Agent Teams: Getting Started with DeepSeek Harness Plugin dsh-agent-teams
dsh-agent-teams is a DeepSeek Harness workflow plugin maintained by NanmiCoder that transforms the current session into a leader, creating resumable sub-agent teams. It splits tasks based on dependencies and automatically schedules them, complemented by a web activity panel. This article verifies the installation commands, core capabilities, and usage boundaries based on the SkillHub directory page and the official GitHub README, making it suitable for DSH users who need multi-agent collaboration without building a custom workflow engine.
Read MoreGive Pure Text DeepSeek Harness Agent Eyes with dsh-vision-router
dsh-vision-router is a DeepSeek Harness vision routing plugin maintained by ysr666: the vision model serves only as the eyes, while DeepSeek continues reasoning. It features a built-in key-free OVH vision link and includes 14 pixel-level tools (Q&A, localization, cropping, pixel comparison, OCR, etc.). With a one-command installation, you can click "👁 Vision" before sending an image to perform multi-step image recognition just like using regular tools. This article verifies the installation command, tool list, and usage notes based on the SkillHub directory page and GitHub README.
Read MoreAegis: Enabling DeepSeek Harness Agents to "Align with Baseline First, Act Second, and Conclude with Evidence"
Aegis (ganyuanran/aegis) is a DeepSeek Harness workflow plugin maintained by GanyuanRan, with over 1100 GitHub stars. It packages the principles of "baseline first, evidence verification, and drift checks" into an installable Method Pack: aligning project contracts and boundaries before changes, proving results with fresh evidence before completion, and taking a fast path for simple tasks. This article introduces its core capabilities, the installation and doctor verification steps in DSH via `dsh plugin --profile web add`, typical natural language triggering methods, as well as considerations such as Bundle and compatibility modes, and permission boundaries.
Read Moredsh-market: A Visualization Plugin Marketplace for DeepSeek Harness
dsh-market (npm: dshmarket) is a visual plugin marketplace for the DeepSeek Harness Web interface, open-sourced (MIT) by community maintainer dsh-market. The installation command is `dsh plugin --profile web add dshmarket`, requiring dsh web version 0.1.0-rc.6 or later. It supports browsing over 1,550 community plugins, one-click installation and updates, theme switching, backup and restore, hot disabling, and loading diagnostics. Data is sourced in real-time from the awesome-dsh-plugin registry. This community directory is not an official DeepSeek store; please review the source code and licenses before installation.
Read Moredsh-TUI: Bridging the Terminal Interface Gap for DeepSeek Harness with Claude Code
dsh-TUI is a community-maintained Claude Code-style TUI client plugin for DeepSeek Harness, developed by ccch1mneyyy. Mounted via Cordis with zero core modifications, it features a whale-themed top bar, real-time status line, streaming thinking, double-press Esc session rollback, context progress bar, and TPS gauge. This article covers its positioning, core capabilities, one-click npm installation command (@deepseek-harness-tui/dsh-tui), typical slash command usage, as well as permission boundaries and platform considerations, making it a valuable reference for developers who frequently operate the DSH Agent in terminal environments.
Read MoreDSH-better-sidebar: Enhancing DeepSeek Harness with an Extensible Sidebar Workbench
DSH-better-sidebar is an interface enhancement plugin for DeepSeek Harness maintained by omdsh-dev, which integrates file editing, real terminals, Git panels, sub-agent task pages, and side conversations into a customizable right sidebar and bottom panel. It also exposes extension points, `registerTab` and `registerFileViewer`, to the ecosystem via `ctx.betterSidebar`. The article introduces its core capabilities, two installation methods (`dsh plugin add` and the npm channel), typical usage, and security considerations, making it a valuable reference for readers who develop daily in the DSH web interface as well as plugin authors.
Read MoreIntegrate GitHub Plugin Topics into DeepSeek Harness Settings Page with dsh-plugin-marketplace
# 翻译结果: Maintained by AwesomeHou under the MIT license (27 stars, version 0.3.0), dsh-plugin-marketplace synchronizes GitHub topics tagged with `dsh-plugin` into the DSH's **Settings → Plugins** page. It supports paginated search and one-click installation, and provides tools like `market_search` to allow agents to install plugins on their own. The installation command on the catalog page is `dsh plugin add github:AwesomeHou/dsh-plugin-marketplace`, and a restart is required after installation. This is a community plugin, not an official app store. Please use the GitHub specification instead of the raw npm package name.
Read More