← 返回 Skills 市场
amangarg1999

Internet Lookup Verifier

作者 AmanGarg1999 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2227
总下载
3
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install internet-lookup-verifier
功能描述
Verify information by performing an internet lookup before answering questions.
使用说明 (SKILL.md)

Internet Lookup Verifier

Purpose

When a user asks a factual question, this skill performs an online search to confirm the answer and returns a concise verified response. It ensures that the assistant’s reply is backed by current, reliable sources.

How it works

  1. Trigger – The skill activates when the system prompt or another skill signals a need for verification. Typically this happens before answering a question that contains keywords like fact, true/false, verify, or source.
  2. Search – Uses the web_search tool to retrieve up to 5 relevant results (default 3). The query is the user’s question or a re‑phrased version suitable for search engines.
  3. Extract – From each result, the skill pulls the title, URL and snippet. If needed, it can fetch the full page with web_fetch for deeper analysis.
  4. Evaluate – The assistant checks that at least one source explicitly supports the answer. If sources disagree or none are found, it reports uncertainty.
  5. Respond – Returns a short verified answer followed by a list of URLs (and optionally snippets) that back the claim.

Usage example

User: Is the capital of Australia Canberra?

Assistant (using this skill): Yes, Canberra is the capital of Australia. Source: https://www.britannica.com/place/Canberra-Australia

Limitations

  • Relies on the quality of public search results.
  • May not handle niche or very new information if it hasn’t indexed yet.
  • Does not guarantee 100 % accuracy; it only indicates that sources support the claim.

Extensibility

Add a references/ folder with detailed guidelines for interpreting ambiguous results or handling conflicting sources. The skill can be extended to use more advanced NLP techniques for source credibility scoring.

安全使用建议
This skill is instruction-only and coherent with its purpose: it performs searches and returns cited sources. Before enabling, confirm that your platform's web_search/web_fetch implementations are trustworthy and respect privacy (to avoid fetching sensitive, link-tracking, or malicious pages). If you prefer tighter control, ensure the agent's invocation policy limits when the skill can run or require user confirmation before it performs external fetches.
功能分析
Type: OpenClaw Skill Name: internet-lookup-verifier Version: 1.0.0 The skill bundle defines an 'internet-lookup-verifier' designed to perform web searches and fetch web pages to verify factual information. The instructions in SKILL.md clearly outline the use of `web_search` and `web_fetch` tools, which are necessary for its stated purpose. There is no evidence of intentional harmful behavior, data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core directives beyond its stated function. The capabilities, while powerful, are directly aligned with the skill's benign goal of information verification.
能力评估
Purpose & Capability
The name/description (verify answers via internet lookup) aligns with the instructions: use web_search and web_fetch, extract title/URL/snippet, evaluate sources, and return a short answer with references. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
SKILL.md confines actions to search/fetch/evaluate web results. It does not instruct reading local files, environment variables, or sending data to external endpoints beyond retrieving public web pages. The trigger language is reasonably scoped (keywords like 'verify', 'source'), though triggers depend on the agent/system prompt.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes risk from arbitrary code or disk writes.
Credentials
No required environment variables, credentials, or config paths are declared or referenced in SKILL.md. The skill's operations (search/fetch) do not need additional secrets, so requested privileges are proportional.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent installation or elevated system privileges. It relies on platform-provided web_search/web_fetch tools, which is normal for this capability.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install internet-lookup-verifier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /internet-lookup-verifier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of internet-lookup-verifier skill. - Verifies factual answers by performing online searches before responding. - Returns concise answers with supporting source URLs. - Handles ambiguity by reporting uncertainty if sources conflict or cannot be found. - Designed for extensibility, including support for guidelines and advanced credibility scoring.
元数据
Slug internet-lookup-verifier
版本 1.0.0
许可证
累计安装 6
当前安装数 6
历史版本数 1
常见问题

Internet Lookup Verifier 是什么?

Verify information by performing an internet lookup before answering questions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2227 次。

如何安装 Internet Lookup Verifier?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install internet-lookup-verifier」即可一键安装,无需额外配置。

Internet Lookup Verifier 是免费的吗?

是的,Internet Lookup Verifier 完全免费(开源免费),可自由下载、安装和使用。

Internet Lookup Verifier 支持哪些平台?

Internet Lookup Verifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Internet Lookup Verifier?

由 AmanGarg1999(@amangarg1999)开发并维护,当前版本 v1.0.0。

💬 留言讨论