Verify information by performing an internet lookup before answering questions.
Security Analysis
high confidenceThe skill's instructions, requirements, and behavior are consistent with its stated purpose (performing web lookups to verify answers); it requests no credentials, has no install steps, and stays within expected scope.
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.
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.
No install spec and no code files — instruction-only skill. This minimizes risk from arbitrary code or disk writes.
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.
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.
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.
Latest Release
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.
More by @AmanGarg1999
Published by @AmanGarg1999 on ClawHub