dsh-web-summary
A DeepSeek Harness tool plugin: fetch a public web page and return its title and plain-text summary to the agent.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lavenleo/dsh-web-summary说明文档
阅读完整 README ↗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.