A unified search tool that handles both web finance queries and local document retrieval through a single interface. You get three web engines (Jina, DuckDuckGo, Baidu) plus a local RAG system that searches a daily_news database. The smart caching is the interesting bit: it includes an agentic relevance prompt that lets Claude check the cache and decide if previous results are still useful before firing off new searches. Use aggregate_search when you want results from multiple engines at once. Honestly most useful if you're building a finance research assistant that needs to pull from both fresh web data and your own document store without managing two separate search systems.
npx skills add https://github.com/rkiding/awesome-finance-skills --skill alphaear-search