目的地国家/地区旅行安全与禁忌提示
by @lmercy
Generate a visually rich, card-based HTML info page covering city safety overview, local taboos & legal etiquette, emergency contacts, and transportation tip...
clawhub install travel-safety-etiquette📖 About This Skill
name: travel-safety-etiquette description: >- Generate a visually rich, card-based HTML info page covering city safety overview, local taboos & legal etiquette, emergency contacts, and transportation tips for a given travel destination. Use when the user mentions travel safety, cultural taboos, local etiquette, travel risks, destination tips, or asks "去XX要注意什么""旅行禁忌""安全提示""出行注意事项""当地法律""交通安全" etc.
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:
Allowed outputs:
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:
Input Variables
Collect from the user before generating. If unspecified, use defaults.
| Variable | Description | Default |
|---|---|---|
| place | Country / city / region | *(required)* |
| time_of_day | Primary travel time window | 全天 |
| travel_party | Travel style (solo / couple / family / group) | 结伴 |
| pref | Interest tags | 文化/美食 |
Content Variables (Four Modules)
Research and populate all variables for the given place:
Module 1: 城市安全概览与分区建议
| Variable | Count | Notes |
|---|---|---|
| friendly_zone_1..4 | 3–4 | Tourist-friendly zones; use neutral "适合步行游览" framing |
| caution_zone_1..3 | 3 | Situations/areas requiring caution; NO slum positioning or entry routes |
| safety_tip | 1 | One-line overall safety impression of the destination |
Module 2: 当地禁忌与法律礼仪
| Variable | Count | Notes |
|---|---|---|
| taboo_religion | 1 | Religious / sacred site etiquette |
| taboo_dress | 1 | Dress code expectations |
| taboo_public | 1 | Public behavior norms |
| taboo_law | 1 | Legal prohibitions; use "may be illegal" hedging |
| taboo_photo | 1 | Photography restrictions and social norms |
| taboo_topic | 1 | Sensitive conversation topics to avoid |
| taboo_tipping | 1 | Tipping / service charge customs |
Module 3: 紧急联系与实用信息
| Variable | Count | Notes |
|---|---|---|
| emergency_police | 1 | Local police number |
| emergency_ambulance | 1 | Ambulance / medical emergency number |
| emergency_fire | 1 | Fire department number |
| embassy_info | 1 | Chinese embassy / consulate contact (phone + address summary) |
| useful_app_1..3 | 3 | Recommended local apps (ride-hailing, maps, translation, etc.) |
| medical_tip | 1 | Healthcare/pharmacy access tip |
Module 4: 交通与出行安全提示
| Variable | Count | Notes |
|---|---|---|
| transport_taxi | 1 | Taxi / ride-hailing safety advice |
| transport_public | 1 | Public transport tips |
| transport_walk | 1 | Pedestrian safety notes |
| scam_1..3 | 3 | Common 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 ; otherwise output empty string.
4. Output — Save completed HTML as .html file and provide the link.
Handling Edge Cases
Template
The full HTML template is in template.html. Read it at generation time and fill in placeholders.