← 返回 Skills 市场
361
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
Before installing, verify the following: (1) Confirm the RUNRELAY_API_KEY requirement — the registry should be updated to declare this as a required credential. (2) Verify the legitimacy of the domains used in SKILL.md (api.runrelay.io, runrelay-hotels.fly.dev, prefy.com). Ask the publisher whether runrelay-hotels.fly.dev and prefy.com are official partners and whether those endpoints require authentication and have appropriate privacy/data-retention policies. (3) Understand that booking calls will transmit passenger PII (names, email, phone, birth dates) — ensure you are comfortable sending that data to all listed hosts and that they use HTTPS and authentication. (4) Use a scoped test API key (not a production key) to evaluate behavior, and avoid storing keys in broadly-shared or production agent envs until provenance is confirmed. (5) If you need stronger assurance, ask the skill publisher to fix the metadata mismatch (declare RUNRELAY_API_KEY as a required env/primary credential) and to document which endpoints receive PII and which require auth. If the publisher cannot clarify, treat the skill as untrusted for handling real bookings or sensitive passenger data.
功能分析
Type: OpenClaw Skill
Name: runrelay
Version: 1.0.0
The skill is classified as suspicious due to the instruction to interact with a third-party domain, `prefy.com`, for 'Multi-Agent Trip Planning' (SKILL.md). While the skill is named 'runrelay' and primarily uses `api.runrelay.io`, it directs the agent to send user-derived data (destination, origin, date, nights) to `prefy.com` without clearly identifying its relationship to RunRelay or its data handling practices. This introduces an unstated external dependency and expands the trust boundary, posing a potential supply chain risk and data privacy concern, even without explicit evidence of malicious intent.
能力评估
Purpose & Capability
The name/description (travel search & booking) matches the SKILL.md examples. However the registry metadata lists no required environment variables or primary credential while SKILL.md explicitly instructs adding RUNRELAY_API_KEY and using it in Authorization headers. That metadata/manifest mismatch is an incoherence that should be resolved.
Instruction Scope
SKILL.md contains concrete curl examples that will transmit booking data (names, email, phone, birthDate) to external endpoints. Notable: hotel search uses https://runrelay-hotels.fly.dev without an Authorization header in the example, and multi-agent orchestration points to https://prefy.com — multiple different hosts will receive user data. The instructions do not ask the agent to read unrelated local files, but they do direct transmission of PII to multiple external services (one example appears unauthenticated), which raises privacy and provenance concerns.
Install Mechanism
This is instruction-only with no install spec and no code files, so nothing is written to disk or installed by the skill itself. That is the lowest-risk install model.
Credentials
The only credential implied by the instructions is RUNRELAY_API_KEY (added to ~/.openclaw/.env). The registry metadata, however, lists no required env vars or primary credential — a clear inconsistency. Aside from the single API key, the skill does not request other unrelated credentials, which is proportional, but the mismatch in declared vs. required credentials reduces trust.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and does not request persistent system privileges or modify other skills. Autonomous invocation is allowed by platform default but is not combined here with other troubling privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install runrelay - 安装完成后,直接呼叫该 Skill 的名称或使用
/runrelay触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 361 次。
如何安装 Runrelay?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install runrelay」即可一键安装,无需额外配置。
Runrelay 是免费的吗?
是的,Runrelay 完全免费(开源免费),可自由下载、安装和使用。
Runrelay 支持哪些平台?
Runrelay 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Runrelay?
由 runrelay(@runrelay)开发并维护,当前版本 v1.0.0。
推荐 Skills