# Restaurant Roulette

> Show a roulette wheel to allow user to randomly select a restaurant based on location and cuisine.

- Skill: `stringhost/restaurant-roulette` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add stringhost/restaurant-roulette`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stringhost/restaurant-roulette/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: stringhost (https://skillmd.com/u/stringhost)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stringhost/restaurant-roulette

---


# 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.
