← 返回 Skills 市场
travel-skills

旅行美食指南

作者 旅行技能 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install travel-food-guide
功能描述
旅行场景美食推荐与餐饮规划助手;帮旅行者找景点周边餐厅、当地必吃特色、生成多日餐饮计划。当用户需要查找旅行目的地美食、景点附近餐厅、当地特色菜、旅行饮食建议或规划旅途餐饮时使用。
使用说明 (SKILL.md)

旅行美食助手

帮旅行者在旅途中找到对的餐厅,不踩雷、不浪费、不错过当地特色。

能力概览

序号 工具 说明
1 nearby_food 景点/酒店/地址周边餐厅搜索
2 local_specialty 城市必吃特色与美食街区推荐
3 food_plan 旅行多日餐饮计划生成

工作流程

  1. 根据用户需求判断调用哪个工具
  2. 执行 python3 scripts/food_guide.py \x3Ctool> '\x3Cjson_params>'
  3. 解析JSON输出,以自然语言回复用户

工具参数说明

nearby_food

搜索指定地点周边的餐厅。参数:location(必填,地点名或地址), cuisine(选填,菜系如川菜/粤菜/日料), budget(选填,人均预算范围如50-100), radius(选填,搜索半径米,默认2000), limit(选填,返回数量,默认10)

local_specialty

查询城市当地必吃特色。参数:city(必填,城市名), scenario(选填,场景如早餐/夜宵/伴手礼)

food_plan

生成旅行多日餐饮计划。参数:city(必填,城市名), days(选填,天数,默认2), budget_per_meal(选填,每餐人均预算), preferences(选填,偏好如不吃辣/清真/素食), attractions(选填,计划游览的景点列表)

数据说明

  • 餐厅数据来自地图POI服务,实时获取
  • 特色美食推荐基于当地饮食文化知识库
  • 零配置,无需申请任何API Key
安全使用建议
Install only if you are comfortable with searched locations, addresses, attractions, and related travel context being sent to the skill publisher's external map proxy. Avoid entering private home addresses or sensitive itinerary details unless you trust that proxy service and its handling of location data.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The restaurant search, local specialty lookup, and meal planning functions match the stated travel food guide purpose. Real-time POI lookup is purpose-aligned, but it depends on an external map proxy.
Instruction Scope
SKILL.md tells the agent to run the Python helper and says restaurant data comes from a map POI service, but it does not clearly disclose that user location/address queries are posted to a specific third-party Tencent SCF proxy endpoint.
Install Mechanism
The artifact is a simple skill with SKILL.md and one executable Python script. Metadata marks sensitive credentials, while the user-facing text says no API key is needed because the script contains its own proxy token.
Credentials
Network access to a fixed POI proxy is proportionate for real-time restaurant lookup. The script does not show arbitrary command execution, local file collection, persistence, or broad system access.
Persistence & Privilege
No persistence or privilege escalation was found, but the hard-coded proxy token gives the skill network authority through an opaque service that users cannot easily scope, rotate, or audit.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install travel-food-guide
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /travel-food-guide 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
travel-food-guide v1.0.0 - 首次发布,提供旅行场景下的美食推荐与餐饮规划助手。 - 支持景点、酒店或指定地址周边餐厅智能搜索。 - 提供各城市当地必吃特色与美食街区推荐功能。 - 可生成多日旅行餐饮计划,支持个性化偏好设置。 - 数据实时,基于地图POI服务与饮食文化知识库,无需配置API Key。
元数据
Slug travel-food-guide
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

旅行美食指南 是什么?

旅行场景美食推荐与餐饮规划助手;帮旅行者找景点周边餐厅、当地必吃特色、生成多日餐饮计划。当用户需要查找旅行目的地美食、景点附近餐厅、当地特色菜、旅行饮食建议或规划旅途餐饮时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 旅行美食指南?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-food-guide」即可一键安装,无需额外配置。

旅行美食指南 是免费的吗?

是的,旅行美食指南 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

旅行美食指南 支持哪些平台?

旅行美食指南 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 旅行美食指南?

由 旅行技能(@travel-skills)开发并维护,当前版本 v1.0.0。

💬 留言讨论