dsh-skill-market
Run the following command in DeepSeek Harness:
dsh plugin install QQ-M/dsh-skill-market
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install QQ-M/dsh-skill-market in the DeepSeek Harness terminal to install the plugin; the source repository is at https://github.com/QQ-M/dsh-skill-market. After installation, restart dsh web to see the Skill Market section in the settings page.
About this plugin
Installing a new skill into DeepSeek Harness used to mean a multi-step ritual: browsing GitHub in the browser, cloning a repo in the terminal, locating the SKILL.md files, copying them into the user skill directory, and restarting the web service. dsh-skill-market collapses that workflow into a single panel on the settings page, so you can search, preview, and install without ever leaving the browser.
The plugin works in two layers. The host half registers a set of API routes that handle GitHub repo search, directory-layout inspection, tarball download from codeload.github.com, extraction, and writing each skill into the install directory. The browser half is a hand-authored bundle with no build step, rendering two tabs (Skill Market and Installed) inside the settings panel. Install is one click; uninstall is safe by design since skills are moved to a .trash- folder rather than deleted. Anonymous search is capped at roughly ten requests per minute; supplying a GitHub token via environment variable or a token file lifts that ceiling.
It is built for people who already run DeepSeek Harness and find themselves regularly exploring community skills but do not want to juggle git and file operations by hand. The browser side depends only on the react entry in the module table, and the host side relies solely on Node built-ins, keeping the footprint small and the setup free of extra build tooling.
Use Cases
- Discover community skills from the settings page and install them locally in one click
- Browse the installed-skills list and uninstall selectively without opening a terminal
- Batch-deploy skills for a team entirely through the browser interface
Best For
- DeepSeek Harness users who want to trial community skills quickly without leaving the browser
- End users looking to avoid manual git clone and file-copy steps
- Technicians managing multiple skills who need a visual interface for inspection and uninstall
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.