Book bus tickets, check schedules, and manage travel on Greyhound bus lines
Enables Claude to search and book Greyhound bus tickets, check schedules and routes, manage reservations, and access Road Rewards benefits for affordable intercity travel.
curl -sSL https://canifi.com/skills/greyhound/install.sh | bash
Or manually:
cp -r skills/greyhound ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set GREYHOUND_EMAIL "[email protected]"
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 a Greyhound from LA to San Diego this weekend"
Claude: I'll search Greyhound for those routes.
- Opens greyhound.com via Playwright MCP
- Enters Los Angeles to San Diego, Saturday
- Shows departures:
- 7:00am: $19 Economy, 2h 30m
- 10:00am: $22 Economy, 2h 15m
- 1:00pm: $24 Economy Extra, 2h 15m
- Economy Extra includes extra legroom, priority boarding
User: "Is my bus to Phoenix running on time?"
Claude: I'll check your bus status.
- Finds reservation details
- Checks real-time tracking:
- Bus currently 15 minutes behind schedule
- Current location: Near Palm Springs
- Revised arrival: 4:15pm
- Notes: One rest stop remaining
User: "What's the cheapest way to get from Dallas to Houston?"
Claude: I'll compare Greyhound options.
- Searches DFW to Houston
- Shows price comparison:
- Direct bus 8am: $25, 4h 30m
- Direct bus 2pm: $29, 4h 15m
- 1-stop via Austin: $22, 7h (not recommended)
- Cheapest: Book 2 weeks advance, often $15-18
After each interaction:
Suggest updates when: