← 返回 Skills 市场
🔌

Travelkit

作者 TravelKit · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install travelkit-skill
功能描述
TravelKit flight booking and management skill. Use for flight search, pricing, real-time price verification, order creation, payment, cancellation, refund, c...
使用说明 (SKILL.md)

TravelKit Flight Skill

Use the smallest relevant reference file for the user's current task. Keep consumer replies in Simplified Chinese unless the user requests another language.

Fast Routing

User intent Read Tool(s)
Search or compare flights flight-search flight_search
Price a known flight number flight-pricing flight_pricing
User selects a search option flight-verify flight_verify_solution
Create an order after verified price flight-create-order flight_create_order
Pay an order flight-pay-order flight_pay_order
Look up orders flight-order-lookup flight_order_detail, flight_order_detail_by_external_id, flight_order_list
Cancel an order flight-cancel flight_cancel_order
Refund flight-refund flight_refund_quote, flight_refund_money_search, flight_refund_request, flight_refund_confirm
Change flight flight-change flight_change_search, flight_change_request
Download itinerary flight-itinerary flight_download_itinerary
Integration/config questions mcp-connection N/A

Core Rules

  • Search before booking; verify real-time price before collecting passenger information or creating an order.
  • Never expose internal fields such as solutionId, orderKey, confirmation flags, raw MCP JSON, API keys, passengerIds, segmentIds, or idempotency keys to normal users.
  • Never invent missing tool data. If baggage, refund/change policy, ticketing, or deadline data is absent, say it was not returned.
  • Search/pricing/verify/order lookup/itinerary/change-search/refund quote are read operations and can be called as needed.
  • Create order, pay, cancel, refund request/confirm, and change request are write operations; get explicit user confirmation for the exact action first.
  • Search stage collects only route, dates, passenger counts, cabin, and preferences. Collect ID/passport/phone/email only after price verification succeeds and the user confirms they want to proceed.

Search Quick Path

  • Convert relative dates to YYYY-MM-DD using the current date/timezone.
  • Defaults: 1 adult, economy, no airline restriction, no baggage guarantee unless requested.
  • If the user specifies an airport (for example PEK/北京首都), treat it as a hard airport-level constraint. Pass the airport code to flight_search when possible, then filter returned displayOptions by actual route before showing results.
  • If the user specifies include/exclude airlines, pass includeAirlines or excludeAirlines when possible, then filter by IATA airline code before showing results.
  • For multiple outbound/return date choices where the user wants the cheapest feasible combination, search the candidate one-way dates in parallel and combine locally. Use multi-journey round-trip search only when the user explicitly needs one round-trip fare/order or the supplier requires it.
  • Show only user-facing flight facts: flight number, route/terminals, times, stops, cabin, and price. Keep option labels mapped to internal IDs privately for later verification.

Write Confirmation

Before any write tool, summarize the business action in normal language and wait for explicit confirmation. After confirmation, set required internal confirmation fields in the tool call without asking users about production or technical flags. Read confirmation-rules for operation-specific details.

Shared References

安全使用建议
Before installing, verify that you trust the TravelKit service and publisher, configure credentials securely, and pay close attention to confirmation prompts before any booking, payment, cancellation, refund, or change.
功能分析
Type: OpenClaw Skill Name: travelkit-skill Version: 1.0.0 The travelkit-skill bundle is a legitimate flight booking and management integration. It contains comprehensive instructions for a flight lifecycle (search, verify, book, pay, refund) and includes strong security and privacy safeguards, such as mandatory user confirmation for all state-changing operations (write tools), explicit rules to hide internal API keys and metadata (hidden-fields.md), and a privacy-conscious workflow that only collects passenger PII after price verification. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力标签
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The flight search, verification, order creation, payment, cancellation, refund, change, and itinerary functions all match the stated TravelKit travel-management purpose, but several are high-impact travel or payment actions.
Instruction Scope
The instructions repeatedly separate read operations from write operations, delay passenger data collection until after price verification, and require explicit user confirmation before state-changing actions.
Install Mechanism
This is instruction-only with no install script or code files. The MCP reference documents a Bearer API key even though registry requirements list no required env vars or primary credential, so credential setup is under-declared but purpose-aligned.
Credentials
No local file, shell, or persistence behavior is shown. The main environment exposure is to the remote TravelKit MCP service and the passenger/order data needed for flight booking.
Persistence & Privilege
No background persistence or self-propagation is present, but the delegated TravelKit token can enable account/order operations and should be treated as privileged.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install travelkit-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /travelkit-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of TravelKit flight booking and management skill. - Provides end-to-end flight lifecycle support: search, pricing, verification, order creation, payment, cancellation, refund, change, and itinerary download. - Includes core rules for user privacy, confirmation requirements, and proper data handling. - Supports both read and write operations across all major flight management scenarios. - Offers detailed routing instructions and fast-reference guides for various user intents. - All consumer replies default to Simplified Chinese unless otherwise requested.
v0.1.0
Initial v1 TravelKit flight lifecycle skill.
元数据
Slug travelkit-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Travelkit 是什么?

TravelKit flight booking and management skill. Use for flight search, pricing, real-time price verification, order creation, payment, cancellation, refund, c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Travelkit?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install travelkit-skill」即可一键安装,无需额外配置。

Travelkit 是免费的吗?

是的,Travelkit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Travelkit 支持哪些平台?

Travelkit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Travelkit?

由 TravelKit(@travelkit)开发并维护,当前版本 v1.0.0。

💬 留言讨论