Find DSH Plugin Skill

August 15, 2026 · View on GitHub

A portable Agent Skill for discovering DeepSeek Harness (DSH) plugins by capability, runtime, platform, compatibility, and installation context.

Website: dsh-plugin.online · Skill page: dsh-plugin.online/skill

What it does

Use this Skill when an agent needs to find a DSH plugin for an integration, workflow, platform, or runtime. It searches the public Find DSH Plugin directory and returns up to three sourced candidates with their upstream repository, status, platform notes, and documented installation context.

The Skill prefers the read-only find-dsh-plugin MCP server when it is available. Otherwise, its bundled script queries the public directory API at https://dsh-plugin.online.

Install

Clone the Skill into an agent Skills directory:

git clone https://github.com/TideSparrow/find-dsh-plugin-skill.git ./skills/find-dsh-plugin

To use the fallback search script, install its development dependency from the cloned directory:

pnpm install
pnpm run search -- --query "browser automation"

How recommendations stay bounded

  • Extract the requested capability, runtime, platform, permissions sensitivity, and API-key constraints.
  • Prefer MCP; fall back to the public API only when MCP is unavailable.
  • Return at most three candidates and cite their upstream repository.
  • Explain status, compatibility, permissions, and known limitations before suggesting installation.
  • Never install a plugin, modify files, or submit credentials during discovery.

Repository layout

PathPurpose
SKILL.mdAgent instructions and recommendation workflow.
scripts/search-plugins.tsPublic API fallback for a focused plugin search.
references/plugin-fields.mdStable meanings for directory metadata.
agents/openai.yamlOptional metadata for skill-compatible clients.

License

MIT