Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计提醒

travel-safety-etiquette旅行安全礼仪

Agent Skill

travel-safety-etiquette 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,594

周安装

107

GitHub Stars

公开资料未说明

下载量

847
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:travel-safety-etiquette(旅行安全礼仪)
来源仓库:https://github.com/lmercy/travel-safety-etiquette
安装命令:
openclaw skills install travel-safety-etiquette
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install travel-safety-etiquette

简介

生成卡片式HTML安全指南,涵盖城市风险、禁忌与法律礼仪。

  • 适合独自出行或前往文化差异较大地区的用户。
  • 使用方式:输入城市名自动输出结构化安全信息页。
  • 建议结合当地使领馆公告二次确认。travel-safety-etiquette 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装前请确认是否生成持久化文件。

SKILL.md

name
travel-safety-etiquette
description
>-

Travel Safety & Etiquette Companion v2

Generate a single-file HTML info card (card-based dashboard) with four modules for a specified destination.

Compliance Rules (MUST follow)

Strictly forbidden outputs:

  • Specific geographic coordinates, street names, or "how to visit" guides for slums, shanty towns, or so-called "most dangerous neighborhoods"
  • Voyeuristic or sensationalist framing of poverty or vulnerable communities
  • Content that could be used to plan unauthorized entry into restricted or high-risk zones

Allowed outputs:

  • General safety zoning using neutral language ("tourist-friendly area" vs "area requiring extra caution")
  • Night-time and situational safety reminders
  • Cultural, religious, and legal taboos
  • Emergency contacts, consular info, and practical travel tools
  • Transportation safety advice and common scam awareness

Tone: Use hedging language ("may / it is advisable / not recommended / exercise caution"); avoid alarmist or fear-mongering phrasing. Present information as helpful awareness, not warnings of danger.

Zoning language guidelines:

  • Instead of "贫民窟 / slum / favela" → use "非主要旅游区域" or "游客较少到达的区域"
  • Instead of "高风险街区 / dangerous neighborhood" → use "夜间建议结伴的区域" or "需额外留意的区域"
  • Instead of "热门街区" → use "游客常去的区域" or "适合步行游览的区域"

Input Variables

Collect from the user before generating. If unspecified, use defaults.

VariableDescriptionDefault
placeCountry / city / region*(required)*
time_of_dayPrimary travel time window全天
travel_partyTravel style (solo / couple / family / group)结伴
prefInterest tags文化/美食

Content Variables (Four Modules)

Research and populate all variables for the given place:

Module 1: 城市安全概览与分区建议

VariableCountNotes
friendly_zone_1..43–4Tourist-friendly zones; use neutral "适合步行游览" framing
caution_zone_1..33Situations/areas requiring caution; NO slum positioning or entry routes
safety_tip1One-line overall safety impression of the destination

Module 2: 当地禁忌与法律礼仪

VariableCountNotes
taboo_religion1Religious / sacred site etiquette
taboo_dress1Dress code expectations
taboo_public1Public behavior norms
taboo_law1Legal prohibitions; use "may be illegal" hedging
taboo_photo1Photography restrictions and social norms
taboo_topic1Sensitive conversation topics to avoid
taboo_tipping1Tipping / service charge customs

Module 3: 紧急联系与实用信息

VariableCountNotes
emergency_police1Local police number
emergency_ambulance1Ambulance / medical emergency number
emergency_fire1Fire department number
embassy_info1Chinese embassy / consulate contact (phone + address summary)
useful_app_1..33Recommended local apps (ride-hailing, maps, translation, etc.)
medical_tip1Healthcare/pharmacy access tip

Module 4: 交通与出行安全提示

VariableCountNotes
transport_taxi1Taxi / ride-hailing safety advice
transport_public1Public transport tips
transport_walk1Pedestrian safety notes
scam_1..33Common tourist scams or schemes to watch for

Workflow

  1. Collect inputs — Ask the user for place (required); infer or confirm the other variables.
  2. Research content — Populate all content variables with accurate, balanced information. Cross-check facts where possible.
  3. Fill template — Read template.html in this skill directory. Replace every {placeholder} with generated content.

- For {friendly_zone_4_optional}: if a 4th zone exists, output <li>content</li>; otherwise output empty string.

  1. Output — Save completed HTML as .html file and provide the link.

Handling Edge Cases

  • Slum / danger zone requests: If the user asks for specific slum locations or "most dangerous block" routes, redirect: explain how to stay safe by avoiding unfamiliar non-tourist areas at night, and suggest legitimate cultural alternatives (museums, exhibitions, certified community programs).
  • Overly broad destination: If the destination is too broad (e.g. "Europe", "Southeast Asia"), ask the user to narrow down to a specific city.
  • Politically sensitive destinations: Stick to factual travel safety information; avoid political commentary.

Template

The full HTML template is in template.html. Read it at generation time and fill in placeholders.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

96.89%
按下载量换算821

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills