·web-search-fallback

当 WebSearch API 失败或达到限制时,基于自主代理的 Web 搜索后备

3安装·0热度·@bejranonda

安装

$npx skills add https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude --skill web-search-fallback

SKILL.md

Overview Provides robust web search capabilities using the autonomous agent approach (Task tool with general-purpose agent) when the built-in WebSearch tool fails, errors, or hits usage limits. This method has been tested and proven to work reliably where HTML scraping fails.

| Method | Status | Success Rate | Why |

| Autonomous Agent | ✅ WORKS | 95%+ | Multiple data sources, no scraping | | WebSearch API | ✅ WORKS | 90% | When not rate-limited | | HTML Scraping | ❌ BROKEN | 0% | Bot protection, structure changes | | curl + grep | ❌ BROKEN | 0% | Modern web protections |

当 WebSearch API 失败或达到限制时,基于自主代理的 Web 搜索后备 来源:bejranonda/llm-autonomous-agent-plugin-for-claude。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude --skill web-search-fallback
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 web-search-fallback?

当 WebSearch API 失败或达到限制时,基于自主代理的 Web 搜索后备 来源:bejranonda/llm-autonomous-agent-plugin-for-claude。

如何安装 web-search-fallback?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude --skill web-search-fallback 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude