AI Agent Hub
Back to plugins
🧰

dsh-github-live

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-github-live

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

Run dsh plugin install uckkk/dsh-github-live in DeepSeek Harness to install this plugin; the source repository is at https://github.com/uckkk/dsh-github-live .

About this plugin

In conversations or automation pipelines you often need the latest star counts, fork numbers, or license details of a GitHub repository, and manually browsing the site breaks your flow. dsh-github-live compresses that step into a single tool call: it fetches live repository metadata over the network and returns structured data instantly.

The plugin registers one tool, github_live, implemented in pure Node.js with no third-party network libraries or external services required. After installation you simply invoke the tool in-session and receive up-to-date repository information. The footprint is minimal, making it easy to drop into any workflow that references GitHub state.

If you compare repo popularity during code review, verify license versions in release notes, or embed GitHub stats into automated reports, this plugin keeps those numbers one call away without the friction of repeated manual lookups.

Use Cases

  • Quick star and fork lookup in conversation
  • Embed GitHub metadata into automated reports
  • Verify license versions during code review

Best For

  • Full-stack devs who frequently reference GitHub data
  • Engineers building automation workflows
  • Maintainers managing open-source projects in-session