AI Agent Hub
Back to plugins
🤖

dsh-ai-use

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-ai-use

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

Install it in your DeepSeek Harness terminal by running dsh plugin install uckkk/dsh-ai-use; the source repository is available at https://github.com/uckkk/dsh-ai-use

About this plugin

When working inside a DeepSeek Harness session, you often need quick, parameter-driven suggestions without the overhead of crafting lengthy prompts every time. dsh-ai-use is a lightweight plugin built for exactly that purpose.

It registers a tool called ai_use that accepts structured parameters and returns tailored suggestions as a result. The entire implementation lives in pure Node.js, runs locally within the process, and makes zero network requests, so responses are fast, fully offline, and free from external API instability.

If you want to drop a zero-dependency, ready-to-use suggestion capability into your Harness workflow—whether for content generation, debugging support, or everyday Q&A—dsh-ai-use integrates with minimal configuration and no extra setup.

Use Cases

  • Fetching quick parameter-driven AI tool suggestions within a Harness session
  • Running local inference with zero external API dependencies
  • Embedding a lightweight suggestion capability into automation workflows

Best For

  • Developers working with DeepSeek Harness sessions
  • Engineers who require an offline, zero-network toolchain
  • Plugin users looking to quickly integrate a suggestion capability