ClawFlight for Openclaw

ClawFlight is an AI-first flight search tool that filters and ranks air travel specifically by Starlink satellite WiFi availability and quality.

assistant-design
v1.0.0
Mar 1, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install clawflight

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 clawflight 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 ClawFlight?

ClawFlight is a specialized addition to the library of Openclaw Skills, designed for digital nomads and business travelers who consider inflight connectivity a critical requirement. By focusing specifically on airlines equipped with Starlink satellite internet, this skill ensures that users can stay productive even on the longest transcontinental flights.

Beyond basic search capabilities, the skill leverages a community-driven database to rank flights based on real-world WiFi speed and reliability. It integrates seamlessly with travel APIs to provide live pricing and affiliate booking links, making it a comprehensive tool for anyone looking to optimize their travel experience through Openclaw Skills.

ClawFlight Use Cases

  • Finding flights between global hubs that guarantee Starlink-level internet speeds for remote work.
  • Comparing airlines like United, Qatar Airways, and Air France based on their specific fleet coverage of high-speed satellite tech.
  • Minimizing travel fatigue by ranking flight options based on jet lag friendliness and transit duration.
  • Contributing to a global database of inflight connectivity by rating WiFi performance after landing.

How ClawFlight Works

  1. The user provides flight parameters such as origin, destination, and date through the Openclaw Skills interface.
  2. The skill queries the Amadeus API to fetch a real-time list of available flight options and carriers.
  3. The engine filters these results against a curated internal database of Starlink-equipped airlines and their current fleet coverage.
  4. Flights are ranked based on the user's selected priority, such as wifi quality, price, or jet lag impact.
  5. The final list is presented with affiliate booking links and technical WiFi scores for immediate action.

ClawFlight Setup

To integrate this tool into your collection of Openclaw Skills, install the dependencies and configure your API credentials:

cd ~/clawd/projects/clawflight/skill
npm install

You must provide your own API keys from the Amadeus Developer portal and Kiwi Tequila to access live flight data:

export AMADEUS_CLIENT_ID="your_client_id"
export AMADEUS_CLIENT_SECRET="your_client_secret"
export KIWI_API_KEY="your_key"

ClawFlight Data Schema & Taxonomy

ClawFlight organizes its intelligence using a structured local database, a common architecture for data-driven Openclaw Skills. The system relies on three primary JSON files:

File Name Purpose
airlines.json Tracks carriers with Starlink hardware, including fleet coverage percentages and base scores.
saved-flights.json Stores flight itineraries for users who wish to receive post-flight connectivity reminders.
ratings.json Aggregates community feedback on WiFi speed, reliability, and ease of connection.

ClawFlight Advanced Features

  • Priority Ranking: Go beyond standard search by sorting results by WiFi quality, jet lag friendliness, or price density.
  • Automated Feedback Loop: Set up a cron job that triggers a post-flight nudge 6 hours after landing to capture accurate WiFi performance data.
  • Conversational Integration: Can be called directly within OpenClaw agent sessions to provide travel advice in natural language.
  • Affiliate Integration: Generates monetized booking links automatically, making it a practical example of revenue-generating Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*