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/08/19

インストール

$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.