MoltFlights is an AI-ready flight search skill that provides real-time pricing and direct booking links without requiring any authentication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install moltflights
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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"
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 |
Loading
A specialized tool for tracking Amazon price drops via RSS feeds and receiving instant Telegram notifications through an automated agent.

A proactive DeFi monitoring tool that tracks Aave V3 health factors and sends automated liquidation alerts across multiple blockchain networks.

A specialized skill for managing high-fidelity Devialet speakers through local HTTP APIs and Spotify Connect integrations.

A high-performance specialist for building production-ready UIs using shadcn/ui, Tailwind CSS, and React form patterns.

A comprehensive toolkit for developing web-based game engines and interactive games using HTML5, Canvas, WebGL, and JavaScript.

A robust command-line skill for advanced PDF manipulation, including merging, splitting, and form filling.








































