AI Agent Hub
Back to plugins
⚙️

dsh-skill-recommender

Workflow Updated 2026.09.11

Run the following command in DeepSeek Harness:

dsh plugin install zhengjy01/dsh-skill-recommender

Paste the following prompt into your AI chat to install this plugin:

Install the plugin in your DeepSeek Harness terminal by running dsh plugin install zhengjy01/dsh-skill-recommender; the full source repository is at https://github.com/zhengjy01/dsh-skill-recommender

About this plugin

You are running heavy daily workloads across Codex, Claude, and DSH, and the open-source skill ecosystem keeps adding new entries every week. Manually browsing awesome lists and GitHub search is slow, undirected, and frankly tedious. dsh-skill-recommender solves this with a purely local approach: it reads your session files from all three agent sources (no API keys required), distils a compact profile covering topic distribution, high-frequency tools, task types, and project directories, and uses that profile as the basis for every recommendation.

Armed with your profile, the plugin scans local skill directories, remote awesome lists, and even a full GitHub search (cached with a 6-hour TTL) to build a candidate pool. Each candidate is scored across four weighted dimensions - topic, tool, task, and proximity to what you already have installed - then gated by a tunable match index (0-100, default 60). Only skills that clear the threshold are returned, ranked top-N. The Web settings panel gives you real-time sliders for the match index, per-dimension weights, and skill-versus-plugin scope, plus per-dimension score breakdowns and direct GitHub links on every recommendation card.

This plugin is for you if you are already a daily DSH user, also work with Codex or Claude, and would rather get a curated short-list in seconds than spend half an hour scrolling GitHub. It pairs naturally with dsh-skill-studio, which extracts reusable skills from your own sessions: the recommender looks outward at the open-source ecosystem, while the studio looks inward at what you already do well.

Use Cases

  • Discover relevant open-source skills after accumulating sessions across Codex, Claude, and DSH
  • Skip the manual hunt through awesome lists and GitHub search with auto-ranked recommendations
  • Tune the match index and dimension weights to control recommendation breadth and precision

Best For

  • Multi-platform developers juggling DSH, Codex, and Claude daily
  • Active DSH users who want to discover well-fitting skills from the open-source ecosystem
  • Workflow purists who prefer local-first, API-key-free tooling