graceen2331-prog/find-plugin0

find-plugin

DeepSeek Harness tool for finding community DSH plugins on GitHub

包名
find-plugin
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:graceen2331-prog/find-plugin

使用

直接描述你需要的能力,例如:

帮我找一个 memory 插件

Agent 会在合适时自主调用:

find_plugin({
  query: "memory",
  limit: 5
})

也可以说:

帮我找一个支持 mobile remote access 的 DSH 插件

Tool 最多返回 10 条结果。每条结果包含名称、描述、GitHub URL、stars、更新时间、owner、DSH bundle 验证状态和安装命令。

示例输出:

Found 1 DSH plugin for "mobile remote".

1. dsh-mobile-plugin
   Mobile remote UI for DeepSeek Harness
   GitHub: https://github.com/example/dsh-mobile-plugin
   Owner: example
   ★ 320
   Updated: 2026-08-20
   Verified DSH plugin: ✓

   Install:
   dsh plugin --profile web add github:example/dsh-mobile-plugin