DeepSeek Harness Gets a 595-Plugin App Store and an AI Shopping Guide
Agent frameworks live or die on extensibility, and a discoverable plugin ecosystem with one-command installs lowers the barrier from "read the source and fork it" to "type a sentence and refresh." The curated list also gives developers a starting point for vetting community code, though it stops short of a real security audit.
The DeepSeek Harness agent framework now has a plugin ecosystem accessible through two community-built tools. dsh-market adds a visual app-store tab directly into the settings panel, cataloging 595 community plugins across categories like UI themes, memory, tools, skill packs, and workflow automation. Each plugin card shows stars, author, and a one-click install button; most take effect on page refresh.
dsh-find-plugin works inside the chat interface itself. Describe what you need in plain language, and the agent searches the same plugin directory, returning matching results with ready-to-paste installation commands. Both tools draw from a single curated plugin list, so anything discoverable is installable.
The marketplace enforces a basic safety gate: only plugins from the community-curated list can be installed. Third-party code still runs with the user's permissions, so the post warns to check source code and test unfamiliar plugins in keyless environments.
A plugin marketplace inside an agent framework shifts the extension model from developer-side integration to end-user browsing, which could accelerate adoption among non-programmers who configure agents through a GUI.
The curated-list gate is a pragmatic middle ground: it prevents drive-by installs from arbitrary URLs but explicitly does not constitute a security audit, leaving the burden of code review on the user.
Pairing a visual marketplace with a conversational search agent creates two discovery paths for the same data, which suits both exploratory browsing and goal-directed lookup without fragmenting the plugin catalog.