← 返回 Skills 市场
640
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install serpapi-flights
功能描述
Query Google Flights via SerpApi for flight schedules, prices, and cabin class info. Use when user asks about flight/机票/航班 prices, schedules, or comparisons.
安全使用建议
This skill appears coherent and limited to calling SerpApi. Before installing: (1) Treat SERPAPI_KEY as a secret — the script sends it in the query string to serpapi.com; do not share keys in public prompts. (2) Confirm you trust SerpApi and understand its billing/rate limits (free tier ~100 searches/month). (3) Ensure your node version supports global fetch and node:util parseArgs (Node 18+ recommended). (4) Review the included script yourself if you want to confirm no additional logging of sensitive context; the code prints query info and results to the console. (5) If you need tighter security, run the script in a restricted environment and rotate the API key if it is exposed.
功能分析
Type: OpenClaw Skill
Name: serpapi-flights
Version: 1.0.0
The skill bundle is designed to query Google Flights via SerpApi. The `SKILL.md` provides clear instructions and examples without any prompt injection attempts. The `scripts/query.mjs` script correctly retrieves the `SERPAPI_KEY` from environment variables and uses `node:util.parseArgs` for robust command-line argument parsing, mitigating shell injection risks. Network requests are made to the legitimate `serpapi.com` endpoint, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The code aligns with its stated purpose and lacks high-risk behaviors.
能力评估
Purpose & Capability
Name/description say 'query Google Flights via SerpApi'; the skill requires node and a SERPAPI_KEY and contains a Node script that calls https://serpapi.com/search.json. All requested resources are appropriate for that purpose.
Instruction Scope
SKILL.md only instructs setting SERPAPI_KEY and running the included Node script with origin/destination/date options. The script only reads the API key (and an alternative env var), builds a SerpApi URL, and prints results — it does not read arbitrary user files or call other endpoints.
Install Mechanism
There is no install spec (instruction-only + single script). The only runtime requirement is the 'node' binary, which is declared. No downloads or archive extraction are present.
Credentials
The only required environment variable is SERPAPI_KEY (with a fallback name SERPAPI_API_KEY used in code). That single API key is proportional and expected for a third-party search API client.
Persistence & Privilege
Skill is user-invocable, not always: true, and does not request persistent system-level privileges or modify other skills/config. It does not attempt to persist credentials beyond reading the provided env var.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install serpapi-flights - 安装完成后,直接呼叫该 Skill 的名称或使用
/serpapi-flights触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: query Google Flights via SerpApi - schedules, prices, cabin classes, aircraft types
元数据
常见问题
SerpApi Flights (Google Flights) 是什么?
Query Google Flights via SerpApi for flight schedules, prices, and cabin class info. Use when user asks about flight/机票/航班 prices, schedules, or comparisons. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 640 次。
如何安装 SerpApi Flights (Google Flights)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install serpapi-flights」即可一键安装,无需额外配置。
SerpApi Flights (Google Flights) 是免费的吗?
是的,SerpApi Flights (Google Flights) 完全免费(开源免费),可自由下载、安装和使用。
SerpApi Flights (Google Flights) 支持哪些平台?
SerpApi Flights (Google Flights) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SerpApi Flights (Google Flights)?
由 kirorab(@kirorab)开发并维护,当前版本 v1.0.0。
推荐 Skills