Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Find DSH Plugin Skill

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

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.

Links

License

MIT

About

A portable Agent Skill for discovering DSH plugins by capability, platform, runtime, and compatibility.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages