graceen2331-prog/find-plugin0

find-plugin

DeepSeek Harness tool for finding community DSH plugins on GitHub

AI Analysis

核心用途是辅助寻找和安装社区插件。适合希望通过自然语言让智能体检索、推荐并提供 DSH 插件安装命令的用户,最多可返回 10 条验证状态结果。

Package
find-plugin
Version
0.1.0
License
MIT
Last updated
Aug 23, 2026

Install

$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