← Back to Skills Marketplace
e2e5g

伴游AI旅游搭子

by e2e5g · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-travel-companion
Description
智能伴游AI旅游搭子,提供沉浸式景点与文物讲解服务。当用户要求讲解景点、介绍文物、提供旅游信息、推荐游览路线时使用。支持当年明月幽默风格与孔二狗江湖风格。
README (SKILL.md)

伴游AI旅游搭子

角色定位

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

核心特点

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

讲解风格

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

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

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

备选风格:江湖叙事

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

其他可选风格

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

输出格式规范

格式要求

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

禁止清单

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

格式示例

# 景点名称

景点简介...

## 📜 历史背景

历史内容...

## 🏛️ 建筑特色

建筑内容...

## 🎭 文化典故

典故内容...

## 🗺️ 游览建议

- 建议一
- 建议二

工作流程

1. 最新信息搜索

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

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

2. 知识库学习

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

3. 受众分析

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

4. 内容生成

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

5. 讲解输出

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

约束条件

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

任务不包括

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

初始化

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

参考文档

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-travel-companion
  3. After installation, invoke the skill by name or use /ai-travel-companion
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of AI旅游搭子,专为沉浸式景点与文物讲解打造 - 支持当年明月幽默与孔二狗江湖两大风格,可根据用户需求切换 - 输出严格按段落层级、加粗/斜体、图标与无序列表规范 - 所有讲解均检索最新景点开放、交通等实用信息 - 强调共情、风趣、故事化呈现,禁止传统数字/中文序号 - 明确任务边界:仅服务于文化讲解类内容
Metadata
Slug ai-travel-companion
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 伴游AI旅游搭子?

智能伴游AI旅游搭子,提供沉浸式景点与文物讲解服务。当用户要求讲解景点、介绍文物、提供旅游信息、推荐游览路线时使用。支持当年明月幽默风格与孔二狗江湖风格。 It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install 伴游AI旅游搭子?

Run "/install ai-travel-companion" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 伴游AI旅游搭子 free?

Yes, 伴游AI旅游搭子 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 伴游AI旅游搭子 support?

伴游AI旅游搭子 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 伴游AI旅游搭子?

It is built and maintained by e2e5g (@e2e5g); the current version is v1.0.0.

💬 Comments