Google全家桶入口
v1.0.0集成20+谷歌主流产品分类导航,一键访问搜索、办公、通讯、地图、娱乐等谷歌服务入口。
⭐ 0· 72·0 current·0 all-time
bybittao@hgta23
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included assets: a products.json list and a small Python CLI (main.py) that displays products and opens their official Google URLs. Nothing requested (no env vars, no binaries, no installs) is unexpected for a navigation skill.
Instruction Scope
SKILL.md describes browsing/searching and one-click navigation to Google services. The runtime instructions and the Python implementation stay within that scope (reading bundled products.json, showing choices, and opening URLs). There is no instruction to read unrelated files, access credentials, or transmit data externally.
Install Mechanism
No install spec is present (instruction-only on the registry), and the included code is small and local. Nothing is downloaded or extracted from external URLs.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request any secrets and only uses a local products.json file.
Persistence & Privilege
Flags show no forced persistence (always: false). The skill does not modify other skills or system settings and requires no long-lived privileges.
Assessment
This skill appears to be a harmless navigational list that opens Google product URLs. Before installing, verify you trust the unknown publisher (no homepage provided). Review products.json and main.py if you can—the script will read the bundled JSON and call webbrowser.open(url) to open links, so ensure links are the expected official Google URLs. Because it runs as code on your agent host, avoid enabling it on sensitive or shared servers unless you trust the source and are comfortable with a local process launching a browser or opening external URLs.Like a lobster shell, security has layers — review code before you run it.
latestvk974sysavtpm8tdd4jahg4dk2s84azjb
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
