DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-http-tools

HTTP/API debugging tools for DeepSeek Harness agents.

Developer ToolsSecurity & Policy
1GitHub Stars0ForksUpdated2026-08-16

Install

$ dsh plugin --profile web add dsh-http-tools

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-http-tools is an installable DeepSeek Harness tool plugin that lets agents send REST requests, parse or execute curl commands, and inspect or compare in-session request history. An optional separate UI package adds web-client tool cards.

Key Capabilities

  • Sends GET, POST, PUT, PATCH, DELETE, and HEAD requests with custom headers, bodies, and basic or bearer authentication.
  • Returns response status, duration, size, headers, a truncated body, and a redacted equivalent curl command.
  • Parses curl commands into structured request parts and can execute them when enabled.
  • Stores in-session request history for querying, detailed inspection, and response comparison.
  • Surfaces Link-header pagination information to support following next or last links.
  • Supports configurable response-size limits, request timeouts, blocked hosts, local-network-only mode, history retention, and an audit header.
  • Works with the separately installed dsh-http-tools-ui package for web UI request cards.

Useful For

  • Debug REST APIs from a DeepSeek Harness conversation.
  • Turn a pasted curl command into an editable or executable request.
  • Compare responses from two requests made in the current session.
  • Inspect paginated API responses and follow Link-header navigation.
  • Restrict agent HTTP testing to local or private-network targets.

Who It Fits

  • DeepSeek Harness users debugging HTTP or REST APIs.
  • Developers who work with curl-based API examples.
  • Teams that want configurable guardrails for agent-originated HTTP requests.

Documented Limitations

  • Requires Node.js 22 or later.
  • Request history is retained only for the current session.
  • By default, every URL is allowed unless blockedHosts or localOnly is configured.
  • Response bodies returned to the model are limited by maxBodyChars; the documented default is 512 KB.
  • The branded web cards require the separate dsh-http-tools-ui package.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 4 development, 2 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
lussey820/dsh-http-tools
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
c5ed617 · 2026-09-18

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
1GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-16
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app