lussey820/dsh-http-tools
lussey820★ 0TypeScriptLast synced: 2026-08-16
HTTP/API debugging toolset for DeepSeek Harness: http_request, curl_parse, request_history
README excerpt
dsh-http-tools HTTP / API debugging tools for DeepSeek Harness (DSH). dsh-http-tools gives your DeepSeek Harness agent a complete REST client: send any request with full control over method, headers, body, and auth, paste a curl command and let the agent run or tweak it, and review or compare past requests — all inside the chat. Tools Tool Description http request Send an HTTP request (GET/POST/PUT/PATCH/DELETE/HEAD) with custom headers, body, and auth. Returns status, duration, size, response headers, truncated body, and an equivalent curl command. curl parse Parse a curl command into its structured parts (method, URL, headers, body, auth). Optionally execute it in one step with execute: true . request history Query requests made in the current session, inspect one in detail, or compare two responses side by side. Install Works out of the box with zero configuration. Node.js = 22 is required (uses the native fetch ). Try it Tell your agent things like: Configuration All options are optional. Set them in your profile's cordis.patch.yml : Security model - By default every URL is allowed; the request is tagged with an X-DSH-Request audit header so the server can identify agent traffi…
View full README on GitHub →