dsh plugins中文
← Back to popular plugin directory

OpenAPI tool connector

Degurechaff57/dsh-openapi · skills

Safe OpenAPI 3.x discovery and API calling tools for DeepSeek Harness.

★ 4GitHub stars
0Forks
2026-08-13Last updated
JavaScriptLanguage
MITLicense

Project overview

dsh-openapi Give DeepSeek Harness a safe, structured doorway into any OpenAPI 3.x API.

dsh-openapi is a native DeepSeek Harness bundle that indexes configured OpenAPI documents and adds three model-facing tools: openapilist discovers APIs and searches operations. openapidescribe returns parameters, request bodies, servers, and responses for one operation. openapicall validates and invokes an operation with bounded output.

It is plain ESM JavaScript, so installing from GitHub does not run a build or prepare script. Why this plugin

Install command

dsh plugin --profile web add github:Degurechaff57/dsh-openapi
View GitHub repository ↗Back to popular plugin directory