← Back to Skills Marketplace
amangarg1999

Internet Lookup Verifier

by AmanGarg1999 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2227
Downloads
3
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install internet-lookup-verifier
Description
Verify information by performing an internet lookup before answering questions.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install internet-lookup-verifier
  3. After installation, invoke the skill by name or use /internet-lookup-verifier
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug internet-lookup-verifier
Version 1.0.0
License
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Internet Lookup Verifier?

Verify information by performing an internet lookup before answering questions. It is an AI Agent Skill for Claude Code / OpenClaw, with 2227 downloads so far.

How do I install Internet Lookup Verifier?

Run "/install internet-lookup-verifier" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Internet Lookup Verifier free?

Yes, Internet Lookup Verifier is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Internet Lookup Verifier support?

Internet Lookup Verifier is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Internet Lookup Verifier?

It is built and maintained by AmanGarg1999 (@amangarg1999); the current version is v1.0.0.

💬 Comments