lnyanhongyan/dsh-fetch-url1

@deepseek-ai/dsh-fetch-url

DSH plugin that registers a fetch_url tool: fetch any URL (direct for domestic targets, HTTP CONNECT proxy for overseas) and return a bounded text/JSON summary. Reuses the battle-tested Node TLS logic from tools/fetch-url.cjs, exposed as a model-callable tool.

AI 分析

核心用途是赋予模型直接抓取任意网页内容并生成摘要的能力。适合需要模型实时联网检索、读取特定 URL 数据的任务,支持配置国内外代理。

パッケージ
@deepseek-ai/dsh-fetch-url
バージョン
0.1.0
最終更新
2026/08/25

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lnyanhongyan/dsh-fetch-url

ドキュメント

README 全文を読む ↗

🚀 使用方法

安装并重启 DSH 后,在任意会话中模型可直接调用:

fetch_url(url="https://api.github.com/rate_limit", proxy="127.0.0.1:7890")