技能详情(站内镜像,无评论)
作者:Aaron Levin @awlevin
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.7
统计:⭐ 4 · 4.3k · 32 current installs · 34 all-time installs
⭐ 4
安装量(当前) 34
🛡 VirusTotal :良性 · OpenClaw :良性
Package:awlevin/flight-search
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code, declared dependencies, and runtime instructions are coherent with a Google Flights scraper CLI; nothing requested or installed appears disproportionate to that purpose.
目的
Name/description (search Google Flights) match the code and declared dependency (fast-flights). The SKILL.md, CLI, and search module all implement scraping/search behavior. The requirement for the 'uvx' binary (and the pip install of package 'uv' which provides uvx) is consistent with the tool's documented quick-start: uvx allows running the tool without global install. No unrelated cloud credentials, system config paths, or unrelated binaries…
说明范围
SKILL.md and README instruct running the CLI or installing via uv/pip/pipx; runtime CLI code only reads CLI args, validates dates, calls the fast_flights library, and formats output. There are no instructions to read arbitrary files, environment secrets, or to exfiltrate data. The CLI uses subprocess.run to detect installers and to perform upgrades; those calls use fixed argument lists (no shell interpolation of user input).
安装机制
The skill's install spec is a pip entry that installs the 'uv' package to provide the 'uvx' binary — this is an indirect but explainable dependency. The repository README also promotes a curl | bash one-liner that fetches install.sh from the project's GitHub (raw.githubusercontent.com). Download-and-pipe installs from a well-known host (GitHub) are common but higher risk than using pip/pipx/uv directly; prefer package manager installs over pip…
证书
The skill declares no required environment variables or credentials and the code does not access environment secrets or unrelated config paths. All external access is via the fast-flights scraping library and normal network access performed by that dependency. No extra credentials are requested.
持久
The skill does not request permanent/force-installed privileges (always is false). It does not modify other skills' configs or system-wide agent settings. It can be invoked autonomously (platform default), which is expected for a user-invocable skill; this is not combined with other concerning factors.
综合结论
This package is internally consistent for a Google Flights scraper CLI: it depends on the fast-flights library for scraping, expects the uv/uvx runner (or pip/pipx) and includes safe-looking code that only parses arguments and calls the scraper. Before installing, consider: (1) the tool performs web scraping against Google Flights (no API key) so network requests will be made and Google may block/limit requests; (2) prefer installing via pip/p…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Flight Search」。简介:Search Google Flights for prices, times, and airlines. No API key required.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/awlevin/flight-search/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。