AI Agent Hub
Back to plugins
🧰

dsh-tool-github

Web Tools Updated 2026.08.22

Run the following command in DeepSeek Harness:

dsh plugin install tkwkeven/dsh-tool-github

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

Visit the source repository at https://github.com/tkwkeven/dsh-tool-github for details, then run dsh plugin install tkwkeven/dsh-tool-github in your terminal to install it; restart the Web GUI afterward for the panel to appear.

About this plugin

Working with GitHub inside DeepSeek Harness used to mean leaving the conversation to open a browser or terminal. dsh-tool-github bridges that gap: once you bind an account, the agent can query repository metadata, search code and issues, read file contents, create issues and pull requests, and post comments—all without switching context.

Workspace integration is the other key thread. github_workspace_add clones any repository locally and registers it in the DSH workspace registry, so a session can immediately treat that repo as its working directory and the agent's file tools operate right inside the clone. A sidebar GitHub panel in the Web GUI makes checking account status, browsing your repos, and adding workspaces a one-click flow.

Built for engineers who do day-to-day development collaboration in DSH: querying issues, filing PRs, reading source files, or pulling a colleague's repo into the current session for edits—everything stays in the conversation.

Use Cases

  • Ask the agent to inspect repos, search code, and read files without leaving the chat
  • Have the agent file issues, open PRs, and comment on threads via natural language
  • Clone a repo into the workspace and let the agent edit code and run tests in-place

Best For

  • Software engineers who do daily dev collaboration in DSH
  • Developers who want a full GitHub loop (query, file, review) inside AI sessions
  • Team leads who want multi-repo management folded into agent workflows