lavenleo/dsh-web-summary

lavenleo★ 1JavaScript最后同步: 2026-08-19

在 GitHub 打开

A DeepSeek Harness plugin that fetches a public web page and returns its title and plain-text summary to the agent.

README 摘要

dsh-web-summary A DeepSeek Harness Host tool plugin that fetches a public web page over HTTPS and returns its and a plain-text summary of the visible content to the agent. Features - Registers one model-callable tool: fetch page summary - Accepts an https:// URL and an optional maxChars cap (default 4000) - Returns { url, title, summary, truncated } ; scripts, styles, and markup are stripped - Plain ESM JavaScript — no build step, works from both Git and npm installs Install or from npm: Restart the profile afterwards. The tool then appears as fetch page summary for the agent. Usage example Ask the agent: "Summarize https://example.com" . The agent will call fetch page summary and receive the title plus up to maxChars characters of visible text. Development License MIT

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类