AI Agent Hub
Back to plugins
⚙️

dsh-skillflux

Workflow Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install YiyuZh/dsh-skillflux

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

Run dsh plugin install YiyuZh/dsh-skillflux inside the target DeepSeek Harness profile to install the plugin, with the source available at https://github.com/YiyuZh/dsh-skillflux, then restart the profile for it to take effect.

About this plugin

As a skill library grows, every request inherits a heavier catalog that consumes context and makes selection less predictable. SkillFlux inserts a dynamic runtime layer between the Agent and its full skill pool: for each turn it selects and mounts no more than maxActiveSkills (three by default) highly relevant skills, then releases the mounts when the turn ends, so the model always faces a lean, stable directory.

Routing is deterministic and layered. User-defined ordered rules run first, followed by English and Chinese lexical scoring against a configurable threshold, with an optional local embedding fallback that fills only unfilled catalog slots. When the local pool yields no good match, SkillFlux searches skills.sh and the public GitHub SKILL.md corpus in real time, then ranks candidates with a multi-signal quality score capped at 100, weighing task relevance (55), marketplace installs (15), GitHub stars (15), forks (5), repository activity within a configurable window (10), owner trust and license metadata (15), and cross-source corroboration (8). Every candidate is pinned to an immutable commit SHA and carries an explainable evidence level plus context-specific warnings.

Downloaded skills are governed by an independent cache layer that prunes entries idle for 90 days by default, evicts lowest-value entries when pool limits are exceeded, and protects active mounts and concurrent loads throughout. It is built for DSH developers whose skill pool is growing and who want the model-facing catalog to stay lean and selection to stay predictable, while retaining the ability to discover, vet, and mount new skills from the public ecosystem on demand.

Use Cases

  • The skill pool has grown past 20 entries and the model-facing catalog keeps bloating every request
  • No local skill covers the current task and a relevant one must be discovered, scored, and vetted from the public ecosystem on demand
  • The downloaded skill cache has accumulated over months and needs automated eviction of low-value entries while protecting active mounts

Best For

  • DSH developers whose growing skill pool needs a lean, predictable model-facing catalog
  • Agent teams that discover and vet public skills from skills.sh or GitHub on demand
  • Workflow builders who track context budget, routing determinism, and cache hygiene