Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

openclaw-glassesOpenClaw glasses 搜索

Agent Skill

openclaw-glasses 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

8,323

周安装

340

GitHub Stars

公开资料未说明

下载量

2,666
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-glasses(OpenClaw glasses 搜索)
来源仓库:https://github.com/wewehg/openclaw-glasses
安装命令:
openclaw skills install openclaw-glasses
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-glasses

简介

增强型双语搜索层,将普通网络查找升级为多源检索与意图感知排序。

  • 适合需要高精度信息定位的用户,支持自适应加权与线程拉取优化结果相关性。
  • 当用户提问涉及跨语言或多模态内容时触发,整合中英文资源提升覆盖率。
  • 依赖第三方索引服务,部分冷门站点可能未被收录,建议补充自定义数据源。
  • 结果按置信度加权排序,但排名非绝对准确,需结合人工判断筛选可信信息。

SKILL.md

name
openclaw-glasses
description
Bilingual 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 Glasses

See 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 用的“搜索层 / 增强检索层”。它不是简单叠加几个搜索源,而是把多源召回、意图感知排序、权重自适应、链式追踪、中文优化、金融实时优先级整合成一条完整检索链,让结果更接近“先找对,再排对,最后答对”。

Public-facing summary

OpenClaw Glasses extends OpenClaw's native web tools into a smarter retrieval stack:

  • multi-source search for broader recall and lower single-source bias
  • intent-aware search for factual lookups, status/news, comparisons, tutorials, and exploratory research
  • adaptive weighting so ranking changes with query type instead of using one fixed recipe
  • thread-pulling / follow-up research for issues, discussions, and linked references
  • Chinese-query optimization with CJK-aware matching and source weighting
  • finance-aware realtime prioritization for stocks, indices, forex, and crypto quotes

OpenClaw Glasses 会把 OpenClaw 原生 web tools 扩展成一条更完整的检索链:

  • 多源搜索:扩大召回面,减少单一来源偏差
  • 意图感知检索:区分事实查询、状态更新、新闻、对比、教程、探索式研究
  • 权重自适应:不同问题走不同排序逻辑,而不是一套固定权重打天下
  • 链式追踪 / 深挖:遇到 issue、讨论帖、引用链时可以继续往下追
  • 中文搜索优化:针对中文查询做 CJK-aware 匹配与中文友好源加权
  • 金融实时增强:对股票、指数、外汇、加密资产等实时价格问题给出更稳的优先级

Example triggers

  • "帮我查一下 OpenClaw 最新进展,并按可靠性排序"
  • "Compare Bun vs Deno for production backend use"
  • "AAPL 最新股价"
  • "BTC 实时价格和 24h 涨跌"

Quick start

  1. Use OpenClaw's built-in web_search as the agent-facing source when available.
  2. Use scripts/search.py to aggregate additional providers and rerank results.
  3. For status / exploratory / comparison work, prefer multi-query retrieval and intent scoring.
  4. For finance price queries, let the finance-aware path boost Alpha Vantage and Binance results.

What this skill adds

  • Intent-aware search modes: factual, status, comparison, tutorial, exploratory, news, resource
  • Multi-source aggregation: Exa, Tavily, Grok, Gemini, Kimi
  • Chinese-query optimization:

- CJK-aware keyword matching instead of space-splitting only - modest boosts for Chinese-friendly sources when the query is in Chinese

  • Finance-aware weighting:

- boosts Alpha Vantage for stocks / ETFs / forex / index proxies - boosts Binance for crypto realtime quotes

  • Optional GitHub thread-pulling and reference extraction for deeper research

Workflow

1. Pick the mode by intent

  • Factual / tutorial → answer or light deep
  • Status / news / comparison / exploratory → deep
  • Resource finding → fast
  • Finance realtime queries → fast for direct quote lookups, deep when combining quote + broader context

For intent examples and phrasing cues, read references/intent-guide.md.

2. Run the aggregator

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

3. Synthesize by topic, not by provider

  • Answer first, then cite
  • Group by themes or findings
  • Call out conflicts explicitly
  • Treat single-source or older claims more cautiously

Scripts

scripts/search.py

Primary multi-source retrieval and reranking entrypoint.

Capabilities:

  • intent-aware scoring
  • multi-query execution
  • provider fusion
  • Chinese-query weighting
  • finance-aware realtime boosts
  • optional extract-refs integration

scripts/fetch_thread.py

Deep-fetch GitHub issues / PRs or generic pages to extract structured references.

scripts/chain_tracker.py

Recursive thread-pulling / follow-up exploration with relevance gating.

scripts/relevance_gate.py

Batch relevance filtering for candidate links.

References

  • references/intent-guide.md — intent cues and search-mode guidance
  • references/authority-domains.json — authority weighting rules
  • references/research-light-regression-samples.md — research-light behavior examples

Configuration notes

Do not hardcode secrets in the skill.

Expected runtime configuration:

  • search provider keys via environment or a local credentials file
  • optional reuse of OpenClaw's existing web-search provider config
  • finance sources should remain optional; degrade gracefully if unavailable

Publishing / safety

Before packaging or publishing:

  • remove all plaintext secrets
  • remove machine-specific notes, personal paths, and private identifiers
  • verify that examples and docs contain no local credentials or private data
  • run the validator / packager before publishing

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.11%
按下载量换算1,949

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills