AI Agent Hub
Back to plugins
🧰

dsh-github-search

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install ttb-eng/dsh-github-search

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install ttb-eng/dsh-github-search in your DeepSeek Harness shell to install; the plugin source code is available at https://github.com/ttb-eng/dsh-github-search

About this plugin

Finding a repo, reading its README, judging whether it fits your project, cloning it locally, and handing it to an agent — these steps used to scatter across browser tabs, terminal panes, and chat windows, breaking your flow at every switch. dsh-github-search closes that loop inside a single DeepSeek Harness sidebar panel: search repositories or code, render the README inline in a sandboxed iframe, let the host-side model weigh the repo against your workspace for a grounded verdict, then one-click clone to a global or project-scoped path and feed the repo straight into an agent for analysis, integration, or a test run — all without leaving the panel.

It is deliberately a workbench for humans, not a search add-on for the agent. The value is compressing the browse → judge → land → delegate path into a handful of clicks while covering the rough edges: git falls back to zip download, browsing and history persist in localStorage, code search runs on the host to sidestep browser CORS, and a Personal Access Token unlocks code search, Star/Fork, and a higher rate limit.

Built for DeepSeek Harness users who regularly mine GitHub for utilities, third-party libraries, or boilerplate and need to evaluate and integrate them into an active project. If you are tired of juggling five windows just to answer the question is this repo worth using, this panel is that one smooth loop.

Use Cases

  • Search a library, preview its README inline, and get an agent verdict on fit before committing to a clone
  • One-click clone to a project path, then hand the repo straight to the agent for integration or a test run — all inside the panel
  • Jump back to previously browsed or downloaded repos from the history tabs instead of re-searching
  • Unlock code search, Star and Fork with a token, and finish the discover-to-clone loop in one place

Best For

  • DSH users who regularly mine GitHub for utilities or libraries and need to integrate them into an active project
  • Developers tired of juggling browser tabs, terminals, and chat windows just to evaluate one repo
  • Teams that want the browse → judge → clone → delegate loop contained in a single screen