Elnora-AI

Plan Trip — Development skill for Claude Code

Development community

Plan a trip end to end — live flights, hotels, Airbnb, and routes in one itinerary.

How to install Plan Trip

Installs to ~/.claude/skills/elnora-ai-elnora-travel-plan-trip/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elnora-ai-elnora-travel-plan-trip && curl -fsSL https://raw.githubusercontent.com/Elnora-AI/elnora-travel/HEAD/commands/plan-trip.md -o ~/.claude/skills/elnora-ai-elnora-travel-plan-trip/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Plan Trip does


description: Plan a trip end to end — live flights, hotels, Airbnb, and routes in one itinerary

Dispatch the `travel-planner` agent with the user's request: $ARGUMENTS

If no arguments were given, ask (in one question) for origin, destination, dates or date flexibility, and the trip's purpose — then dispatch the agent.

The agent loads the `plan-trip` skill, reads the traveler-preferences file if present, searches flights (SerpApi Google Flights), stays (Google Hotels + Airbnb, optional

Alternatives in Development

  • Om Intake — Process all unread meeting notes in work/meetings/ — reads each file, classifies content, routes to the right 4.6k ★
  • Module Routes — Show all registered routes for a module 407 ★
  • Omk — Evidence-gated runner for Codex, Claude Code, OpenCode, and local coding agents 141 ★

Full documentation available on GitHub

View Source Repository