alphaear-search
Original:🇺🇸 English
Translated
11 scriptsChecked / no sensitive code detected
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).
13installs
Added on
NPX Install
npx skill4agent add rkiding/awesome-finance-skills alphaear-searchTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →AlphaEar Search Skill
Overview
Unified search capabilities: web search (Jina/DDG/Baidu) and local RAG search.
Capabilities
1. Web Search
Use via .
scripts/search_tools.pySearchTools- Search:
search(query, engine, max_results)- Engines: ,
jina,ddg,baidu.local - Returns: JSON string (summary) or List[Dict] (via ).
search_list
- Engines:
- Smart Cache (Agentic): If you want to avoid redundant searches, use the Search Cache Relevance Prompt in . Read the cache first and decide if it's usable.
references/PROMPTS.md - Aggregate:
aggregate_search(query)- Combines results from multiple engines.
2. Local RAG
Use or with .
scripts/hybrid_search.pySearchToolsengine='local'- Search: Searches local database.
daily_news
Dependencies
- ,
duckduckgo-searchrequests - (search cache & local news)
scripts/database_manager.py