MoltFlights for Openclaw

MoltFlights is an AI-ready flight search skill that provides real-time pricing and direct booking links without requiring any authentication.

jhalmari
v1.0.1
Feb 9, 2026
0
1.9k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install moltflights

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install moltflights using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is MoltFlights?

MoltFlights is a streamlined tool for discovering affordable air travel options directly through your AI agent. By leveraging the MoltFlights API, this skill allows users to search for flights between global airports, retrieve IATA codes, and access direct booking links. It stands out in the Openclaw Skills ecosystem because it requires no API keys or complex authentication, making it instantly accessible for automated travel planning and research.

Whether you are a digital nomad looking for the next destination or a developer building a travel bot, this skill provides structured JSON responses with up-to-date pricing in EUR. It handles everything from simple one-way searches to complex round-trips with multiple passengers, ensuring that your agent can provide actionable travel advice.

MoltFlights Use Cases

  • Identify the most affordable flights for a specific route during a given month when travel dates are flexible.
  • Automate IATA airport code lookups using city or airport names to ensure search accuracy.
  • Compare flight prices across multiple dates or different destinations simultaneously to find the best value.
  • Monitor price fluctuations for specific routes to trigger automated alerts when deals fall below a certain threshold.

How MoltFlights Works

  1. The user provides an origin and destination airport code, optionally including dates and passenger counts.
  2. If the airport codes are unknown, the autocomplete tool resolves city names to the correct IATA codes.
  3. The search tool queries the MoltFlights API to fetch real-time availability and pricing data.
  4. Results are returned as structured JSON, sorted by exact date matches first followed by nearby dates based on price.
  5. The agent presents the flight options, including the total price and a direct booking link to finalize the purchase.

MoltFlights Setup

The MoltFlights skill is ready to use without an API key or account registration. You can test the integration using standard CLI tools to ensure it fits within your Openclaw Skills workflow.

# Search for flights from Helsinki to Bangkok
curl "https://moltflights.com/api/search?origin=HEL&destination=BKK&date=2026-03-15"

# Lookup IATA codes for a city
curl "https://moltflights.com/api/autocomplete?term=london"

MoltFlights Data Schema & Taxonomy

The skill returns a structured response containing a meta block for query details and a data array for flight results. Prices are consistently returned in EUR (€).

Field Type Description
airline string The name of the operating carrier
price string Total price for all passengers
price_per_person string Cost per individual passenger
departure string ISO 8601 departure timestamp
transfers integer Number of flight connections
book_link string Direct URL for flight booking

MoltFlights Advanced Features

  • Flexible search parameters that return the cheapest flights for the entire month if a specific date is omitted.
  • Full support for multi-passenger types, including specific counts for adults, children (2-12), and infants (under 2).
  • High-performance caching mechanism that stores responses for 5 minutes to optimize repeated queries within Openclaw Skills.
  • Automated sorting logic that prioritizes the best deals while maintaining relevance to requested dates.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*