dsh-read-url: Extracting Webpage Content for DSH Agents
dsh-read-url is the URL reader plugin for DeepSeek Harness, maintained by 2672243194. It scrapes web pages, JSON, and RSS/Atom feeds, automatically identifies encodings like GBK and UTF-8, extracts and cleans the main content, and outputs it in 6000 characters by default, supporting caching and continuation reading via offset. It has zero runtime dependencies, requires no API key, and adheres to ctx.web and ctx.effect interfaces. Installation: npx @deepseek-ai/dsh plugin --profile web add github:2672243194/dsh-read-url.
Read More