Generate, modify, and explain Ryanair fare-finder URLs from user requirements.
SKILL.md
Ryanair Fare Finder
Generate, modify, and explain Ryanair fare-finder URLs from user requirements.
Base URL
text
https://www.ryanair.com/gb/en/fare-finder
All parameters below are appended as query-string key-value pairs.
Parameter Reference
Route
Parameter
Type
Example
Description
originIata
string
MAN
IATA code of the departure airport (e.g. MAN, STN, LTN, EDI, BHX, LPL).
destinationIata
string
ANY
IATA code of the arrival airport, or ANY for all destinations.
isMacDestination
boolean
false
When true, filters to multi-airport city destinations only.
Trip type
Parameter
Type
Example
Description
isReturn
boolean
true
true for return (round-trip), false for one-way.
Passengers
Parameter
Type
Example
Description
adults
int
1
Number of adults (16+).
teens
int
0
Number of teens (12-15).
children
int
0
Number of children (2-11).
infants
int
0
Number of infants (< 2).
Date range
Parameter
Type
Example
Description
dateOut
date
2026-02-01
Start of the search window (YYYY-MM-DD).
dateIn
date
2027-01-31
End of the search window (YYYY-MM-DD).
isExactDate
boolean
false
true to search a specific date only; false to scan the full date range.
Day and flexibility
Parameter
Type
Example
Description
dayOfWeek
enum
SATURDAY
Restrict outbound to a specific day. Values: MONDAY..SUNDAY.
isFlexibleDay
boolean
false
When true, Ryanair widens the day-of-week filter by +/- 1 day.
Stay duration
Parameter
Type
Example
Description
daysTrip
int
1
Total trip length in days (outbound day counts as 1).
nightsFrom
int
0
Minimum number of nights at the destination.
nightsTo
int
1
Maximum number of nights at the destination.
Time windows
Parameter
Type
Example
Description
outboundFromHour
string
00:00
Earliest acceptable outbound departure time.
outboundToHour
string
11:00
Latest acceptable outbound departure time.
inboundFromHour
string
13:00
Earliest acceptable return departure time.
inboundToHour
string
23:59
Latest acceptable return departure time.
Pricing
Parameter
Type
Example
Description
currency
string
GBP
ISO 4217 currency code (GBP, EUR, etc.).
priceValueTo
int
80
Maximum total return price. Leave empty for no cap.
promoCode
string
(empty)
Ryanair promotional code, if applicable.
Example: Overnight Saturday getaway from Manchester
The following URL searches for return flights from Manchester to anywhere,
departing on a Saturday morning, returning the same day or next day in the
afternoon/evening, across the full year, under GBP 80 return:
Limited provenance information — review the source before installing.
Freshness11/15
Updated within the last 6 months.
Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.
Proud of your score? Add this badge to your README.
Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.
Score badge
Markdown
[](https://www.claudemarket.ai/skills/callum-kemp/ryanair-fare-finder)
HTML
<a href="https://www.claudemarket.ai/skills/callum-kemp/ryanair-fare-finder"><img src="https://www.claudemarket.ai/skills/callum-kemp/ryanair-fare-finder/badges/score.svg" alt="Ryanair Fare Finder skill"/></a>
Ryanair Fare Finder FAQ
How do I install the Ryanair Fare Finder skill?
Run “clawhub install callum-kemp/ryanair-fare-finder” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.
What does the Ryanair Fare Finder skill do?
Generate, modify, and explain Ryanair fare-finder URLs from user requirements. The SKILL.md section on this page shows the exact instructions the skill gives your agent.
Is the Ryanair Fare Finder skill free?
Yes. Ryanair Fare Finder is a free, open-source skill by callum-kemp. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.
Does Ryanair Fare Finder work with Claude Code and OpenClaw?
Yes. Skills use the portable SKILL.md format, so Ryanair Fare Finder works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.