yangyunsong023/dsh-sxs-anti-bot-http1

dsh-sxs-anti-bot-http

DeepSeek Harness 的反爬虫 HTTP 获取工具

AI 分析

提供 UA 轮转、指数退避重试、反爬检测和自适应限流的网页抓取工具。适合需要 AI 稳定抓取具有反爬限制的外部网页数据的任务。

包名
dsh-sxs-anti-bot-http
版本
0.1.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yangyunsong023/dsh-sxs-anti-bot-http

使用示例

sxs_fetch(url="https://example.com/news", referer="https://example.com/")
→ HTTP 200 + 页面文本(自动处理反爬与限流)