lavenleo/dsh-web-summary0

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 工具来实现此功能。

패키지
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.