← All skills
Tencent SkillHub Β· Productivity

flights

Flight price search. Trigger this skill immediately when the user asks about flights, airfare, ticket prices, cheapest dates, price calendars, departure time...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Flight price search. Trigger this skill immediately when the user asks about flights, airfare, ticket prices, cheapest dates, price calendars, departure time...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

✈️ Flight Search Skill

Query real-time flights via the 51smart API (skill.flight.51smart.com). Supports one-way, round-trip, and price calendar. Note: This skill calls the above public API directly via HTTP POST. No local scripts or authentication required. User data (city/date) is used solely for flight search.

Workflow

Parse Input β†’ Extract origin, destination, dates, passengers, cabin class, trip type Complete Missing Info β†’ Ask the user if any required fields are missing Call API β†’ POST directly to https://skill.flight.51smart.com/api/search Format Output β†’ Display results in a clear, structured format

Step 1: Parse User Input

FieldDescriptionDefaultRequiredfromCityIATA airport code of departure cityβ€”βœ…toCityIATA airport code of destination cityβ€”βœ…fromDateDeparture date (YYYY-MM-DD)β€”βœ…returnDateReturn date (YYYY-MM-DD)β€”Required for round-tripadultNumberNumber of adults1β€”childNumberNumber of children0β€”cabinClassE / B / F / PEβ€”flightTypeoneWay / roundTriponeWayβ€” Cabin Codes: E = Economy P = Premium Economy B = Business F = First

China

CityCodeCityCodeBeijingPEK/PKXShanghai HongqiaoSHAShanghai PudongPVGGuangzhouCANShenzhenSZXChengduCTUHangzhouHGHNanjingNKGWuhanWUHXi'anXIYChongqingCKGXiamenXMNKunmingKMGSanyaSYXHaikouHAKQingdaoTAOZhengzhouCGOChangshaCSXJinanTNAHarbinHRBShenyangSHEDalianDLCTianjinTSNHefeiHFEGuiyangKWENanningNNGUrumqiURCLhasaLXA

International

CityCodeCityCodeHong KongHKGTaipeiTPEMacauMFMTokyo NaritaNRTTokyo HanedaHNDOsakaKIXSeoulICNBusanPUSSingaporeSINBangkok SuvarnabhumiBKKBangkok Don MueangDMKKuala LumpurKULJakartaCGKManilaMNLSydneySYDMelbourneMELDubaiDXBAbu DhabiAUHLondon HeathrowLHRLondon GatwickLGWParisCDGFrankfurtFRAAmsterdamAMSRomeFCONew York JFKJFKNew York NewarkEWRLos AngelesLAXSan FranciscoSFOLas VegasLASChicagoORDVancouverYVRTorontoYYZ For cities not listed above, infer the IATA code based on common conventions, or ask the user to confirm the full airport name.

Step 3: Call API

Send an HTTP POST request directly β€” no local scripts required. Endpoint: POST https://skill.flight.51smart.com/api/search Content-Type: application/json Auth: Not required

One-way Request Example

{ "adultNumber": 1, "cabinClass": "E", "childNumber": 0, "cid": "123456", "flightType": "oneWay", "flights": [ { "fromCity": "PEK", "fromDate": "2026-03-15", "toCity": "SHA" } ] }

Round-trip Request Example

{ "adultNumber": 2, "cabinClass": "B", "childNumber": 1, "cid": "123456", "flightType": "roundTrip", "flights": [ { "fromCity": "PEK", "fromDate": "2026-03-15", "toCity": "NRT" }, { "fromCity": "NRT", "fromDate": "2026-03-22", "toCity": "PEK" } ] }

Price Calendar

The price calendar is achieved by sending multiple one-way requests for consecutive dates and aggregating results.

One-way / Round-trip Results

✈️ Beijing (PEK) β†’ Shanghai (SHA) πŸ“… Mar 15, 2026 | Economy | Adult Γ— 1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ # Flight Departβ†’Arrive Duration Stops Price (USD) Baggage ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1 UA1597 22:38β†’00:06(+1) 1h28m Nonstop $81.86 1PC/23KG 2 CA1234 09:00β†’11:20 2h20m Nonstop $95.00 1PC/23KG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2 flights found Lowest: $81.86 (before tax), incl. tax: $116.80

Price Calendar Results

πŸ“… Price Calendar ✈️ Shanghai (SHA) β†’ Los Angeles (LAX) | Economy Date Lowest Flights ───────────────────────────────────── 2026-04-01 $520.00 ⭐ 8 2026-04-02 $490.00 πŸ† Best 6 2026-04-03 $535.00 7 2026-04-04 $510.00 5 2026-04-05 $580.00 6 ───────────────────────────────────── Recommended date: 2026-04-02 ($490.00)

Field Interpretation Rules

Total price incl. tax = price + tax (adult fare) Multiple passengers = adult total Γ— adultNumber + child total Γ— childNumber Stops = number of segments - 1; show stopover city when stopQuantity > 0 Baggage = baggages[].pieces + baggages[].weight; note "baggage not included" when freeBaggage: false Limited seats = show ⚠️ "Only X seats left" when maxSeatsRemain ≀ 3

Key Response Fields

FieldDescriptionstatus0 = successmessage"SUCCESS" indicates normal responseroutings[]List of flight optionsroutings[].prices[]Prices by passenger type (ADT = Adult, CHD = Child)routings[].segments[]Segment details (each stopover is a separate segment)routings[].rule.baggages[]Free baggage allowanceroutings[].rule.freeBaggagefalse = baggage must be purchased separatelyroutings[].maxSeatsRemainRemaining seatspassengerTypeADT = Adult, CHD = Child

Error Handling

ScenarioActionstatus != 0 or message != "SUCCESS"Inform the user the query failed; suggest trying a different dateroutings is an empty listNotify that no flights are available for this route/dateNetwork timeoutRetry once; if it fails again, ask the user to try laterUnrecognized city codeAsk the user to confirm the full city or airport namechildNumber > adultNumberPrompt: "Number of children cannot exceed the number of adults"

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc