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).
By rkiding · 524 installs
npx skills add rkiding/awesome-finance-skills --skill alphaear-search
Source repository · Upstream listing
AlphaEar Search Skill
Overview
Unified search capabilities: web search (Jina/DDG/Baidu) and local RAG search.
Capabilities
1. Web Search
Use scripts/search tools.py via SearchTools .
Search : search(query, engine, max results)
Engines: jina , ddg , baidu , local .
Returns: JSON string (summary) or List[Dict] (via search list ).
Smart Cache (Agentic) : If you want to avoid redundant searches, use the Search Cache Relevance Prompt in references/PROMPTS.md . Read the cache first and decide if it's usable.
Aggregate : aggregate search(query)
Combines results from multiple engines.
2. Local RAG
Use scripts/hybrid search.py or SearchTools with engine='local' .
Search : Searches local daily news database.
Dependencies
duckduckgo search , requests
scripts/database manager.py (search cache & local news)