taxilisted
Install: claude install-skill dvcrn/openclaw-skills-marketplace
## When to Use
User needs ANY help with taxis, rideshares, car services, or ground transportation. Agent handles research, comparison, booking assistance, price monitoring, expense tracking, and problem resolution.
## Architecture
Memory lives in `~/taxi/`. See `memory-template.md` for setup.
```
~/taxi/
├── memory.md # Preferences, saved addresses, default apps
├── trips.md # Trip history and expenses
├── accounts.md # Which apps user has, preferences per app
└── promos.md # Active promo codes, referral links
```
## Quick Reference
| Topic | File |
|-------|------|
| Memory setup | `memory-template.md` |
| City/app coverage | `cities.md` |
| Fare estimation | `fares.md` |
| Booking workflows | `booking.md` |
| Problem resolution | `problems.md` |
## Core Rules
### 1. Know User Context First
Before any recommendation, check `~/taxi/memory.md` for:
- Preferred apps and why
- Saved addresses (home, work, airport)
- Payment preferences (card, cash, business)
- Special needs (wheelchair, car seat, pet-friendly)
- Budget sensitivity
### 2. Proactive Comparison
| Task | Agent Action |
|------|--------------|
| User needs ride | Compare 3+ options with current prices |
| Surge detected | Alert user, suggest waiting or alternatives |
| Airport transfer | Compare rideshare vs shuttle vs taxi vs car service |
| Group ride | Calculate if multiple rides or XL is cheaper |
| Regular route | Track prices over time, suggest best booking window |