DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-webfetch

A DeepSeek Harness web-reading plugin that fetches pages as clean Markdown or text, inventories links, and parses RSS/Atom feeds.

Developer ToolsBrowser & Web
2GitHub Stars0ForksUpdated2026-09-16

Install

$ dsh plugin --profile web add github:TYEclipse/dsh-webfetch

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-webfetch installs three read-only URL tools for DeepSeek Harness agents: readable web-page extraction, link collection, and RSS/Atom feed parsing. It uses Node built-ins and global fetch, with configurable request, redirect, response-size, and extracted-text limits.

Key Capabilities

  • Fetch HTTP/HTTPS pages and extract readable Markdown or plain text with web_fetch.
  • Optionally return resolved, absolute links alongside fetched page content.
  • Collect deduplicated page links with labels using web_links.
  • Parse RSS 2.0 and Atom feeds into structured, LLM-friendly entries using web_feed.
  • Support configurable timeout, response-byte, character, and redirect limits.
  • Use HTTP/HTTPS proxy settings and NO_PROXY matching, including wildcard and IPv4 CIDR rules.
  • Reject unsupported URL schemes and URLs containing embedded credentials.

Useful For

  • Read the content behind search-result or referenced URLs.
  • Map a page's outbound links before following selected resources.
  • Summarize recent items from RSS or Atom feeds.
  • Fetch websites from environments that require an HTTP proxy.

Who It Fits

  • DeepSeek Harness users who need agents to read web pages behind URLs.
  • Agent workflow builders working with web research, link discovery, or feed monitoring.

Documented Limitations

  • Only HTTP and HTTPS URLs are accepted.
  • web_fetch and web_links parse only text/html and text/plain responses.
  • web_feed is limited to RSS 2.0 and Atom-compatible XML content types.
  • Request timeouts, redirect hops, response bytes, extracted characters, links, and feed items are capped by configuration or tool parameters.
  • The plugin is read-only and does not attach cookies or authorization headers.

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.

No automated security signals have been published yet.

Source & Registry Notes

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

Source repository
TYEclipse/dsh-webfetch
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
86a1836 · 2026-09-19

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
2GitHub stars
Forks
0
Open issues
9
Last commit
2026-09-16
Last release
2026-09-16
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