alphaear-search
/install alphaear-search
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).
- Engines:
- 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_newsdatabase.
Dependencies
duckduckgo-search,requestsscripts/database_manager.py(search cache & local news)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install alphaear-search - After installation, invoke the skill by name or use
/alphaear-search - Provide required inputs per the skill's parameter spec and get structured output
What is 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 fina... It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.
How do I install alphaear-search?
Run "/install alphaear-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is alphaear-search free?
Yes, alphaear-search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does alphaear-search support?
alphaear-search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created alphaear-search?
It is built and maintained by zhouzhonglu8-png (@zhouzhonglu8-png); the current version is v1.0.0.