AI Agent Hub
Back to plugins
🧰

dsh-github-release-radar

Web Tools Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install zoahdev/dsh-github-release-radar

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

Install this plugin in DeepSeek Harness by running the command dsh plugin install zoahdev/dsh-github-release-radar; the full source code is at https://github.com/zoahdev/dsh-github-release-radar.

About this plugin

In AI agent development, accessing real-time GitHub data like repository releases and project information is often essential, but GitHub's API typically requires authentication and handling complex requests, creating a barrier for developers. The dsh-github-release-radar plugin addresses this by providing seamless tools for DeepSeek Harness users, enabling agents to query GitHub data via the public REST API without any API key setup. At its core, the plugin offers four model-facing tools: github_releases to fetch the latest releases of a repository; github_repo for repository overviews including stars, forks, and license; github_search to search public repositories with custom queries; and github_repo_tags to list recent Git tags with commit SHAs. These tools are designed for easy integration, simplifying agent interactions with GitHub. This plugin is ideal for DeepSeek Harness users, such as AI developers, data analysts, and automation workflow builders. Whether you need to monitor project updates, compare open-source frameworks, or quickly retrieve repository information, you can do so through simple prompts, bypassing the complexities of API management.

Use Cases

  • Query the latest release version of a specific repository.
  • Compare stars and licenses of multiple open-source frameworks.
  • Search for popular projects on GitHub and monitor updates.

Best For

  • AI developers needing to integrate real-time GitHub data.
  • Data analysts monitoring open-source project activities.
  • Automation workflow builders enhancing agent connectivity.