rkiding/alphaear-search
Perform finance web searches and local context searches. Use when the user needs general finance info from the web (Jina/DDG/Baidu) or needs to retrieve finance information from a local document store (RAG).
npx skills add https://github.com/RKiding/Awesome-finance-skills --skill alphaear-search
Unified search capabilities: web search (Jina/DDG/Baidu) and local RAG search.
Use scripts/search_tools.py via SearchTools.
search(query, engine, max_results)jina, ddg, baidu, local.search_list).references/PROMPTS.md. Read the cache first and decide if it's usable.aggregate_search(query)Use scripts/hybrid_search.py or SearchTools with engine='local'.
daily_news database.duckduckgo-search, requestsscripts/database_manager.py (search cache & local news)Take rkiding/alphaear-search from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.