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
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.
Clone the Skill into an agent Skills directory:
git clone https://github.com/TideSparrow/find-dsh-plugin-skill.git ./skills/find-dsh-pluginTo use the fallback search script, install its development dependency from the cloned directory:
pnpm install
pnpm run search -- --query "browser automation"- 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.
| Path | Purpose |
|---|---|
SKILL.md |
Agent instructions and recommendation workflow. |
scripts/search-plugins.ts |
Public API fallback for a focused plugin search. |
references/plugin-fields.md |
Stable meanings for directory metadata. |
agents/openai.yaml |
Optional metadata for skill-compatible clients. |