Skip to main content
All posts
Plugins

12 Notable New DeepSeek Harness Plugins (Week-Two Edition)

Twelve notable new dsh plugins built since August 16, 2026 — iOS control, IM bridges, image generation, and more — with GitHub stars as of August 21, 2026.

Twelve DeepSeek Harness (dsh) plugins published or first noticed after August 16, 2026, filtered from a GitHub-topic scan plus Reddit, X, and Hacker News mentions. Three fill real gaps in the official toolchain — iOS device control, cross-preset session migration, and mobile session handoff — while the rest round out IM bridges, creative tooling, and a couple of purely-for-fun additions. All star counts below are as of August 21, 2026, and none of these projects have been security-reviewed by FindHarness or DeepSeek.

How this list was built

dsh's only discovery mechanism is the GitHub topic dsh-plugin — there's still no official plugin registry (see How to Find DeepSeek Harness Plugins). A scan of that topic on August 21, 2026 found 3,967 repositories created since August 16 already carrying at least one star, out of roughly 10,000 repos tagged dsh-plugin in total (most of the total is unrelated noise picking up the tag). We cross-checked the highest-starred of those against Reddit, X (Twitter), and Hacker News threads from the same window to catch newly announced plugins that hadn't accumulated stars yet.

None of the following were reviewed for security before this list was assembled. Installing a plugin runs its code inside your dsh process with whatever permission preset your session uses — read the plugin security checklist before adding anything here to a workspace you care about.

At a glance

PluginStars*CategoryInstall
dsh-ios (ZSeven-W)147iOS device/simulator controlgithub:ZSeven-W/dsh-ios
deepseek-harness-remote (liguobao)unverifiedMobile session handoffgithub:liguobao/deepseek-harness-remote
dsh-lark-bridge (bihangchi9-creator)35Feishu (Lark) bridgegithub:bihangchi9-creator/dsh-lark-bridge
dsh-im (NFTCPS)unverifiedMulti-platform IM bridgegithub:NFTCPS/dsh-im
pilot-harness (op7418)249Desktop client + plugin suitegithub:op7418/pilot-harness
dsh-plugin-bridge (Totoro-qaq)58Cross-preset session migrationgithub:Totoro-qaq/dsh-plugin-bridge
dsh-univer-office (dream-num)unverifiedOffice document editinggithub:dream-num/dsh-univer-office
dsh-image-gen (shanliuling)111In-chat image generationgithub:shanliuling/dsh-image-gen
oh-story-dsh (worldwonderer)81Fiction / short-drama writinggithub:worldwonderer/oh-story-dsh
dsh-omi-voice (PolinniZhong)34Text-to-speech playbackgithub:PolinniZhong/dsh-omi-voice
DeepSeek-Balance-Whale-Widget (MeteorNOX)281Balance-watching desktop petgithub:MeteorNOX/DeepSeek-Balance-Whale-Widget
dsh-endfield-ui (rison114514)27Arknights: Endfield themegithub:rison114514/dsh-endfield-ui

* GitHub stars as of August 21, 2026, from either a direct repository check or the source repos table linked below. "Unverified" means we could not confirm a star count independently at the time of writing.

Remote access & IM bridges

Official dsh ships no native mobile client and no built-in messaging-platform integrations — the project's only shipped GUI is the local Web UI, and there's no officially documented desktop or mobile app. These four plugins are community attempts to close that gap.

1. ZSeven-W/dsh-ios — 147★

Adds real-time iOS simulator and physical-device control to a dsh session, exposing 21 agent tools for interacting with an iOS app directly from chat. Created August 19, this is the most-starred of the newer entries that fills an actual official capability gap — there's no equivalent tool in the base dsh bundle.

dsh plugin --profile web add github:ZSeven-W/dsh-ios

GitHub: github.com/ZSeven-W/dsh-ios · site listing: /plugins/zseven-w-dsh-ios

2. liguobao/deepseek-harness-remote

