📦 free_google_search_with_browser — 谷歌免费搜索
v0.0.1调用浏览器抓取 Google 搜索结果,返回结构化标题、链接与摘要,无需 API Key,适合快速在线信息检索。
1· 980·3 当前·3 累计
下载技能包
最后更新
2026/3/10
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
This skill appears to do what it says, but consider the following before installing:
- It launches visible browser windows (headless=False). Run it on a machine with a GUI or use a virtual display (xvfb) or VM if needed.
- It requires installing Python packages and Playwright, which will download browser binaries (run 'playwright install'). Review and trust the packages on PyPI before installing.
- The code writes a local file named scrapling_storage.db in the working directory; that may contain...详细分析 ▾
✓ 用途与能力
The name/description (search Google using a browser-like fetcher) aligns with the included Python scripts and requirements. The code implements browser automation (StealthyFetcher) and returns title/link/snippet results; none of the declared or implicit requirements are out-of-scope for a search-by-browser skill.
ℹ 指令范围
SKILL.md and the scripts instruct running local Python scripts, installing dependencies, and launching a visible browser (headless=False). The runtime will open GUI browser windows and the verify script opens multiple searches for testing. The code configures a local storage file (scrapling_storage.db) and sets solve_cloudflare=True (attempts to handle/solve Cloudflare protections). These behaviors are coherent with a stealthy scraper but have operational and policy implications (visible browser windows, stored local state, possible CAPTCHAs or anti-bot circumvention).
✓ 安装机制
No registry install spec is provided; SKILL.md directs using pip install -r requirements.txt and running 'playwright install'. This is a common, expected install approach for Playwright-based Python projects. No downloads from untrusted URLs or archive extraction are present in the registry metadata; the risk is standard package-install risk from PyPI.
✓ 凭证需求
The skill declares no environment variables or external credentials and the code does not access secrets. It writes a local database file (scrapling_storage.db) for storage, which is proportionate to the scraper's operation. No unrelated credentials or config paths are requested.
✓ 持久化与权限
always is false and the skill does not request elevated or persistent platform privileges. It does not modify other skills or global agent settings; its persistence is limited to creating a local storage file in the working directory.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.0.12026/3/10
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install free-google-search-with-browser
镜像加速npx clawhub@latest install free-google-search-with-browser --registry https://cn.longxiaskill.com