DeepSeek Harness plugin

dsh-gh-search

GitHub issue/PR search and view tools (gh_search / gh_view) for DeepSeek Harness, backed by the GitHub CLI (gh). Personal plugin ported from oh-my-pi's gh-search / gh-view — not official.

Jump to install

Source facts

Repository
ggggggggggz/dsh-gh-search
Latest update
Aug 19, 2026
Category
Docs & Rendering
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/ggggggggggz/dsh-gh-search
Plugin: dsh-gh-search
Author: ggggggggggz

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

dsh-gh-search

> English · 中文

GitHub issue/PR search and view tools for DeepSeek Harness, backed by the GitHub CLI (gh).

> ⚠️ Personal / unofficial. This is a personal plugin ported from > oh-my-pi's gh-search / gh-view > (via the pi-gh extension). It is not a DeepSeek official plugin and > intentionally does not re-implement the full gh CLI — it only packages > search & view for convenience inside agent sessions.

Registers two tools:

ToolPurpose
gh_searchSearch GitHub issues / PRs / commits / repos / code with GitHub search syntax
gh_viewView a single issue or PR in detail (title, state, body, author, labels, comments)

Dependencies

  • No third-party npm runtime dependency. The only peerDependencies

(@deepseek-ai/dsh-tools, @deepseek-ai/cordis) are resolved from the DSH environment that already loads this plugin — nothing extra to install.

  • System dependency: the GitHub CLI (gh) must be installed and

authenticated:

winget install GitHub.cli
gh auth login

gh authenticates via the GITHUB_TOKEN / GH_TOKEN environment variable. This plugin drops both from the child process so gh falls back to its stored login (and honors PI_GH_TOKEN if set).

Tools

gh_search

  • query (string, required) — GitHub search syntax, e.g. repo:owner/name is:open label:bug.
  • searchType (string) — issues \| prs \| commits \| repos \| code (default issues).
  • limit (integer) — max results (default 10, max 50).

gh_view

  • identifier (string, required) — issue/PR number, owner/repo#N, or full URL.
  • objectType (string) — issue \| pr (default auto).
  • repo (string) — owner/repo when identifier is a bare number.
  • includeComments (boolean) — include comments (default true).

Install

Wired into the web profile as file:./plugins/dsh-gh-search (dsh.profile.bundles + dependencies). To re-install after a fresh profile:

dsh plugin --profile web install

If you add it to an already-running profile, one dsh web restart is needed to load it (after that, dsh-reload's /reload dsh-gh-search hot-mounts new edits without a restart).

License

MIT — ported from pi-gh (MIT, © ASUS), itself inspired by oh-my-pi's gh-search / gh-view (MIT, © Mario Zechner, Can Bölük). Original copyright notice preserved in [LICENSE](LICENSE).