Smart Search Fallback

PassAudited by ClawScan on Apr 29, 2026.

Overview

The skill's requirements and instructions are coherent with a search-fallback utility: it orchestrates other search tools, requires python3/bash/opencli, and does not request unrelated credentials or installs—nothing indicates intentional misdirection.

This skill appears to do exactly what it says: orchestrate multiple search tools and fall back when one fails. Before installing, verify that you have the optional backends you plan to use (opencli, crawl4ai Python package, firecrawl binary) or accept those fallbacks will simply fail. Keep API keys local (as recommended) and ensure .env files in other skill directories are not shared. Note the script suppresses stderr and will hide error details (including API key errors) from users — useful for a clean UX but reduces transparency when debugging. Also be aware that the skill actively fetches web content via those tools, so standard risks of remote content apply (malicious pages, large downloads); ensure your runtime sandbox/network policies match your risk tolerance.