返回顶部
r

runrelay

Search and book flights, hotels, and travel via RunRelay API. Covers 300+ airlines including low-cost carriers (Ryanair, Wizz Air, EasyJet) that no other API offers. Use when: (1) user asks about flights or hotels, (2) user wants to plan or book a trip, (3) user needs LCC coverage, (4) travel agent or concierge tasks. MCP-compatible, OpenAI-compatible.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
295
下载量
0
收藏
概述
安装方式
版本历史

runrelay

# RunRelay — Travel API for AI Agents The only travel API that covers **low-cost carriers** (Ryanair, Wizz Air, EasyJet = 33% of EU flights) alongside 300+ GDS airlines. Human-in-the-loop booking for LCCs, instant API for GDS. ## Setup ```bash # Add to ~/.openclaw/.env RUNRELAY_API_KEY=rr_live_your_key_here ``` Get key: https://app.runrelay.io ## Base URL `https://api.runrelay.io` Auth: `Authorization: Bearer $RUNRELAY_API_KEY` ## Search Flights ```bash curl -X POST https://api.runrelay.io/api/search-flights \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $RUNRELAY_API_KEY" \ -d '{ "origin": "DXB", "destination": "LHR", "departureDate": "2026-03-15", "passengers": {"adults": 1} }' ``` **Response:** Array of offers sorted by 30% time + 30% price + 20% airline + 15% layover. ### Tiers - **Tier 1 (Instant):** Duffel/GDS — 300+ airlines, instant results - **Tier 2 (HITL):** Human operators — Ryanair, Wizz Air, EasyJet. 3-8 min async. Polling via `GET /api/search-status/:id` ## Search Hotels ```bash curl -X POST https://runrelay-hotels.fly.dev/api/search-hotels \ -H "Content-Type: application/json" \ -d '{ "city": "London", "checkin": "2026-03-15", "checkout": "2026-03-20", "guests": 2 }' ``` Provider: RateHawk (700K+ properties worldwide). ## Book Flight ```bash curl -X POST https://api.runrelay.io/api/book-flight \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $RUNRELAY_API_KEY" \ -d '{ "offerId": "off_abc123", "passengers": [{ "firstName": "John", "lastName": "Doe", "email": "john@example.com", "phone": "+44123456789", "birthDate": "1990-01-15", "gender": "male" }] }' ``` ## Multi-Agent Trip Planning Orchestrate parallel flight + hotel + activity searches: ```bash curl -X POST https://prefy.com/api/v1/orchestrate \ -H "Content-Type: application/json" \ -d '{ "destination": "LHR", "origin": "DXB", "date": "2026-03-15", "nights": 5 }' ``` Returns combined results from 3 parallel agents. ## MCP Server RunRelay also works as an MCP server for Claude, Cursor, and other MCP clients: - Endpoint: `https://api.runrelay.io` - Protocol: MCP (Model Context Protocol) - Tools: `search_flights`, `search_hotels`, `book_flight`, `get_booking` ## Endpoints | Endpoint | Method | Description | |----------|--------|-------------| | `/api/search-flights` | POST | Search flights (GDS + LCC) | | `/api/search-status/:id` | GET | Poll HITL search status | | `/api/flights/:id` | GET | Flight offer details | | `/api/book-flight` | POST | Book a flight | | `/api/bookings` | GET | List bookings | | `/api/search-hotels` | POST | Search hotels (RateHawk) | | `/api/v1/orchestrate` | POST | Multi-agent trip planning | ## Why RunRelay - **Only API with LCC coverage** — Ryanair, Wizz = 33% of EU market - **Human-in-the-loop** — real operators book what APIs can't - **MCP native** — first travel MCP server - **OpenAI-compatible** — drop-in for any AI agent - **B2B ready** — white-label, API keys, usage dashboard

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 runrelay-1776280393 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 runrelay-1776280393 技能

通过命令行安装

skillhub install runrelay-1776280393

下载 Zip 包

⬇ 下载 runrelay v1.0.0

文件大小: 2.08 KB | 发布时间: 2026-4-16 18:01

v1.0.0 最新 2026-4-16 18:01
- Initial release of the runrelay skill.
- Search and book flights (including 300+ airlines and exclusive low-cost carrier coverage like Ryanair, Wizz Air, EasyJet).
- Search and book hotels worldwide via RateHawk integration.
- Supports multi-agent trip planning with parallel flight, hotel, and activity searches.
- MCP server compatibility for Claude, Cursor, and other AI agents.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部