Agent Skills
› jegly/Box
› restaurant-roulette
restaurant-roulette
GitHub该技能用于根据用户指定的位置和菜系,生成一个包含最多10家餐厅的轮盘界面,让用户通过交互随机选择餐厅。
Trigger Scenarios
请求推荐特定地点和菜系的餐厅
需要随机决定用餐地点
Install
npx skills add jegly/Box --skill restaurant-roulette -g -y
SKILL.md
Frontmatter
{
"name": "restaurant-roulette",
"metadata": {
"homepage": "https:\/\/github.com\/google-ai-edge\/gallery\/tree\/main\/skills\/featured\/restaurant-roulette",
"require-secret": true,
"require-secret-description": "you can get api key from https:\/\/ai.google.dev\/gemini-api\/docs\/api-key"
},
"description": "Show a roulette wheel to allow user to randomly select a restaurant based on location and cuisine."
}
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.
Version History
- 7897895 Current 2026-07-24 17:00


