Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Build and interpret Ryanair fare-finder URLs for cheap flight searches. Use when the user wants to find budget flights from a specific UK airport, configure...
Build and interpret Ryanair fare-finder URLs for cheap flight searches. Use when the user wants to find budget flights from a specific UK airport, configure...
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.
Generate, modify, and explain Ryanair fare-finder URLs from user requirements.
https://www.ryanair.com/gb/en/fare-finder All parameters below are appended as query-string key-value pairs.
ParameterTypeExampleDescriptionoriginIatastringMANIATA code of the departure airport (e.g. MAN, STN, LTN, EDI, BHX, LPL).destinationIatastringANYIATA code of the arrival airport, or ANY for all destinations.isMacDestinationbooleanfalseWhen true, filters to multi-airport city destinations only.
ParameterTypeExampleDescriptionisReturnbooleantruetrue for return (round-trip), false for one-way.
ParameterTypeExampleDescriptionadultsint1Number of adults (16+).teensint0Number of teens (12-15).childrenint0Number of children (2-11).infantsint0Number of infants (< 2).
ParameterTypeExampleDescriptiondateOutdate2026-02-01Start of the search window (YYYY-MM-DD).dateIndate2027-01-31End of the search window (YYYY-MM-DD).isExactDatebooleanfalsetrue to search a specific date only; false to scan the full date range.
ParameterTypeExampleDescriptiondayOfWeekenumSATURDAYRestrict outbound to a specific day. Values: MONDAY..SUNDAY.isFlexibleDaybooleanfalseWhen true, Ryanair widens the day-of-week filter by +/- 1 day.
ParameterTypeExampleDescriptiondaysTripint1Total trip length in days (outbound day counts as 1).nightsFromint0Minimum number of nights at the destination.nightsToint1Maximum number of nights at the destination.
ParameterTypeExampleDescriptionoutboundFromHourstring00:00Earliest acceptable outbound departure time.outboundToHourstring11:00Latest acceptable outbound departure time.inboundFromHourstring13:00Earliest acceptable return departure time.inboundToHourstring23:59Latest acceptable return departure time.
ParameterTypeExampleDescriptioncurrencystringGBPISO 4217 currency code (GBP, EUR, etc.).priceValueToint80Maximum total return price. Leave empty for no cap.promoCodestring(empty)Ryanair promotional code, if applicable.
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: https://www.ryanair.com/gb/en/fare-finder?originIata=MAN&destinationIata=ANY&isReturn=true&isMacDestination=false&promoCode=&adults=1&teens=0&children=0&infants=0&dateOut=2026-02-01&dateIn=2027-01-31&daysTrip=1&nightsFrom=0&nightsTo=1&dayOfWeek=SATURDAY&isExactDate=false&outboundFromHour=00:00&outboundToHour=11:00&inboundFromHour=13:00&inboundToHour=23:59&priceValueTo=80¤cy=GBP&isFlexibleDay=false
Outbound 00:00-11:00 โ arrive by early afternoon, giving a full day/evening at the destination. Inbound 13:00-23:59 โ depart after checkout / lunch the next day, home by late evening.
Start with the base URL. Set originIata to the user's departure airport IATA code. Set destinationIata to a specific IATA code or ANY. Choose isReturn=true for returns or false for one-way. Set passenger counts (adults, teens, children, infants). Define the date search window with dateOut and dateIn. Pick dayOfWeek and set isExactDate=false to scan all matching days. Configure stay duration with daysTrip, nightsFrom, nightsTo. Set outbound/inbound time windows to taste. Set currency and optionally priceValueTo for a price cap. Add promoCode if the user has one.
IATAAirportMANManchesterSTNLondon StanstedLTNLondon LutonLGWLondon GatwickEDIEdinburghBHXBirminghamLPLLiverpoolBRSBristolEMAEast MidlandsGLAGlasgowBFSBelfast IntlLBALeeds BradfordNCLNewcastleABZAberdeen
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.