Install
openclaw skills install openclaw-glassesBilingual search-layer skill for OpenClaw that turns ordinary web lookup into multi-source retrieval, intent-aware ranking, adaptive weighting, thread-pulling research, Chinese-query optimization, and finance-aware realtime prioritization. Use when the user asks for web search, deep research, latest status/news, comparisons, resource finding, Chinese-language search, or realtime market data such as stocks, indices, forex, and crypto prices. Prefer this over raw web_search when you want broader coverage, better ranking, deeper context, or more reliable realtime quotes.
openclaw skills install openclaw-glassesSee wider. Rank smarter. Answer with context.
OpenClaw Glasses is a search layer for OpenClaw. It starts with ordinary web lookup, then adds multi-source retrieval, intent-aware reranking, adaptive weighting, optional thread-pulling research, Chinese-query optimization, and finance-aware realtime prioritization.
OpenClaw Glasses 是一个给 OpenClaw 用的“搜索层 / 增强检索层”。它不是简单叠加几个搜索源,而是把多源召回、意图感知排序、权重自适应、链式追踪、中文优化、金融实时优先级整合成一条完整检索链,让结果更接近“先找对,再排对,最后答对”。
OpenClaw Glasses extends OpenClaw's native web tools into a smarter retrieval stack:
OpenClaw Glasses 会把 OpenClaw 原生 web tools 扩展成一条更完整的检索链:
web_search as the agent-facing source when available.scripts/search.py to aggregate additional providers and rerank results.answer or light deepdeepfastfast for direct quote lookups, deep when combining quote + broader contextFor intent examples and phrasing cues, read references/intent-guide.md.
Basic:
python3 scripts/search.py "query" --mode deep --intent exploratory --num 5
Multi-query comparison:
python3 scripts/search.py \
--queries "Bun vs Deno" "Bun advantages" "Deno advantages" \
--mode deep \
--intent comparison
Finance quote:
python3 scripts/search.py "BTC 实时价格" --mode deep --intent status --source alpha-vantage,binance,gemini,kimi,tavily
scripts/search.pyPrimary multi-source retrieval and reranking entrypoint.
Capabilities:
scripts/fetch_thread.pyDeep-fetch GitHub issues / PRs or generic pages to extract structured references.
scripts/chain_tracker.pyRecursive thread-pulling / follow-up exploration with relevance gating.
scripts/relevance_gate.pyBatch relevance filtering for candidate links.
references/intent-guide.md — intent cues and search-mode guidancereferences/authority-domains.json — authority weighting rulesreferences/research-light-regression-samples.md — research-light behavior examplesDo not hardcode secrets in the skill.
Expected runtime configuration:
Before packaging or publishing: