Web fetch Google search

v1.0.0

Performs a web fetch request to Google based on a user-provided query. Use this skill when you need to retrieve information from Google search results.

0· 504·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (fetch Google search results) matches the included script and SKILL.md. The skill does not request unrelated environment variables, binaries, or installs.
Instruction Scope
SKILL.md instructs running scripts/web_search.py with the user query; the script prints JSON containing a call to default_api.web_search(query=...). This is coherent for a skill that delegates searching to a platform-provided tool, but it implicitly depends on the agent exposing a 'web_search' tool (not declared in the skill). The SKILL.md also contains template/placeholder content (TODO) but no instructions to read unrelated files or secrets.
Install Mechanism
No install spec — instruction-only with a tiny Python helper script. Nothing will be downloaded or written to disk beyond the provided script.
Credentials
No environment variables, credentials, or config paths are requested. The level of access requested is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent presence or modify other skills or system settings. Autonomous invocation is allowed (platform default) but not unusual here.
Assessment
This skill appears to do what it says: run a tiny helper that asks the agent to use its web_search tool to fetch Google results. Before installing, confirm that your agent/platform provides a web_search tool and understand how that tool sends queries (it will contact external search services). Avoid sending sensitive or private queries because they will be transmitted to an external search endpoint. Also be aware the SKILL.md contains placeholder text (TODO) and the helper script simply prints code for the agent to execute — if you need stricter auditing, inspect or run the script in a sandboxed environment and verify the platform's web_search implementation and privacy policy.

Like a lobster shell, security has layers — review code before you run it.

latestvk972cd935v7rxmeybjerdgbcc582889e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments