AI Agent Hub
Back to plugins
🖥️

dsh-github-router

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install AngelosZou/dsh-github-router

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

In DeepSeek Harness, you can install the plugin by running the command dsh plugin install AngelosZou/dsh-github-router or by visiting the source repository at https://github.com/AngelosZou/dsh-github-router for further details.

About this plugin

In DeepSeek Harness projects, agents often struggle with TLS and proxy failures when accessing GitHub data via the shell, leading to retries and wasted time. The dsh-github-router plugin addresses this by providing a read-only solution with an intelligent routing mechanism, enabling reliable fetching of PRs, issues, files, and API data without shell-side connectivity issues. It runs on the host side, bypassing sandbox restrictions for seamless access.

Core capabilities include five read-only tools—github_probe, github_pr, github_issue, github_file, and github_api—that automatically route requests through multiple methods like API direct, gh CLI, git protocol, page HTML parsing, and mirrors. Each response is structured with route attribution, and the plugin optimizes context efficiency via caching, byte caps, and rate-limit surfacing, all while maintaining zero runtime dependencies and security, such as token redaction and strict parsing.

This plugin is ideal for DeepSeek Harness users, including developers building agents and teams needing stable GitHub data integration. It streamlines GitHub access with customizable settings for proxies, caches, and more, allowing users to focus on core tasks instead of connection problems. Overall, dsh-github-router offers an efficient, secure way to enhance reliability in GitHub interactions for agents.

Use Cases

  • Agent faces TLS or proxy failures when accessing GitHub PRs.
  • Need to quickly diagnose GitHub connectivity issues and get recommended routes.
  • Fetching issue metadata and comments for analysis or debugging.

Best For

  • Developers building intelligent agents with DeepSeek Harness.
  • Teams requiring stable and efficient GitHub data integration.
  • Engineers dealing with agent connectivity issues or optimizing context efficiency.