@lansi-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 분석
核心用途是为模型提供网页抓取与摘要生成能力。适合需要让 AI 访问网络链接、提取网页信息的任务,支持全局或预设安装。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lansi-ai/dsh-fetch-url🚀 使用方法
安装并重启 DSH 后,在任意会话中模型可直接调用:
fetch_url(url="https://api.github.com/rate_limit", proxy="127.0.0.1:7890")