ClawFlight is an AI-first flight search tool that filters and ranks air travel specifically by Starlink satellite WiFi availability and quality.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawflight
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 clawflight using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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 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. |
Loading
A lightweight bash-driven utility for Openclaw Skills that tracks @anthropic-ai/claude-code updates and delivers automated Telegram notifications.

A streamlined automation tool for installing, configuring, and verifying the Gate MCP (mcporter) connection for AI agents.

Generate interactive Recharts dashboards and CRM insights from natural language queries using DuckDB.

A sophisticated automation engine for creating, scheduling, and executing personalized multi-channel outreach sequences via LinkedIn and email.

Automate whole-house audio scenes by synchronizing Spotify playback with Airfoil speaker routing on macOS.

A production-grade process manager for Node.js applications with built-in load balancing and auto-restart capabilities.








































