Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search, book, and manage flights via the Duffel Flights API. Covers 300+ airlines (NDC, GDS, LCC). Use when: (1) searching for flights between cities, (2) co...
Search, book, and manage flights via the Duffel Flights API. Covers 300+ airlines (NDC, GDS, LCC). Use when: (1) searching for flights between cities, (2) co...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Search, book, and manage flights across 300+ airlines via the Duffel API.
Set DUFFEL_TOKEN env var with your Duffel API access token. Get one at https://app.duffel.com โ Developers โ Access Tokens. Test tokens (prefix duffel_test_) use sandbox data with unlimited balance.
python scripts/duffel.py search --from MIA --to LHR --date 2026-04-15 python scripts/duffel.py search --from MIA --to CDG --date 2026-03-15 --return-date 2026-03-22 --cabin business python scripts/duffel.py search --from JFK --to LAX --date 2026-05-01 --nonstop --adults 2 Options: --cabin economy|premium_economy|business|first, --nonstop, --adults N, --children N, --infants N, --sort price|duration, --max-results N, --json Results are numbered. Use the number with other commands.
python scripts/duffel.py offer 3 Shows segments, baggage, fare conditions (refund/change), available extras.
python scripts/duffel.py book 3 --pax "RIBEIRO/FABIO MR 1977-01-31 fabio@ribei.ro +13059159687 BR m" Pax format: LAST/FIRST TITLE DOB EMAIL PHONE NATIONALITY GENDER TITLE: MR, MRS, MS, MISS, DR GENDER: m or f Multiple passengers: repeat --pax "..." for each Payment uses Duffel account balance. Top up at https://app.duffel.com.
python scripts/duffel.py order ord_0000XXXXX
python scripts/duffel.py cancel ord_0000XXXXX # Quote (shows refund amount) python scripts/duffel.py cancel ord_0000XXXXX --confirm # Execute cancellation
python scripts/duffel.py seatmap 3
python scripts/duffel.py places "new york"
search โ browse numbered results offer N โ check details, baggage, conditions book N --pax "..." โ get PNR order <id> โ verify booking cancel <id> โ if needed
Offers expire (usually ~20 min). Re-search if expired. Test mode: unlimited balance, bookings on "Duffel Airways" (fake airline). Production: real airlines, real tickets. Balance must be funded. All commands support --json for raw API output. Last search saved to /tmp/duffel-last-search.json for index reference. For API details, see references/api-guide.md and references/booking-flow.md.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.