restaurant-roulette

Generate a roulette wheel of up to 10 restaurants by location and cuisine.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/shfahiim/inferEdge --skill restaurant-roulette-shfahiim
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: restaurant-roulette
Source: https://github.com/shfahiim/inferEdge/tree/main/skills/featured/restaurant-roulette
Command: npx skills add https://github.com/shfahiim/inferEdge --skill restaurant-roulette-shfahiim

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Helps users quickly move from indecision to a concrete dining option by generating a roulette of restaurant choices based on location and cuisine.

Core Features & Use Cases

  • Spinable roulette wheel UI that displays up to 10 restaurant options.
  • Location and cuisine filtering with sensible defaults and robust handling of missing inputs.
  • Output a webview-ready result that lets users spin and pick a winner.

Quick Start

Provide a location and cuisine to generate a roulette wheel of matching restaurants.

Frequently Asked Questions about restaurant-roulette

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a roulette wheel of nearby restaurants for a specific cuisine?

You can create a restaurant roulette by providing a location and cuisine. The skill queries the Gemini API to find up to 10 highly-rated nearby options and returns a webview URL for the UI.

What happens if I request a restaurant roulette without specifying a location or cuisine?

If location or cuisine inputs are missing, the restaurant roulette generation gracefully handles the request by applying sensible defaults. This ensures you still receive a populated webview URL for spinning.

Can I use this skill to find highly-rated sushi options near Mountain View?

Yes, you can find highly-rated sushi near Mountain View by providing these parameters. The skill generates up to 10 real restaurant options and outputs a webview URL for the roulette UI.

How does the roulette UI render the generated restaurant data?

The roulette UI relies on client-side rendering using a webview URL. The skill fetches up to 10 real restaurant options via the Gemini API and outputs this URL to display the spinable wheel.

What is the maximum number of restaurant options displayed on the roulette wheel?

The maximum number of restaurant options displayed on the roulette wheel is 10. The skill finds up to 10 real, highly-rated restaurants matching your location and cuisine to populate the webview UI.