lavenleo/dsh-web-summary0

dsh-web-summary

一款 DeepSeek Harness 工具插件:获取公开网页并向 Agent 返回其标题和纯文本摘要。

AI 分析

核心用途是为 Agent 扩展网页抓取与内容摘要能力。适合需要让 AI 助手读取、分析和总结特定公开网页链接内容的用户。Agent 会通过调用 fetch_page_summary 工具来实现此功能。

套件
dsh-web-summary
版本
0.1.0
授權
MIT
最近更新
2026年8月19日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lavenleo/dsh-web-summary

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.