alphaear-search — 技能工具
v1.0.0Perform 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...
详细分析 ▾
运行时依赖
版本
AlphaEar Search Skill v1.0.0 - Introduces unified search for finance information via web (Jina, DDG, Baidu) and local document retrieval (RAG). - Supports engine selection for queries: web engines or local database. - Includes smart cache checking to avoid redundant searches. - Aggregates search results from multiple engines if needed. - Requires dependencies: duckduckgo-search, requests, and local script/database management.
安装命令 点击复制
技能文档
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)
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)
2. Local RAG
Use scripts/hybrid_search.py or SearchTools with engine='local'.
- Search: Searches local
daily_newsdatabase.
Dependencies
-
duckduckgo-search,requests -
scripts/database_manager.py(search cache & local news)
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制