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.

包名
@deepseek-ai/dsh-fetch-url
版本
0.1.0
最近更新
2026年8月25日

安装

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

🚀 使用方法

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

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