← 返回 Skills 市场
jhalmari

MoltFlights

作者 Jhalmari · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
1225
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install moltflights
功能描述
Search cheap flights via the MoltFlights API. Find deals, compare prices, track routes, and set up price alerts.
安全使用建议
This skill appears coherent and low-risk: it simply documents calling moltflights.com GET endpoints and needs no credentials or installs. Before enabling it, consider: (1) the agent will send any flight queries (dates, origins, destinations) to the external MoltFlights service — if you consider those searches sensitive (travel plans), be aware they leave your environment; (2) example scripts parse HTML/JSON with command-line tools (curl/grep) — fragile but not malicious; (3) search results include external booking links which may redirect to third parties, so check links before following them; and (4) verify the MoltFlights site/privacy policy if you need assurance about how your queries are logged or used. If you require stronger guarantees, ask for a version that documents authentication, rate limits, or a privacy statement from the provider.
功能分析
Type: OpenClaw Skill Name: moltflights Version: 1.0.1 The OpenClaw skill defines two HTTP GET tools for flight search and airport autocomplete, both targeting `https://moltflights.com`. The `SKILL.md` provides documentation and `curl` examples to illustrate API usage. These examples, while demonstrating shell commands, are confined to querying the specified flight API and do not contain any malicious payloads, attempts at data exfiltration, persistence, or prompt injection with harmful objectives. The `book_link` in the response example points to a legitimate third-party booking site (`aviasales.com`), which is expected for a flight search tool.
能力评估
Purpose & Capability
The name/description (flight search, price alerts) aligns with the declared tools and examples: all operations are HTTP GETs against moltflights.com endpoints and examples show querying and parsing results. There are no unrelated env vars, binaries, or install actions requested.
Instruction Scope
SKILL.md contains only API call descriptions, example curl commands, and simple local parsing examples (grep). It does not instruct the agent to read unrelated files, access credentials, or exfiltrate data to unexpected endpoints. The examples do show creating cron jobs and parsing responses, which are reasonable for price-alert use cases.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. Nothing will be written to disk by an installer; the runtime surface is limited to HTTP requests to the stated API endpoints.
Credentials
No environment variables, credentials, or config paths are requested. The lack of required secrets is proportionate to the claimed public API usage. Note: searches and dates supplied by the user will be sent to the external MoltFlights API (expected for this service).
Persistence & Privilege
always is false and the skill does not request elevation or modify other skills/config. Autonomous invocation is allowed (platform default), which is expected for a skill that can perform queries, but the skill itself does not request persistent system privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moltflights
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moltflights 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added explicit OpenClaw metadata, including emoji and discoverability keywords. - Defined two structured tools: flight search and IATA airport autocomplete, with descriptions and parameter details. - Documented each tool in the README for easier reference and integration. - Updated mentions of the autocomplete endpoint to reference the new `moltflights_autocomplete` tool. - No changes to skill logic or API usage.
v1.0.0
Initial release of the moltflights skill — search and compare flight deals via the MoltFlights API. - Search cheap flights by origin and destination IATA code - Optional filters: date, returnDate, number of adults, children, infants - No API key or authentication required - Real-time prices, route comparisons, booking links, and flexible date support - Supports use cases like price monitoring, multi-city search, and monthly cheapest fare search
元数据
Slug moltflights
版本 1.0.1
许可证
累计安装 3
当前安装数 1
历史版本数 2
常见问题

MoltFlights 是什么?

Search cheap flights via the MoltFlights API. Find deals, compare prices, track routes, and set up price alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1225 次。

如何安装 MoltFlights?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install moltflights」即可一键安装,无需额外配置。

MoltFlights 是免费的吗?

是的,MoltFlights 完全免费(开源免费),可自由下载、安装和使用。

MoltFlights 支持哪些平台?

MoltFlights 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 MoltFlights?

由 Jhalmari(@jhalmari)开发并维护,当前版本 v1.0.1。

💬 留言讨论