DSH Plugins · Community project

dsh-find-plugin

Let the agent search GitHub's dsh-plugin topic from the session, rerank results by stars, and return descriptions with install commands.

71 StarsMITTypeScriptUpdated 2 days ago
01

Project overview

Let the agent search GitHub's dsh-plugin topic from the session, rerank results by stars, and return descriptions with install commands.

dsh-find-plugin returning plugin descriptions, stars, and install commands inside DSH
The in-session plugin search demo shown in the repository README.View repository image
02

Core capabilities

01

Search plugins from natural-language capability requests

Search plugins from natural-language capability requests. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

02

Return repository descriptions and stars

Return repository descriptions and stars. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

03

Generate runnable dsh plugin add commands

Generate runnable dsh plugin add commands. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

04

Keep discovery inside the session

Keep discovery inside the session. This capability is documented in the repository README and still requires verification against the target DSH version and profile.

03

Installation and usage

Install in DeepSeek Harness, reload the target environment as documented, and verify it with a low-risk scenario.

AI AGENT INSTALL

Let an AI Agent install it

Send this prompt to Codex, Claude Code, or another AI agent that can work with your local environment.

Help me install dsh-find-plugin from https://github.com/awesome-dsh-plugin/dsh-find-plugin. Read the README, license, and installation files first. Confirm the current DeepSeek Harness version, target profile, and required dependencies. Use the repository's current command `dsh plugin --profile web add dsh-find-plugin`. Explain the profile, paths, and permissions that will change before running it. Follow the repository verification steps and report commands, changed locations, and visible results. Ask before requesting credentials, enabling extra network access or build scripts, overwriting files, or expanding permissions.
01Before you start
  • DeepSeek Harness Web starts successfully
  • Access to public GitHub search
  • Treat search results as candidates rather than security conclusions
02Copy the install command or configuration
dsh plugin --profile web add dsh-find-plugin
03Complete the setup steps
  1. 1
    Check the environment and target profile

    DeepSeek Harness Web starts successfully; Access to public GitHub search; Treat search results as candidates rather than security conclusions. Record the current configuration and installed plugins before changing anything.

  2. 2
    Run the current repository command

    Run the following command. `dsh plugin --profile web add dsh-find-plugin` Stop and ask before enabling build scripts, providing credentials, or overwriting files.

  3. 3
    Reload and verify

    Restart `dsh web`, ask for a concrete capability, watch the agent call the plugin search tool, and inspect result links and install commands.

How to verify the setup

Restart `dsh web`, ask for a concrete capability, watch the agent call the plugin search tool, and inspect result links and install commands.

Before using it
  • GitHub topics can contain incorrect or promotional repositories
  • Stars do not prove quality or safety
  • README, license, and maintenance still require review before installation
04

Use cases

SCENARIO 01

Find DSH plugins for a concrete capability

Start with a minimal dsh-find-plugin scope in this scenario, then expand only after checking output, permissions, and compatibility.

SCENARIO 02

Compare candidate sources and activity

Start with a minimal dsh-find-plugin scope in this scenario, then expand only after checking output, permissions, and compatibility.

SCENARIO 03

Ask the agent to prepare the next installation command

Start with a minimal dsh-find-plugin scope in this scenario, then expand only after checking output, permissions, and compatibility.

05

Assessment

This assessment is based on the repository README, installation instructions, license, and maintenance metadata. Finds plugins without leaving the session; Returns runnable installation commands; Supports capability-first discovery. GitHub topics can contain incorrect or promotional repositories; Stars do not prove quality or safety; README, license, and maintenance still require review before installation. No local installation or long-term use is claimed.

Why it may be useful

  • Finds plugins without leaving the session
  • Returns runnable installation commands
  • Supports capability-first discovery

What to know first

  • GitHub topics can contain incorrect or promotional repositories
  • Stars do not prove quality or safety
  • README, license, and maintenance still require review before installation
06

README

dsh-find-plugin


Overview

Let the agent search GitHub's dsh-plugin topic from the session, rerank results by stars, and return descriptions with install commands. Let the agent search GitHub's dsh-plugin topic from the session, rerank results by stars, and return descriptions with install commands.

Getting started

  • Install in DeepSeek Harness, reload the target environment as documented, and verify it with a low-risk scenario.
  • Let the agent search GitHub's dsh-plugin topic from the session, rerank results by stars, and return descriptions with install commands.
  • The repository documents these main capabilities: Search plugins from natural-language capability requests, Return repository descriptions and stars, Generate runnable dsh plugin add commands, Keep discovery inside the session.
  • Restart `dsh web`, ask for a concrete capability, watch the agent call the plugin search tool, and inspect result links and install commands.

Configuration

dsh plugin --profile web add dsh-find-plugin
Read the complete README on GitHub