ما هي web-search-fallback؟
احتياطي بحث الويب المستقل المستند إلى الوكيل عند فشل WebSearch API أو الوصول إلى الحدود المصدر: bejranonda/llm-autonomous-agent-plugin-for-claude.
احتياطي بحث الويب المستقل المستند إلى الوكيل عند فشل WebSearch API أو الوصول إلى الحدود
ثبّت مهارة الذكاء الاصطناعي web-search-fallback بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: bejranonda/llm-autonomous-agent-plugin-for-claude.
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 أو الوصول إلى الحدود المصدر: bejranonda/llm-autonomous-agent-plugin-for-claude.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude --skill web-search-fallbackBrowse more skills from bejranonda/llm-autonomous-agent-plugin-for-claude
احتياطي بحث الويب المستقل المستند إلى الوكيل عند فشل WebSearch API أو الوصول إلى الحدود المصدر: bejranonda/llm-autonomous-agent-plugin-for-claude.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude --skill web-search-fallback بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/bejranonda/llm-autonomous-agent-plugin-for-claude