← 返回 Skills 市场
Web fetch Google search
作者
Uroboros1205
· GitHub ↗
· v1.0.0
543
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install webfetch-google
功能描述
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.
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: webfetch-google
Version: 1.0.0
The skill is a straightforward implementation of a Google search fetcher. The script `scripts/web_search.py` takes a user query and returns a JSON object intended to trigger an internal `web_search` tool. While the `SKILL.md` contains significant amounts of boilerplate template text, there is no evidence of malicious intent, data exfiltration, or prompt injection vulnerabilities.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webfetch-google - 安装完成后,直接呼叫该 Skill 的名称或使用
/webfetch-google触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the webfetch-google skill.
- Allows users to fetch Google search results by providing a query.
- Executes a script to retrieve and return content from Google based on the user’s input.
元数据
常见问题
Web fetch Google search 是什么?
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 543 次。
如何安装 Web fetch Google search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webfetch-google」即可一键安装,无需额外配置。
Web fetch Google search 是免费的吗?
是的,Web fetch Google search 完全免费(开源免费),可自由下载、安装和使用。
Web fetch Google search 支持哪些平台?
Web fetch Google search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web fetch Google search?
由 Uroboros1205(@uroboros1205)开发并维护,当前版本 v1.0.0。
推荐 Skills