LaunchKit · 2026
Back to Skills

date-night

Your AI date night concierge — plans, books, and coordinates an entire evening out through browser automation.

0
0 downloads
by @tdavis009

Setup & Installation

openclaw skills install @tdavis009/date-night

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install date-night

What This Skill Does

Plans and books a full date night end-to-end through browser automation. Covers restaurant reservations, movie and event tickets with price comparison, weather and drive-time checks, calendar events, and partner notifications. A one-time onboarding collects preferences for dietary needs, location, and childcare so subsequent requests need only a prompt.

Replaces manual tab-switching across booking sites by automating the full planning sequence from a single prompt.

When to use it

  • Booking a restaurant reservation on OpenTable or Resy
  • Comparing event ticket prices across SeatGeek, Ticketmaster, and StubHub
  • Scheduling a dinner-and-movie evening with a coordinated timeline
  • Checking weather and drive time before the reservation
  • Sending a partner a heads-up about an upcoming booking

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: plan a date night for Saturday around a concert at the arena

AGENT
  1. 1Loads preferences from config (dietary, location, partner, calendar tool)
  2. 2Searches SeatGeek, Ticketmaster, and StubHub for the event and presents a price comparison
  3. 3Books selected tickets after user confirms the all-in price
  4. 4Searches OpenTable for restaurants within one mile of the venue, suggests two or three options, and books dinner at a time ending one hour before showtime
  5. 5Creates calendar events, drafts a partner notification for approval, prompts about childcare if applicable, and presents a budget total
OUTPUT

Confirmed dinner reservation and event tickets, calendar events created, partner notified, budget total presented

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

playwright-cli npm package (npm install -g @anthropic-ai/playwright-cli@latest)Chromium browser (npx playwright install chromium)GOOGLE_PLACES_API_KEY environment variable (optional, only if using goplaces for enhanced restaurant search)