dsh-web-summary
一款 DeepSeek Harness 工具插件:获取公开网页并向 Agent 返回其标题和纯文本摘要。
AI 分析
核心用途是为 Agent 扩展网页抓取与内容摘要能力。适合需要让 AI 助手读取、分析和总结特定公开网页链接内容的用户。Agent 会通过调用 fetch_page_summary 工具来实现此功能。
安装
$
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.