AI Agent Hub
Back to plugins
dsh-aigc-radar preview

dsh-aigc-radar

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Kaixxrua/dsh-aigc-radar

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

In DeepSeek Harness, you can install this plugin by running the command 'dsh plugin install Kaixxrua/dsh-aigc-radar', with the full source code available at https://github.com/Kaixxrua/dsh-aigc-radar.

About this plugin

In AI development, reinventing the wheel often wastes valuable time and resources. The dsh-aigc-radar plugin tackles this by enabling DeepSeek Harness agents to proactively search for existing mature projects before writing any code, thus avoiding redundant work. By tapping into the AIGC Radar database—curating GitHub projects with over 500 stars—it renders native search cards in the Web UI, complete with bilingual tags and daily star-growth metrics, ensuring results are intuitive and reusable.

At its core, the plugin offers intelligent search and taxonomy discovery. Agents can use the search_ai_projects tool to query projects or explore categories via get_project_categories. More importantly, it integrates two routing layers: explicit discovery (where users ask questions) and proactive reuse checks (where the agent automatically verifies against the library before implementing major modules like auth or workflows). This approach surfaces alternatives early, leveraging the same MCP endpoint for consistent quotas and rate limits.

Ideal for developers and engineers using DeepSeek Harness, especially those building AI pipelines, authentication systems, or workflow engines. It helps teams quickly evaluate the open-source landscape, reduce technical debt, and base decisions on battle-tested projects. Whether for individual exploration or enterprise development, dsh-aigc-radar serves as an intelligent assistant, accelerating innovation while ensuring efficiency.

Screenshots

Use Cases

  • Search for existing open-source projects before implementing new features
  • Explore mature solutions in the AIGC field
  • Quickly assess GitHub project categories

Best For

  • AI developers using DeepSeek Harness
  • Engineers looking to avoid reinventing the wheel
  • Team leads interested in open-source ecosystems