lnyanhongyan/dsh-fetch-url ↗★ 1
@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.
安装
$
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")