Travel intelligence plugins for Claude — flight search, route discovery, waterfall trip planning, and knowledge base
npx claudepluginhub michaelkennedyau/travelintel-pluginsTravel intelligence — 58 MCP tools for flight search, route discovery, waterfall trip planning, reliability analysis, HTML itinerary generation, and auto-learning knowledge base
Claude Code / Cowork plugins for travel intelligence.
claude plugin marketplace add michaelkennedyau/travelintel-plugins
claude plugin install travelintel@travelintel-plugins
58 MCP tools covering:
Skills: Auto-activates for travel queries with timezone rules, tool selection guide, HTML itinerary generation, and Philippine airport reference.
Commands:
/search-flights CEB MNL 2026-02-14 — quick flight search/investigate-route CEB to Japan — deep multi-layer analysis/trip-briefing — pre-trip intelligence briefing/triphtml — generate self-contained HTML itinerary from waterfall plan (Leaflet maps, price charts, airport breakdowns)The plugin includes a full design system for generating self-contained HTML travel itineraries:
Use /triphtml to generate from a TravelIntel waterfall plan, or the skill auto-activates when you ask for a visual itinerary.
~/travel/app/ with .env.local configuredtravelintel/
├── .claude-plugin/plugin.json # Plugin metadata
├── .mcp.json # MCP server config (stdio via Bun)
├── commands/
│ ├── search-flights.md # /search-flights
│ ├── investigate-route.md # /investigate-route
│ ├── trip-briefing.md # /trip-briefing
│ └── triphtml.md # /triphtml (HTML itinerary generation)
└── skills/
└── travel/
├── SKILL.md # Travel intelligence skill
└── references/
└── itinerary-html-format.md # HTML design system (30KB)
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.