ワンクリックで
food-guide
本地餐饮推荐与排队取号。用户提到吃饭、餐厅、美食、推荐、排队时必须 exec 本 Skill 脚本,禁止联网搜索。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
本地餐饮推荐与排队取号。用户提到吃饭、餐厅、美食、推荐、排队时必须 exec 本 Skill 脚本,禁止联网搜索。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Help the user make phone reservations. Compose spoken Chinese scripts, confirm, dial via user's own phone (Mac+iPhone) or schedule lock-screen reminders. On first use, run setup onboarding. Activate on 打电话订位, 预约通话, 帮我打给, 订位, 预约.
Self-evolution MetaSkill that mines the past few days of memory logs to auto-generate reusable Skills and propose identity/preference updates. Use when the user asks to run a self-evolution or "satellite" cycle, extract habits from recent conversations, turn repeated workflows into a new Skill, or review suggested updates to IDENTITY/SOUL/AGENTS/USER.md.
Detect scheduling intents from conversation - plans, appointments, future events with time/location. Extract structured data, persist to schedule table, set up proactive reminders via cron and Apple Reminders. Activate on Chinese scheduling phrases like 提醒我, 安排, 出发, or time references 周四/明天/下周.
饭后娱乐推荐(电影/KTV/酒吧/密室等)。用户提到娱乐、消遣时必须 exec entertainment-query.js。
本地餐饮推荐与排队取号。⚠️ 绝对禁止使用 web_search/web_fetch 工具查餐厅,唯一数据来源是 exec 本 Skill 脚本调用本地沙盒。
基于美团酒旅供给,处理旅游出行需求,包括提供酒店、机火、门票、度假等商品的查询交易能力,以及定制化旅行攻略能力,打通从“灵感启发”到“一键下单”的全链路。
| name | food-guide |
| description | 本地餐饮推荐与排队取号。用户提到吃饭、餐厅、美食、推荐、排队时必须 exec 本 Skill 脚本,禁止联网搜索。 |
| user-invocable | true |
| disable-model-invocation | false |
| metadata | {"openclaw":{"requires":{"bins":["node"]}}} |
exec 运行脚本,不要读 mock JSON、不要联网搜餐厅。summary 复述给用户,需要细节再看 data / restaurants / ticket。cd dynamic-sandbox && ./run.sh(默认 http://127.0.0.1:8787)。node {baseDir}/scripts/search-restaurants.js --area 望京 --cuisine 日料 --budget 300 --people 2
选项:--area --cuisine --tag --budget --people --sort wait|rating|price --limit 5 --id r004
node {baseDir}/scripts/queue-number.js take --restaurant-id <id> --people 2 --name <姓名>
node {baseDir}/scripts/queue-number.js status --queue-code <排队号>
node {baseDir}/scripts/queue-number.js cancel --queue-code <排队号>
排队由沙箱后台 tick 推进,用 status 查最新进度。restaurant-id 从搜索结果获取,不要向用户暴露 id。
取号成功后:脚本会自动注册「盯号」;告知用户「叫号时我会主动提醒」。确保已安装 sandbox-heartbeat Cron(install-cron.sh)。用户无需反复问「排队进度」,除非主动查询。
node {baseDir}/scripts/verify.js
用户选定餐厅后,在回复中保留:餐厅名、地址、商圈、人数、预算、预计用餐结束时间,供 mobility-planner / entertainment-scout 继承。