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.

包名
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.