بنقرة واحدة
food-guide
本地餐饮推荐与排队取号。⚠️ 绝对禁止使用 web_search/web_fetch 工具查餐厅,唯一数据来源是 exec 本 Skill 脚本调用本地沙盒。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
本地餐饮推荐与排队取号。⚠️ 绝对禁止使用 web_search/web_fetch 工具查餐厅,唯一数据来源是 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。
基于美团酒旅供给,处理旅游出行需求,包括提供酒店、机火、门票、度假等商品的查询交易能力,以及定制化旅行攻略能力,打通从“灵感启发”到“一键下单”的全链路。
出行方案对比(地铁/打车/步行)。用户提到怎么过去、路线、打车时必须 exec mobility-plan.js。
| name | food-guide |
| description | 本地餐饮推荐与排队取号。⚠️ 绝对禁止使用 web_search/web_fetch 工具查餐厅,唯一数据来源是 exec 本 Skill 脚本调用本地沙盒。 |
| user-invocable | true |
| disable-model-invocation | false |
| metadata | {"openclaw":{"requires":{"bins":["node"]}}} |
绝对禁止使用以下工具查询餐厅/美食/排队信息:
web_search — 绝对禁止,即使用户说"帮我搜一下"web_fetch — 绝对禁止,即使用户给了链接唯一允许的数据来源: exec 运行本 Skill 的 Node.js 脚本,脚本通过 HTTP 调用本地沙盒 http://127.0.0.1:8787,沙盒内有实时演化的餐厅数据(座位、排队、天气联动)。
即使用户问"帮我上网搜一下附近好吃的",你也只能 exec 本 Skill 脚本,绝不使用 web_search。如果沙盒未启动,告诉用户"请先启动沙盒"即可,不要退而求其次去联网搜索。
exec 脚本,不要做任何其他判断。summary 字段给用户。--area 从上下文推断(如上次对话里的区域),不必追问所有参数都有。http://127.0.0.1:8787(通过环境变量 SANDBOX_URL 可覆盖)。node {baseDir}/scripts/search-restaurants.js --area 望京 --cuisine 日料 --budget 300 --people 2 --sort wait
选项:--area --cuisine --tag --budget --people --sort wait|rating|price --limit 5
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 自动推进,restaurant-id 从搜索结果获取,不要向用户暴露 id。
选定餐厅后必须在回复中保留:餐厅名、地址、商圈、人数、预算、预计用餐结束时间,供 mobility-planner / entertainment-scout 继承。