Skill
Travelkit
TravelKit flight booking and management skill. Use for flight search, pricing, real-time price verification, order creation, payment, cancellation, refund, c...
When to use Travelkit
Choose if
You're building an agent that needs end-to-end flight lifecycle (search → real-time price verify → book → manage cancel/refund/change) with explicit user-confirmation gates for write operations. The README enforces "search before booking, verify real-time price before passenger info" sequencing.
Avoid if
You only need flight metadata or one-shot search (the skill is built for transactional booking flows). Also avoid for hotels, cars, or non-flight travel — scope is flights only. Auth, costs, and rate limits are not documented in the public SKILL.md, so production use requires confirming the upstream MCP connection terms separately.
Risk Flags
- MEDIUM scope README enforces explicit user confirmation before any write operation (booking, cancellation, refund) — agents that bypass the confirmation step will violate the skill's operational contract.
- MEDIUM auth README references an `mcp-connection.md` for authentication and runtime details that is not exposed in the public SKILL.md; auth, pricing, and rate-limit terms must be confirmed with the TravelKit provider before production use.
Cost
Type: Unknown
Distribution
- ClawHub
travelkit-skill- License
- MIT-0