Posted to r/DeepSeek on August 21 ("I built a remote client for DeepSeek Harness"), this plugin lets a phone continue a dsh session running on a work machine. The author is explicit about its current limits: the host only makes outbound connections (it is not a remote desktop or remote shell), it is still developer preview, and end-to-end encryption is not yet finished. Treat it accordingly — do not point it at a session with credentials or sensitive workspace data until encryption lands. As of this writing the repository had essentially zero community engagement, so we can't independently verify a star count.

dsh plugin --profile web add github:liguobao/deepseek-harness-remote

GitHub: github.com/liguobao/deepseek-harness-remote · site listing: /plugins/liguobao-deepseek-harness-remote

3. bihangchi9-creator/dsh-lark-bridge — 35★

A focused bridge that connects a dsh session to Feishu (Lark) group chats, created August 19. If you only need one IM platform, a single-purpose bridge like this is a smaller trust surface than an all-in-one integration.

dsh plugin --profile web add github:bihangchi9-creator/dsh-lark-bridge

GitHub: github.com/bihangchi9-creator/dsh-lark-bridge · site listing: /plugins/bihangchi9-creator-dsh-lark-bridge

4. NFTCPS/dsh-im

Announced on X on August 21 (x.com/NFTCPS/status/2090710388241576180), dsh-im wires up bot connections across Feishu, WeChat, DingTalk, Enterprise WeChat, QQ, Slack, Telegram, Discord, and WhatsApp in one install, instead of picking one platform at a time. It's brand new — announced the same day this list was compiled — so treat any star count you see as a moving target rather than a settled figure, and expect a shorter security track record than the narrower bridges above.

dsh plugin --profile web add github:NFTCPS/dsh-im

GitHub: github.com/NFTCPS/dsh-im · category: /categories/notifications-integrations

Desktop clients & workflow tooling

5. op7418/pilot-harness — 249★

A CodePilot-style cross-platform desktop client bundled with its own plugin suite, created August 17. It sits in the same lane as the unofficial anywhere-labs/deepseek-harness-desktop project (17,189★, created the same week) — official dsh has no shipped desktop app, so third parties are filling that space with competing approaches.

dsh plugin --profile web add github:op7418/pilot-harness

GitHub: github.com/op7418/pilot-harness · category: /categories/development-runtime

6. Totoro-qaq/dsh-plugin-bridge — 58★

Migrates a session's context across different presets using a fixed handoff schema, rather than starting a new session from scratch when you switch presets. The author shipped it with a 26-round benchmark comparing migrated vs. fresh-start sessions — one of the few new entries with any quantitative evaluation attached, which is worth noting given how thin most plugin READMEs are on evidence.

dsh plugin --profile web add github:Totoro-qaq/dsh-plugin-bridge

GitHub: github.com/Totoro-qaq/dsh-plugin-bridge · site listing: /plugins/totoro-qaq-dsh-plugin-bridge

7. dream-num/dsh-univer-office

Shared as a Show HN post on August 21 (news.ycombinator.com/item?id=49385926, 1 point at the time), this is a modular office-document plugin from the dream-num org — the team behind the Univer spreadsheet/document project — bringing office-file editing into a dsh session. The HN post drew no discussion, so community reception is untested.

dsh plugin --profile web add github:dream-num/dsh-univer-office

GitHub: github.com/dream-num/dsh-univer-office · category: /categories/tools-capabilities

Creative & multimodal plugins

8. shanliuling/dsh-image-gen — 111★

In-chat image generation, created August 17. Pair it with dsh's new native vision support (DeepSeek-V4-Flash-Vision-Exp shipped in v0.1.1-rc.1 on August 21 — see DeepSeek Harness's Vision Guide) if you want a session that can both read and produce images.

dsh plugin --profile web add github:shanliuling/dsh-image-gen

GitHub: github.com/shanliuling/dsh-image-gen · site listing: /plugins/shanliuling-dsh-image-gen

9. worldwonderer/oh-story-dsh — 81★

