event-planner
Plan events (night out, weekend, date night, team outing, meals, trips) by searching venues via Google Places API. Auto-selects best restaurants, bars, activities based on location, budget, party size, and preferences. Generates detailed itinerary with timing and Google Maps link. Use when asked to plan an outing, create an itinerary, find places for events, or organize activities.
Best use case
event-planner is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Plan events (night out, weekend, date night, team outing, meals, trips) by searching venues via Google Places API. Auto-selects best restaurants, bars, activities based on location, budget, party size, and preferences. Generates detailed itinerary with timing and Google Maps link. Use when asked to plan an outing, create an itinerary, find places for events, or organize activities.
Teams using event-planner should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/event-planner/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How event-planner Compares
| Feature / Agent | event-planner | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Plan events (night out, weekend, date night, team outing, meals, trips) by searching venues via Google Places API. Auto-selects best restaurants, bars, activities based on location, budget, party size, and preferences. Generates detailed itinerary with timing and Google Maps link. Use when asked to plan an outing, create an itinerary, find places for events, or organize activities.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Event Planner
Plan events by searching venues and generating itineraries with Google Maps links.
## Quick Start
Plan a night out:
```bash
uv run {baseDir}/scripts/plan_event.py "night out" \
--location "Times Square, NYC" \
--party-size 4 \
--budget medium \
--duration 4h
```
Plan a weekend day:
```bash
uv run {baseDir}/scripts/plan_event.py "weekend day" \
--location "Central Park, NYC" \
--party-size 2 \
--budget "$100 per person" \
--preferences "outdoors, casual dining"
```
Plan a date night:
```bash
uv run {baseDir}/scripts/plan_event.py "date night" \
--location "SoHo, NYC" \
--budget high \
--duration 3h
```
## Event Types
- **night-out**: Dinner + 1-2 bars/lounges (3-4 hours)
- **weekend-day**: Brunch/lunch + activity + dinner (6-8 hours)
- **date-night**: Romantic restaurant + dessert/drinks spot (2-3 hours)
- **team-event**: Group activity + dinner venue (3-5 hours)
- **lunch**: Single restaurant recommendation
- **dinner**: Single restaurant recommendation
- **trip**: Multi-day itinerary with daily plans
## Parameters
- `--location`: City, address, or landmark (required)
- `--party-size`: Number of people (default: 2)
- `--budget`: "low/medium/high" or "$X per person" (default: medium)
- `--duration`: Hours available (e.g., "3h", "full day")
- `--preferences`: Comma-separated (e.g., "vegetarian, outdoor seating, live music")
- `--start-time`: When to start (default: inferred from event type)
- `--output`: text|json (default: text)
- `--date`: Target date in YYYY-MM-DD format for day-specific checks (default: today)
## Output Format
**Default (text)**: Markdown itinerary with timeline, venue details, travel info, and Google Maps link
**JSON**: Structured data with all venue details, coordinates, and parsed metadata
## Limitations
- **API limits**: Google Places API has usage quotas (check your billing)
- **Real-time data**: Venue hours may change; always confirm before going
- **Budget estimates**: Based on Google's price level (0-4), not exact costs
- **Travel times**: Uses Google Directions API when available; falls back to distance-based estimates with 30% buffer
- **Opening hours**: Places without verified hours will show warnings; do not assume availability
- **Event venues**: Cultural centers, theaters, and event spaces may have variable hours depending on scheduled events
## API Requirements
The event planner uses:
- **Google Places API (New)**: Required for venue search
- **Google Directions API**: Optional but recommended for accurate travel times
Both APIs can use the same `GOOGLE_PLACES_API_KEY` if enabled in Google Cloud Console.
## Error Handling
- Invalid location → Returns error with suggestions
- No venues found → Relaxes filters and retries
- API failures → Retry with exponential backoff (3 attempts)Related Skills
adhd-daily-planner
Time-blind friendly planning, executive function support, and daily structure for ADHD brains. Specializes in realistic time estimation, dopamine-aware task design, and building systems that actually work for neurodivergent minds.
portfolio-watcher
Monitor stock/crypto holdings, get price alerts, track portfolio performance
portainer
Control Docker containers and stacks via Portainer API. List containers, start/stop/restart, view logs, and redeploy stacks from git.
portable-tools
Build cross-device tools without hardcoding paths or account names
polymarket
Trade prediction markets on Polymarket. Analyze odds, place bets, track positions, automate alerts, and maximize returns from event outcomes. Covers sports, politics, entertainment, and more.
polymarket-traiding-bot
No description provided.
polymarket-analysis
Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.
polymarket-agent
Autonomous prediction market agent - analyzes markets, researches news, and identifies trading opportunities
polymarket-5
Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.
polymarket-4
Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.
polymarket-3
Query Polymarket prediction market odds and events via CLI. Search for markets, get current prices, list events by category. Supports sports betting (NFL, NBA, soccer/EPL, Champions League), politics, crypto, elections, geopolitics. Real money markets = more accurate than polls. No API key required. Use when asked about odds, probabilities, predictions, or "what are the chances of X".
polymarket-2
Query Polymarket prediction markets - check odds, trending markets, search events, track prices.