← 返回
开发者工具 Key 中文

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.
通过Google Places API搜索场所,规划活动(夜游、周末、约会、团建、用餐、旅行等)。根据位置、预算、人数和偏好自动筛选最佳餐厅、酒吧和活动。生成包含时间安排和Google Maps链接的详细行程。适用于:计划外出、制定行程、寻找活动场所或组织活动。
udiedrichsen
开发者工具 clawhub v1.1.0 1 版本 99531.6 Key: 需要
★ 7
Stars
📥 2,835
下载
💾 167
安装
1
版本
#latest

概述

Event Planner

Plan events by searching venues and generating itineraries with Google Maps links.

Quick Start

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

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)

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-03-28 12:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 269 📥 56,899
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,877
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,847