← Back to Skills Marketplace
jhalmari

MoltFlights

by Jhalmari · GitHub ↗ · v1.0.1
cross-platform ✓ Security Clean
1225
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install moltflights
Description
Search cheap flights via the MoltFlights API. Find deals, compare prices, track routes, and set up price alerts.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltflights
  3. After installation, invoke the skill by name or use /moltflights
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug moltflights
Version 1.0.1
License
All-time Installs 3
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is MoltFlights?

Search cheap flights via the MoltFlights API. Find deals, compare prices, track routes, and set up price alerts. It is an AI Agent Skill for Claude Code / OpenClaw, with 1225 downloads so far.

How do I install MoltFlights?

Run "/install moltflights" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MoltFlights free?

Yes, MoltFlights is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MoltFlights support?

MoltFlights is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MoltFlights?

It is built and maintained by Jhalmari (@jhalmari); the current version is v1.0.1.

💬 Comments