restaurant-roulette
Show a roulette wheel to allow user to randomly select a restaurant based on location and cuisine.
DeepseekModel
Curated skill
Quality Excellent · 90
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=google-ai-edge-gallery-skills-featured-restaurant-roulette-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name restaurant-roulette description Show a roulette wheel to allow user to randomly select a restaurant based on location and cuisine. metadata {"require-secret":true,"require-secret-description":"you can get api key from https://ai.google.dev/gemini-api/docs/api-key","homepage":"https://github.com/google-ai-edge/gallery/tree/main/skills/featured/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.
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.