Back to Gallery

Restaurant Roulette

skills/featured/restaurant-roulette/SKILL.md

1.0.13923 B
Original Source

Restaurant Roulette

This skill searches for up to 10 restaurants matching a specific cuisine and location in a spin wheel.

Examples

  • "Suggest Mexican food in San Jose."
  • "Find a random Italian restaurant near Sunnyvale."
  • "Where should I get Sushi in San Francisco today?"
  • "Show a restaurant roulette for Indian food in Palo Alto."

Instructions

Call the run_js tool with the following exact parameters:

  • data: A JSON string with the following fields
    • location: the target city or location (e.g., "San Jose", "Sunnyvale", "San Francisco").
    • cuisine: the style of food or cuisine desired (e.g., "Mexican", "Italian", "Indian", "Sushi").

DO NOT use any other tool, DO NOT call run_intent.

IMPORTANT: When the wheel is generated, DO NOT pick a winner for the user or make up a restaurant. Simply return the requested webview and tell the user to tap the preview card to spin the wheel themselves.