AI Agent Hub
Back to plugins
🧰

dsh-openapi

Web Tools Updated 2026.08.14

Run the following command in DeepSeek Harness:

dsh plugin install Degurechaff57/dsh-openapi

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

To install the dsh-openapi plugin in DeepSeek Harness, run the command "dsh plugin install Degurechaff57/dsh-openapi", with the full source address at https://github.com/Degurechaff57/dsh-openapi.

About this plugin

When AI agents interact with external APIs, directly loading large OpenAPI specifications and invoking endpoints can introduce security risks, context overload, and validation challenges. The dsh-openapi plugin addresses these pain points by providing a structured, secure gateway for DeepSeek Harness, enabling AI agents to efficiently explore and operate on OpenAPI 3.x APIs. Its core capabilities are delivered through three model-facing tools: openapi_list for discovering and searching API operations, openapi_describe for retrieving parameters, request bodies, and response details, and openapi_call for executing validated invocations—all augmented with built-in controls like parameter validation, credential mapping, SSRF protection, and response truncation. These features ensure API access is both flexible and rigorous, without burdening the model context with entire specifications.

This plugin is ideal for developers, AI engineers, and security-conscious teams building applications that require AI agents to call external services in a controlled manner. It shines in scenarios involving sensitive data, fine-grained access control (such as restricting to read-only methods), or deployment in complex network environments. By combining configured API catalogs with environment-based credentials, dsh-openapi simplifies integration while strengthening security boundaries, making API calls from AI agents more predictable and manageable.

Use Cases

  • Enable AI agents to securely call external REST APIs with automatic parameter validation.
  • Quickly discover and describe API operations through structured tools to streamline integration.
  • Execute API calls in a controlled environment with response size limits and network risk prevention.

Best For

  • Developers building AI applications that require secure API integration.
  • Engineers seeking to control AI agent network access and ensure data security.
  • Technical teams handling sensitive data or needing fine-grained API access control.