Use the AlphaEar Search Skill for Web and Local RAG searches
mainThe alphaear-search skill provides unified search capabilities including web searches (via Jina, DDG, or Baidu) and local RAG (Retrieval-Augmented Generation) searches against a local daily_news database.
To perform web searches, use the SearchTools class via scripts/search_tools.py. To perform local RAG searches, use scripts/hybrid_search.py or call SearchTools with the engine parameter set to 'local'.