Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

0xsline/awesome-deepseek-harness

49PythonCC0-1.0

A directory of add-on tools for the DeepSeek AI coding agent

This repository is a curated list of plugins and extensions built around 'DeepSeek Harness (DSH)', a runtime for AI coding agents. It gathers hundreds of community add-ons — memory systems, voice input, desktop apps, IDE integrations, web search — organized into categories. It isn't code itself but a guide to help people find scattered open-source plugins.

What it does

  1. Plugins sourced from the dsh-external/hub catalog and the public GitHub dsh-plugin topic are sorted into roughly 20 categories: Core & Bundles, Agents & Orchestration, Context & Search, Memory & Knowledge, Input & Editing, UI/Themes, IDE & Clients, Browser & Remote, and more.
  2. Installation runs the official runtime via Node.js with `npx @deepseek-ai/dsh web`, or adds an external profile bundle through pnpm with `dsh plugin --profile web add`.
  3. Only packages that declare `dsh.bundle.patch` become active plugin layers; plain installed dependencies stay inactive until they declare that field.
  4. Notable listed tools include cross-session memory plugins, voice input/text-to-speech, multi-agent collaboration suites, desktop app shells, VS Code extensions, and context-usage visualization panels.
  5. The repo itself is tagged Python as its main language with 49 stars, functioning more as an ecosystem map than a large codebase.

Why it matters

For developers already using DeepSeek Harness, this list saves time by centralizing plugins for memory, voice, UI and more instead of searching scattered repos. It also serves as a snapshot of how far the AI coding-agent plugin ecosystem has expanded.

Terms in this repo

  • DeepSeek Harness (DSH) · A runtime tool for running and managing DeepSeek-related AI coding agents
  • plugin · An add-on module that extends an existing program with new features
  • pnpm · A JavaScript package manager similar to npm
  • MCP · A standard protocol letting AI models connect to external tools and data
  • curation · Selecting and organizing scattered resources into a coherent list

Repository description (English)

DeepSeek Harness (DSH) ecosystem: curated plugins, tools, and infrastructure from dsh-external/hub and the public dsh-plugin topic.

Open on GitHub

Trending repos

All repos →

Latest from METAL MEDIA