npmjs.thewaifu.ai · Project market snapshot

The plugin ecosystem forDeepSeek Harness

Browse the 87 DeepSeek Harness plugins in the project snapshot, with real package names, versions, licenses, registry pages, and source links.

0187Source packages
023Featured plugins
0311Capability groups
041Required registry

Latest source update: August 29, 2026

ABOUT DSH / THE FRAMEWORK

What is DeepSeek Harness?

DeepSeek Harness (DSH) is DeepSeek AI's open-source agent framework, built on the idea that everything is a plugin. The official team builds the core while the community builds the ecosystem.

View official sources
Every part of the product is a plugin, including model adapters, tool registries, session logs, and the agent loop itself.DeepSeek Harness architecture documentation
01

Agent framework

The agent coordinates models, tools, and interfaces rather than being a model or chat tool itself.

02

Everything is a plugin

Models, tools, interfaces, and skills can be inserted, replaced, and recombined on demand.

03

Powered by Cordis

A lightweight plugin runtime where plugins export apply(ctx) to register capabilities.

04

Developer preview

The framework changes quickly and can break compatibility, so every listing declares its status.

11 CAPABILITIES / SYSTEM MAP

What can DSH plugins do?

Every plugin is organized by purpose, from interfaces, sessions, and memory to models, integrations, and automation, making discovery and evaluation direct.

01

INTERFACE

Interface & Experience

Customize the web interface with themes, skins, sidebars, and panels.

Themes / Sidebars / Panels
02

SESSION

Sessions & Messaging

Improve prompts, message input, conversation history, and session management.

Chat / Prompts / Sessions
03

MEMORY

Memory & Context

Manage context and long-term memory through compression, recall, and persistence.

Context / Memory / Recall
04

TOOLS

Tools & Capabilities

Extend agents with web search, file handling, and command execution.

Search / Files / Shell
05

AGENTS

Skills & Agents

Add skill packs and sub-agents with catalogs and orchestration.

Skills / Sub-agents / Orchestration
06

WORKFLOW

Workflow & Automation

Orchestrate tasks, schedules, and approval policies for high-risk operations.

Automation / Approval / Scheduling
07

INTEGRATION

Integrations & Connectivity

Connect external systems through MCP, notifications, and protocol bridges.

MCP / Alerts / Bridges
08

MODELS

Models & Reasoning

Connect third-party models and manage routing, fallback, and cost.

Adapters / Routing / Cost
09

DEVOPS

Development & Operations

Cover plugin debugging, automated testing, diagnostics, and security review.

Debug / Test / Security
10

KNOWLEDGE

Data & Knowledge

Connect data, research workflows, visualizations, and team knowledge bases.

Visualize / Research / Knowledge
11

FUN

Fun

Add games, virtual companions, and playful interactions to DSH.

Games / Companions / Fun
Browse the plugin hubAll 11 categories

QUICK START / INSTALL SEQUENCE

Switch to the private registry before installing

Install the DSH CLI first. Before installing any package from this market, npm must use npmjs.thewaifu.ai as its registry.

01

Configure the plugin registry

Set npm's default registry to the private source used by this market. This step must run before plugin installation.

npm config set registry https://npmjs.thewaifu.ai/
02

Install a plugin

Replace the placeholder with the exact package name from the directory and install it into the DSH web profile.

dsh plugin --profile web add <package>
03

Start or restart DSH

Start or restart the web profile after installation so Cordis loads the new plugin.

dsh web

Plugin directory and install registry: https://npmjs.thewaifu.ai/

FAQ / DIRECT ANSWERS

Questions about DSH plugins, answered

Understand discovery, installation, licensing, compatibility, and submission across the community plugin hub.

DiscoverWhere can I find and browse DeepSeek Harness plugins?

Open /en/plugins to browse every package currently listed by npmjs.thewaifu.ai by 11 capability groups, keywords, tags, and featured status.

CategoriesHow are DeepSeek Harness plugins categorized?

The hub groups plugins into 11 primary use cases: interface, sessions, memory, tools, agents, workflows, integrations, models, development, data, and fun.

SearchHow do I quickly find the plugin I need?

Search by capability, exact package name, or tag, then narrow by category. Cards show the real version, license, update date, and install profile.

InstallHow do I download and install a DSH plugin?

First run npm config set registry https://npmjs.thewaifu.ai/, then run dsh plugin --profile web add <package>. Every detail page provides both commands in this order.

LicenseAre DeepSeek Harness plugins free to download and use?

Most community plugins use open-source licenses, but usage, commercial, and redistribution terms depend on each repository's license.

CoverageHow many plugins are indexed and how often is data refreshed?

The current market snapshot contains 87 local packages returned by npmjs.thewaifu.ai. Maintainers can run npm run sync:plugins to refresh it from the registry.

TrustHow can I decide whether a plugin is trustworthy?

Registry availability only means the package can be fetched; it is not a security review. Check its update date, source, license, permissions, and install scripts, then test in isolation first.

CompatibilityCan DSH plugins have compatibility issues?

Yes. DSH and community plugins can change quickly, and registry metadata cannot prove cross-plugin compatibility. Enable and test packages one at a time, preferably in an isolated environment.

SubmitHow do I submit my plugin?

The package must first be published to npmjs.thewaifu.ai. After obtaining publish access and releasing it there, run npm run sync:plugins to add it to the market snapshot.

QUALITY / DATA INTEGRITY

Real registry data, repeatable sync, traceable sources

Market data comes from the public npmjs.thewaifu.ai registry API and is stored as a local snapshot for reliable builds.

01

Registry snapshot

The sync task accepts only packages marked local by the registry; the current market snapshot contains 87 plugins.

02

One install source

The home guide, market cards, and every detail page configure the same private registry first.

03

Traceable

Every listing links to its private registry page and the source repository supplied by package metadata.

WHY COMMUNITY / SHARED ROLES

Why the DSH plugin community matters

The official team builds the DSH core and Cordis runtime. This market presents community packages already published in npmjs.thewaifu.ai.

DeepSeek AI

Official core team

Build the core and runtime

Maintains DSH and Cordis, powers the everything-is-a-plugin architecture, and stays focused on core development.

  • DSH core framework
  • Cordis plugin runtime
  • Official architecture and quick start
npmjs.thewaifu.ai

Private-registry market mirror

Sync and organize published packages

Reads the local package index from npmjs.thewaifu.ai, groups it into 11 categories, and provides consistent registry setup and install commands.

  • 87 source packages included
  • Versions, licenses, and dates synced
  • Direct registry and source links

This hub is community maintained and is not affiliated with DeepSeek AI. Registry availability only means a package can be fetched; it is not a security, permission, or compatibility audit.

BUILD THE ECOSYSTEM / CONTRIBUTE

Find the next plugin for your DSH stack

Browse the 87 packages in the current market snapshot. After new packages are published to npmjs.thewaifu.ai, run the sync command to refresh the snapshot.