AI News Feed
Market watch
Products & Applications

DeepSeek Harness Surges to GitHub's Fastest-Growing Project, Plugin Ecosystem Explodes

DeepSeek Harness, an open-source AI agent framework, has gained nearly 130,000 GitHub stars in three days. User-created plugins have surged past 6,000, turning it into a 'cyber Lego' of agent building blocks.

The community has produced a wide array of plugins, far beyond typical search, browser, and data connectors. Some plugins let the model render answers as interactive web pages with buttons and charts. Others bring design files into conversations, add an "undo" button for agents, or provide a wake-up service. Among the most playful are skin plugins. A dedicated skin marketplace has emerged, offering themes such as a cute whale girl, a classic Windows XP Luna interface, and even a stock-market-style "Tonghuashun" interface that displays token consumption as K-line charts. Another skin reimagines the entire UI as an interactive Excel spreadsheet, allowing users to chat within worksheet cells.

Beyond skins, functional plugins extend DeepSeek's capabilities. The dsh-genui plugin enables the model to output JSON interface descriptions in code fences, which the browser renders into cards, tables, charts, forms, quizzes, Mermaid diagrams, or even 3D scenes. This turns plain text answers into fully interactive dashboards or educational quizzes. For designers, dsh-openpencil connects OpenPencil's .op design documents directly into conversations, allowing agents to create, edit, and preview design nodes. Since DeepSeek is not multimodal, dsh-vision-toolkit adds ten visual tools — including image Q&A, multi-image comparison, element positioning, and long-screenshot OCR — by integrating a third-party vision model. Meanwhile, dsh-browser provides browser-operation capabilities through a Chrome extension, letting the model control real tabs, click numbered buttons, fill inputs, and navigate pages. For complex tasks, dsh-agent-teams creates multi-agent workflows; a "captain" agent can spawn sub-agents with dependencies, and a team panel shows progress as a DAG graph.

These plugins are installed using a unified command, typically "dsh plugin --profile web add <plugin-name>". GitHub-hosted plugins can be added via git+ URLs. The underlying package manager is pnpm, so users need to enable Corepack if pnpm is missing.

While the ecosystem resembles an "App Store for agents," it is not yet mature. According to ifanr, the Awesome DeepSeek Harness curation project remains a third-party list, with automated checks limited to format, links, and topics — not installation, version compatibility, or security. DeepSeek officials caution that Harness is still in developer preview and may introduce breaking changes. Nevertheless, the rapid growth of daily-published plugins demonstrates that the "App Store prototype" is no longer just a slogan. The community is shaping what an agent can be, turning the framework into a "cyber Lego" awaiting its defining product.