AI Agent Hub
Back to plugins
🧰

dsh-cmp-skill-index

Web Tools Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install malaxiya2019/dsh-cmp-skill-index

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

Run the install command in your terminal and the plugin activates automatically; source is at https://github.com/malaxiya2019/dsh-cmp-skill-index .

About this plugin

When an agent in a DSH workflow needs to reuse existing skills—code review, TDD, security auditing, reverse engineering, browser automation—it often lacks a fast, name-based index to consult. cmp-skill-index fills that gap: it exposes the 70 built-in skill entries from codex-mobile-pro directly to the model, so the agent can search by name and reuse instead of regenerating from scratch every time.

The plugin ships two lightweight tools: list_skills returns all 70 skills (name and description) in one call for a quick overview; search_skills takes a keyword and an optional limit, performing case-insensitive matching against the name and description fields and returning only hits. Pure JavaScript, zero build—the source is the artifact, no compilation or bundling required.

Best for developers who have accumulated a large skill library in their DSH setup and want their model to retrieve and reuse efficiently, especially teams already working within the codex-mobile-pro ecosystem. Install and go.

Use Cases

  • An agent looks up an existing skill by name before executing a task
  • A developer scans the full 70-skill list to confirm a capability is already captured
  • In a multi-skill workflow the model picks the most fitting entry on its own

Best For

  • Developers who have accumulated a large skill library in DSH
  • Teams in the codex-mobile-pro ecosystem wanting efficient model-side retrieval
  • Users who need the agent to reuse existing skills instead of regenerating them