restaurant-roulette
Show a roulette wheel to allow user to randomly select a restaurant based on location and cuisine.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=google-ai-edge-gallery-skills-featured-restaurant-roulette-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
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.
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |