event-plannerPlan 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.
Install via ClawdBot CLI:
clawdbot install udiedrichsen/event-plannerInstall uv (brew):
brew install uvRequires:
Plan events by searching venues and generating itineraries with Google Maps links.
Plan a night out:
uv run {baseDir}/scripts/plan_event.py "night out" \
--location "Times Square, NYC" \
--party-size 4 \
--budget medium \
--duration 4h
Plan a weekend day:
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:
uv run {baseDir}/scripts/plan_event.py "date night" \
--location "SoHo, NYC" \
--budget high \
--duration 3h
--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)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
The event planner uses:
Both APIs can use the same GOOGLE_PLACES_API_KEY if enabled in Google Cloud Console.
Generated Mar 1, 2026
Individuals or small groups planning casual outings like date nights, weekend activities, or friend gatherings. The skill automates venue selection based on preferences, budget, and location, generating detailed itineraries with Google Maps links for seamless navigation.
Companies organizing team outings or corporate events to boost morale and collaboration. It helps plan activities and dining options tailored to group size, budget, and preferences, ensuring efficient scheduling and logistics for business teams.
Travel agencies or hotels offering curated local experiences for tourists, such as day trips or multi-day itineraries. The skill leverages Google Places API to recommend restaurants, bars, and attractions, enhancing visitor engagement and convenience.
Small businesses like restaurants or activity centers using the skill to plan promotional events or customer outings. It assists in selecting complementary venues and timing, helping businesses attract clients with well-organized event proposals.
Offer the event planner as a premium tool via a monthly or annual subscription, providing users with unlimited itinerary generation and priority API access. Revenue comes from recurring fees, with tiers based on features like advanced analytics or custom integrations.
Provide a free basic version with limited API calls, then charge for higher usage limits, additional event types, or enhanced features like real-time updates. Revenue is generated through pay-per-use or tiered pricing for businesses needing scalable solutions.
License the skill to other platforms, such as travel apps or corporate software, for embedding event planning capabilities. Revenue comes from licensing fees or revenue-sharing agreements, leveraging the tool's API integration and customization options.
π¬ Integration Tip
Ensure the GOOGLE_PLACES_API_KEY is properly configured with billing enabled to avoid quota issues, and consider caching results to optimize API usage and reduce costs.
Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Search and analyze your own session logs (older/parent conversations) using jq.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Ultimate AI agent memory system for Cursor, Claude, ChatGPT & Copilot. WAL protocol + vector search + git-notes + cloud backup. Never lose context again. Vibe-coding ready.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection