Event Planner
v1.1.0Plan 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.
⭐ 6· 2.4k·8 current·8 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description say it queries Google Places and builds itineraries; the code and SKILL.md only require GOOGLE_PLACES_API_KEY and a 'uv' runner. The required env var and the brew install of the 'uv' binary align with the usage examples.
Instruction Scope
SKILL.md and the script direct only Google Places / Directions requests and local itinerary formatting. The runtime reads only GOOGLE_PLACES_API_KEY from the environment and does not request unrelated files, other credentials, or external endpoints beyond Google Maps APIs.
Install Mechanism
Install is a single brew formula (uv) which matches the SKILL.md examples that call 'uv run'. No downloads from arbitrary URLs or archive extraction are present. The Python dependency (requests) is declared in the script header comments; this is expected for a Python script and not an install-time red flag.
Credentials
Only one environment variable is required: GOOGLE_PLACES_API_KEY. That is proportional to a skill that calls Google Places/Directions. No other secrets, unrelated credentials, or config paths are requested.
Persistence & Privilege
always is false and the skill does not request system-wide changes. It does not claim autonomous always-on privileges or modify other skills' configs.
Assessment
This skill appears to do what it says: query Google Places and build itineraries. Before installing, verify the origin you trust (homepage is provided but source is 'unknown'). If you provide a GOOGLE_PLACES_API_KEY: restrict that key in Google Cloud Console to only the required APIs (Places, Directions/Maps), and apply application restrictions (HTTP referrers or IPs) and quota/billing limits. Inspect the included script if you can — I noticed a coding bug (a likely typo in the distance calculation) that could cause runtime errors; consider testing in a controlled environment. Finally, ensure your key has least privilege and monitor API usage after enabling the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk975akjf27s28r7rp8dzfy7h2n7zaqzm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎉 Clawdis
Binsuv
EnvGOOGLE_PLACES_API_KEY
Primary envGOOGLE_PLACES_API_KEY
Install
Install uv (brew)
Bins: uv
brew install uv