dsh-web-summary
A DeepSeek Harness tool plugin: fetch a public web page and return its title and plain-text summary to the agent.
AI 분석
核心用途是为 Agent 扩展网页抓取与内容摘要能力。适合需要让 AI 助手读取、分析和总结特定公开网页链接内容的用户。Agent 会通过调用 fetch_page_summary 工具来实现此功能。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lavenleo/dsh-web-summaryUsage 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.