A comprehensive flight price tracking and search tool that integrates Google Flights data into your local environment and AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install flightclaw
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 flightclaw using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
flightclaw is a specialized tool within the Openclaw Skills ecosystem designed to automate the process of monitoring flight costs. It enables users to programmatically search for routes, filter by specific criteria such as stops or cabin class, and maintain a historical record of price fluctuations. By leveraging Google Flights data, it provides a reliable way to find the best travel deals without manual browsing.
This skill is built for extensibility, offering both a standalone CLI interface and a Model Context Protocol (MCP) server implementation. This dual-natured approach allows developers to use it for personal automation scripts or as a tool for AI agents to assist in travel planning and budget optimization.
Install the skill directly via the CLI:
npx skills add jackculpan/flightclaw
For manual setup or to use the MCP server features, ensure you have Python 3.10+ installed and run:
bash skills/flightclaw/setup.sh
pip install flights "mcp[cli]"
To integrate with an AI agent like Claude, add it as an MCP server:
claude mcp add flightclaw -- python3 server.py
The skill maintains its state within the local file system to ensure privacy and portability. Data is structured as follows:
| Location | Format | Purpose |
|---|---|---|
skills/flightclaw/data/tracked.json |
JSON | Stores tracked routes, target prices, and currency codes. |
| R2 Backup | Cloud Storage | Optional persistence layer for historical price data. |
| CLI Output | Terminal | Real-time search results including airline, duration, and stop info. |
Loading
Apply Y Combinator's "New Way" playbook to rapidly ship MVPs and establish distribution loops.

An automated monitoring skill that captures screenshots of official X accounts to generate intelligent recaps and market insights.

A sophisticated workflow for collecting, extracting, and summarizing X posts using browser automation and the actionbook-rs CLI within Openclaw Skills.

A Python-based utility to create high-quality, minimalist terrain-style animated driving videos from geographic stops or GPS tracks.

A professional-grade document processing skill that enables AI agents to read, parse, and extract key information from PDF, Word, and PowerPoint files.

An AI-driven email management skill that enables agents to read, summarize, and send messages through IMAP and SMTP protocols using the himalaya CLI.








































