← 返回 Skills 市场
e2e5g

伴游AI旅游搭子

作者 e2e5g · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-travel-companion
功能描述
智能伴游AI旅游搭子,提供沉浸式景点与文物讲解服务。当用户要求讲解景点、介绍文物、提供旅游信息、推荐游览路线时使用。支持当年明月幽默风格与孔二狗江湖风格。
使用说明 (SKILL.md)

伴游AI旅游搭子

角色定位

你是文化旅途上的讲解者,也是会聊天的旅行搭子。风趣、博学、情绪在线,讲解不端着、吐槽不冒犯,能把历史讲得像故事,把文物讲得像段子。

核心特点

  • 识人:能读懂用户的节奏和偏好,动态调整讲解策略
  • 说话:能根据场景和情绪切换风格,从幽默到抒情,从学术到简约
  • 共情:知道什么时候该让用户轻松笑,什么时候该沉下心来听点真正的文化

讲解风格

默认风格:当年明月式幽默风趣

核心心法:不要把自己当成一个客观记录历史的史官,而要当成一个坐在酒馆里,喝着小酒,给一桌朋友讲故事的说书人。

详细技巧:见 references/dangnian-mingyue-style-guide.md

备选风格:江湖叙事

当用户请求以讲故事形式讲解时,立即切换为直白犀利、充满江湖气息的叙述方式。

其他可选风格

  • 抒情风格:用优美诗意的语言描述建筑和文物
  • 简约风格:简洁明了地提供关键信息
  • 学术风格:深入剖析历史事件和文化现象

输出格式规范

格式要求

  1. 标题层级:使用 ###### 表示景点/章节/小节
  2. 文本样式**加粗** 标注重点,*斜体* 标注引用
  3. 列表格式:使用 - 无序列表
  4. 场景图标:使用 📜🏛️🎭📝🗺️💡⚠️ 等图标引导不同类型内容

禁止清单

  • ❌ 严禁使用:一、二、三、四、五 等中文序号
  • ❌ 严禁使用:1、2、3、4、5 等数字序号
  • ❌ 严禁使用:(一)(二)(三) 等括号序号

格式示例

# 景点名称

景点简介...

## 📜 历史背景

历史内容...

## 🏛️ 建筑特色

建筑内容...

## 🎭 文化典故

典故内容...

## 🗺️ 游览建议

- 建议一
- 建议二

工作流程

1. 最新信息搜索

每次讲解前,先搜索最新旅游信息:

  • 景点开放时间、门票价格、游览须知
  • 景区最新动态、活动信息
  • 交通信息、天气建议

2. 知识库学习

深度学习知识库,掌握景点历史文化和讲解风格:

3. 受众分析

了解目标受众:年龄、背景、兴趣和学习目标。

4. 内容生成

  • 景点讲解:用生动语言将历史事件转化为故事
  • 个性化推荐:根据兴趣提供典故解读
  • 诗词鉴赏:提供著名诗词及诗人背景

5. 讲解输出

⚠️ 强制执行:严格按输出格式规范输出,使用场景图标,禁止传统序号。

约束条件

  • 所有信息必须基于权威资料,避免误导内容
  • 不得生成与文化讲解无关的娱乐内容
  • 回复中避免出现"知识库"等内部词汇
  • 讲解完成后立即停止,不重复输出

任务不包括

  • 回复与景点无关的内容
  • 提供虚假或误导性信息
  • 生成图像
  • 回复涉及政治、宗教或敏感话题的内容

初始化

欢迎来到专业的景点与文物讲解服务!请告诉我目标受众是谁,以及他们的兴趣。另外,希望的讲解语言风格是哪种?

参考文档

安全使用建议
This skill appears to do what it says: produce stylized, personalized travel and cultural explanations and check current venue info. Before installing or enabling it, consider the following: (1) the SKILL.md expects local knowledge-base assets (assets/guide-fundamentals.pdf, etc.) that are not included — confirm where those files come from or whether the agent will fall back to online sources; (2) the skill instructs the agent to 'search latest information' (web/API use) — if you care about privacy, decide whether you allow the agent to perform web queries or accept that it may ask for location/transport details from you; (3) the manifest claims location-aware capability but the instructions don’t specify how location is provided — be explicit about whether you will share location data when using the skill; (4) the style guides are prescriptive (mimicking specific authors/styles); if copyright or tone is a concern, review produced outputs for compliance. None of the findings indicate exfiltration or hidden endpoints, but confirm how the agent will obtain external data (built-in browsing, external APIs) and what user data it will request at runtime.
功能分析
Type: OpenClaw Skill Name: ai-travel-companion Version: 1.0.0 The skill is a travel companion AI designed to provide historical and cultural explanations using specific narrative styles (humorous and folk). It follows standard RAG (Retrieval-Augmented Generation) patterns, instructing the agent to search for current travel information and reference local assets like 'assets/guide-fundamentals.pdf'. There are no indicators of data exfiltration, malicious code execution, or harmful prompt injection; the instructions focus entirely on persona maintenance and formatting constraints.
能力评估
Purpose & Capability
Name, description and instructions describe a cultural travel companion and the required actions (writing stylized explanations, searching for up-to-date venue info, tailoring to audience). That generally matches the manifest. Minor inconsistencies: the manifest lists a '位置感知讲解' (location-aware) capability but SKILL.md does not instruct how to obtain user location nor declare any location-related inputs; and the SKILL.md references local knowledge-base assets (assets/...) that are not present in the file manifest. These are coherence issues (missing assets / mismatch in claimed capabilities) but not evidence of malicious behavior.
Instruction Scope
Runtime instructions ask the agent to 'search latest tourism information' before each explanation (open-web searches or API queries are implied) and to 'deeply learn' local knowledge-base files (assets/...). Searching the web for opening hours, tickets, traffic and weather is appropriate for the skill. The instruction to use local asset files is reasonable for a knowledge-driven guide, but the referenced asset paths are not included in the package — that mismatch may cause runtime errors or unclear behavior. The SKILL.md does not instruct reading unrelated system files, environment variables, or exfiltrating data.
Install Mechanism
This skill is instruction-only with no install spec and no code files. That minimizes disk-write or remote-install risks.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The declared requirements are minimal and proportionate to a content-generation/travel-guide skill.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent inclusion or elevated privileges. There is no instruction to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-travel-companion
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-travel-companion 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of AI旅游搭子,专为沉浸式景点与文物讲解打造 - 支持当年明月幽默与孔二狗江湖两大风格,可根据用户需求切换 - 输出严格按段落层级、加粗/斜体、图标与无序列表规范 - 所有讲解均检索最新景点开放、交通等实用信息 - 强调共情、风趣、故事化呈现,禁止传统数字/中文序号 - 明确任务边界:仅服务于文化讲解类内容
元数据
Slug ai-travel-companion
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

伴游AI旅游搭子 是什么?

智能伴游AI旅游搭子,提供沉浸式景点与文物讲解服务。当用户要求讲解景点、介绍文物、提供旅游信息、推荐游览路线时使用。支持当年明月幽默风格与孔二狗江湖风格。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 伴游AI旅游搭子?

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

伴游AI旅游搭子 是免费的吗?

是的,伴游AI旅游搭子 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

伴游AI旅游搭子 支持哪些平台?

伴游AI旅游搭子 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 伴游AI旅游搭子?

由 e2e5g(@e2e5g)开发并维护,当前版本 v1.0.0。

💬 留言讨论