skills$openclaw/skiplagged-flights
wzs800

by wzs

skiplagged-flights – OpenClaw Skill

skiplagged-flights is an OpenClaw Skills integration for coding workflows. Search cheapest flights via Skiplagged MCP. Use for flight deals, price comparison, flexible dates, and destination discovery.

800 stars4.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameskiplagged-flights
descriptionSearch cheapest flights via Skiplagged MCP. Use for flight deals, price comparison, flexible dates, and destination discovery. OpenClaw Skills integration.
ownerwzs
repositorywzs/skiplagged-flights
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @wzs/skiplagged-flights
last updatedFeb 7, 2026

Maintainer

wzs

wzs

Maintains skiplagged-flights in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
285 B
SKILL.md
2.8 KB
SKILL.md

name: skiplagged-flights description: Search cheapest flights via Skiplagged MCP. Use for flight deals, price comparison, flexible dates, and destination discovery.

Skiplagged Flights

Search flights using Skiplagged MCP via mcporter.

Quick Start

mcporter call skiplagged.sk_flights_search origin=WAW destination=LHR departureDate=2026-02-15

sk_flights_search

Search flights between locations.

Required: origin, destination, departureDate

Common options:

  • returnDate - Round-trip date
  • sort - price, duration, value (default)
  • limit - Max results (default 12)
  • maxStops - none, one, many
  • fareClass - basic-economy, economy, premium, business, first
  • preferredAirlines/excludedAirlines - e.g., ['UA','DL']
  • departureTimeEarliest/departureTimeLatest - Minutes from midnight (0-1439)

Examples:

# Cheapest one-way
mcporter call skiplagged.sk_flights_search origin=NYC destination=LAX departureDate=2026-03-15 sort=price

# Round-trip, nonstop only
mcporter call skiplagged.sk_flights_search origin=WAW destination=CDG departureDate=2026-04-10 returnDate=2026-04-17 maxStops=none

# Exclude budget airlines, morning only (6am-12pm)
mcporter call skiplagged.sk_flights_search origin=LHR destination=JFK departureDate=2026-05-01 excludedAirlines=F9,NK departureTimeEarliest=360 departureTimeLatest=720

sk_flex_departure_calendar

Find cheapest fares around a departure date.

mcporter call skiplagged.sk_flex_departure_calendar origin=WAW destination=BCN departureDate=2026-06-15 sort=price

sk_flex_return_calendar

Find cheapest round-trip fares for fixed trip length.

mcporter call skiplagged.sk_flex_return_calendar origin=WAW destination=NYC departureDate=2026-07-01 returnDate=2026-07-08

sk_destinations_anywhere

Discover cheap destinations when flexible.

mcporter call skiplagged.sk_destinations_anywhere from=WAW depart=2026-02-15

Response Formatting

When presenting flight results to users:

  • NEVER use markdown tables - use bullet lists or labeled lines instead
  • Use MarkdownV2 compatible formatting (Telegram-safe)
  • Keep replies mobile-friendly - concise, scannable
  • Limit results shown (top 3-5), offer more if needed

Good example:

Found 3 flights WAW → LHR on Feb 15:

• $90 · 28h 15m · 1 stop
  Wizz Air + SAS
  05:40 WAW → 08:55+1 LHR
  [Book](link)

• $91 · 12h 20m · 1 stop
  Wizz Air + SAS  
  05:40 WAW → 17:00 LHR
  [Book](link)

Tips

  • Use IATA codes (e.g., WAW, LHR, JFK)
  • Hidden city flights included by default (often cheapest)
  • Add --output json for structured data
  • Results include deepLink for booking

References

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install skiplagged-flights?

Run openclaw add @wzs/skiplagged-flights in your terminal. This installs skiplagged-flights into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/wzs/skiplagged-flights. Review commits and README documentation before installing.