hellosky983/dsh-skillradar ↗★ 2
dsh-skillradar
Skill Radar for DeepSeek Harness (dsh): scan the current session's visible skills, score their relevance against the recent conversation, and recommend which skill to load. Model tool + optional interactive panel.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hellosky983/dsh-skillradar说明文档
阅读完整 README ↗dsh-skillradar
A DeepSeek Harness plugin that scans every skill visible to the current session, scores each against the recent conversation text (English + Chinese token overlap), and returns a ranked recommendation of which skill to load next.
Overview
DSH sessions expose many skills, and neither the model nor the user always knows which one applies. This plugin answers "what should I load right now?" with a concrete, ranked answer. It suits agents and users who work across many skill domains and want a fast, deterministic relevance signal.
Compatibility
- DSH version:
0.1.0-rc.6 - Mainline: verified against
deepseek-harnessmainline snapshots of 2026-08-14 - Last verified: 2026-08-14
Install / Uninstall
Install (from GitHub):
dsh plugin add github:hellosky983/dsh-skillradar
Or clone and install locally:
git clone https://github.com/hellosky983/dsh-skillradar.git
cd dsh-skillradar
dsh plugin add .
Upgrade: re-run the install command after git pull.
Disable temporarily: remove the plugin row from your profile composition, or run:
dsh plugin remove dsh-skillradar
Uninstall: remove the dsh-skillradar dependency and its bundle entry from the profile package.json, then pnpm install.
Quick start
After install and restart, tell the agent:
Scan the current session and tell me which skill fits this task.
or invoke the tool directly:
skill_radar # with no arguments, scans the current session
Example output:
Skill Radar — 16 skills visible
100% github-upload [github, 仓库, readme, 上传]
85% cordis-plugin-development [client, host, cordis, run]
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
session_id | string | current session | Session to scan instead of the current one |