search-cluster
Installation
SKILL.md
Search Cluster
Unified search system for multi-source information gathering.
Prerequisites
- Binary:
python3must be installed. - Google Search: Requires
GOOGLE_CSE_KEYandGOOGLE_CSE_ID. - NewsAPI: Requires
NEWSAPI_KEY. - Cache (Optional): Active Redis instance (defaults to localhost:6379).
Setup
- Define API keys in your environment or a local
.envfile. - Install optional Redis client:
pip install redis.