name: search-cluster description: Aggregated search aggregator using Google CSE, GNews RSS, Wikipedia, Reddit, and Scrapling.
A multi-provider search aggregator designed for high-availability and security.
想要更強大的技能外掛,就來小蔥技能站7w4.net看看吧。
The scrapling provider requires a dedicated virtual environment. 1. Create a venv: python3 -m venv venv/scrapling 2. Install scrapling: venv/scrapling/bin/pip install scrapling 3. Provide the path to the venv binary in SCRAPLING_PYTHON_PATH.
Declare these variables in your environment or vault:
| Variable | Requirement | Description |
|---|---|---|
| GOOGLE_API_KEY | Optional | API Key for Google Custom Search. |
| GOOGLE_CSE_ID | Optional | Search Engine ID for Google CSE. |
| SCRAPLING_PYTHON_PATH | Optional | Path to the scrapling venv python binary. |
| REDIS_HOST | Optional | Host for result caching. |
| REDIS_PORT | Optional | Port for result caching (Default: 6379). |
| SEARCH_USER_AGENT | Optional | Custom User-Agent string. |
這是一個質量較高的搜尋工具,優點是功能豐富、文件詳細、安全防護做得不錯,多個搜尋源併發查詢速度快。缺點是安裝配置稍複雜,特別是需要單獨配置虛擬環境才能使用爬蟲功能,另外錯誤提示不夠友好,出問題時使用者可能摸不著頭腦。總體而言適合有技術基礎的使用者,普通使用者需要一定學習成本。