Book train tickets, check schedules, manage reservations, and access Amtrak Guest Rewards
Enables Claude to search and book Amtrak train tickets, check schedules and status, manage reservations, and access Amtrak Guest Rewards benefits across the national rail network.
curl -sSL https://canifi.com/skills/amtrak/install.sh | bash
Or manually:
cp -r skills/amtrak ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set AMTRAK_EMAIL "[email protected]"
canifi-env set AMTRAK_GUEST_REWARDS "your-guest-rewards-number"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "Find Amtrak from NYC to Washington DC tomorrow morning"
Claude: I'll search Amtrak for Northeast Corridor trains.
- Opens amtrak.com via Playwright MCP
- Enters NYP to WAS, tomorrow
- Shows morning departures:
- Acela 2151 6:00am: $89 Business, $189 First
- Regional 171 6:30am: $49 Coach, $99 Business
- Acela 2153 7:00am: $99 Business, $199 First
- Notes: Acela is fastest (2h 45m vs 3h 30m)
User: "Is my train to Chicago on time?"
Claude: I'll check your train status.
- Finds reservation for Capitol Limited
- Checks real-time status:
- Train #29 currently 45 minutes late
- Current location: Pittsburgh
- Revised arrival: 9:45am instead of 9:00am
- Notes: Delays common on this route
User: "Book a roomette on the California Zephyr from Chicago to San Francisco"
Claude: I'll search sleeper accommodations.
- Searches CHI to EMY (Emeryville/SF)
- Shows California Zephyr options:
- Coach: $189 one way
- Roomette: $589 (includes meals)
- Bedroom: $1,089 (includes meals, private bath)
- Trip duration: 51 hours, stunning scenery
- Roomette fits 2, converts to beds at night
After each interaction:
Suggest updates when:
Control Philips Hue lights and scenes via the OpenHue CLI.