A fiction and short-drama script generation plugin, created August 19. Squarely a creative-writing use case rather than a coding one — a reminder that dsh's plugin surface isn't limited to developer tooling.

dsh plugin --profile web add github:worldwonderer/oh-story-dsh

GitHub: github.com/worldwonderer/oh-story-dsh · category: /categories/just-for-fun

10. PolinniZhong/dsh-omi-voice — 34★

Adds text-to-speech playback of agent responses (built on Doubao TTS), created August 18. Useful if you're running dsh hands-free or want audio narration of long plan outputs.

dsh plugin --profile web add github:PolinniZhong/dsh-omi-voice

GitHub: github.com/PolinniZhong/dsh-omi-voice · site listing: /plugins/polinnizhong-dsh-omi-voice

Themes & just for fun

11. MeteorNOX/DeepSeek-Balance-Whale-Widget — 281★

The single highest-starred plugin in this list: a small whale character that sits in the corner of the screen and watches your account balance in real time, created August 18. Purely cosmetic, but its star count is a reminder that novelty widgets can outpace more substantive tooling in the first few days of a fast-growing ecosystem.

dsh plugin --profile web add github:MeteorNOX/DeepSeek-Balance-Whale-Widget

GitHub: github.com/MeteorNOX/DeepSeek-Balance-Whale-Widget · site listing: /plugins/meteornox-deepseek-balance-whale-widget

12. rison114514/dsh-endfield-ui — 27★

A UI theme styled after the game Arknights: Endfield, created August 17. Purely cosmetic, no functional changes — filed here alongside the balance widget as a fun-first pick to round out a list otherwise dominated by infrastructure plugins.

dsh plugin --profile web add github:rison114514/dsh-endfield-ui

GitHub: github.com/rison114514/dsh-endfield-ui · category: /categories/themes-appearance

FAQ

Are any of these plugins reviewed or endorsed by FindHarness or DeepSeek?

No. FindHarness indexes plugins from the GitHub topic and DeepSeek's own awesome-dsh-plugin list; neither we nor DeepSeek run a security review before a plugin appears in the catalog. Read the plugin security checklist before installing anything from this list into a workspace with real credentials or code.

Why do several of these have unverified or single-digit star counts?

Most were created or announced within the past week, and GitHub topic tagging is noisy — roughly 10,000 repos carry the dsh-plugin topic in total, but only a fraction are verified, working plugins (see How to Find DeepSeek Harness Plugins for how we filter that). A star count a few days old tells you very little about eventual adoption or code quality.

Which of these fill an actual gap in official dsh, versus just being fun?

dsh-ios, dsh-plugin-bridge, deepseek-harness-remote, and the two IM bridges address things the official project genuinely doesn't ship: no native iOS control, no built-in cross-preset session migration, no official mobile client, and no built-in messaging-platform integrations. DeepSeek-Balance-Whale-Widget and dsh-endfield-ui are cosmetic by design.

Should I pick dsh-im or dsh-lark-bridge if I only use Feishu?

The narrower dsh-lark-bridge has a smaller surface area and, being single-purpose, is generally easier to audit than an all-in-one bridge like dsh-im that touches eight or nine different platforms' credentials and APIs at once.

How does this list relate to the community plugin marketplaces that popped up this week?

Separately from individual plugins, two third-party plugin discovery sites — dsh-hub.cc and dshfind.com — launched or gained traction this week, alongside FindHarness itself. See DeepSeek Harness Plugin Marketplaces, Compared for how they differ.

Next steps

Browse the full, continuously updated catalog at /plugins, or start from a category page: Notifications & Integrations for IM bridges like dsh-im and dsh-lark-bridge, Vision, Voice & Multimodal for image and voice plugins like dsh-image-gen and dsh-omi-voice, or Dev & Plugin Tools for desktop clients like pilot-harness. Before installing anything new, read the plugin security checklist, and for the bigger picture of what changed across dsh itself this week, see DeepSeek Harness: Two Weeks In.