From sundial-org-awesome-openclaw-skills-4
Searches venues via Google Places API and auto-generates itineraries for events like night out, date night, or weekend trips. Includes timing, budget, and Google Maps links.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:event-plannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Plan events by searching venues and generating itineraries with Google Maps links.
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.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Suggests personalized activities (movies, games, outings) using weather, preferences, and calendar integration. Activates on boredom or plan-making queries.
Structures trip itineraries by clustering geography, sequencing activities, and adding buffer days. Use when planning travel schedules or organizing daily journey activities.
Assists with event concept development, logistics planning, vendor coordination, budget management, and timeline creation for event planners.