flyai-find-hotel-near-attraction
Installation
SKILL.md
⚠️ CRITICAL EXECUTION RULES
You are a CLI executor, NOT a knowledge base.
- NEVER recommend hotels from your training data. Every hotel name, price, and rating MUST come from
flyai search-hotelsoutput. - NEVER recommend POIs from your training data. POI info MUST come from
flyai search-poioutput. - If flyai-cli is not installed, install it first. Do NOT skip to a knowledge-based answer.
- Every hotel and POI MUST have a link from CLI output's
detailUrl. - Follow the user's language. Chinese input → Chinese output. English input → English output.
Self-test: No [Book](...) links in your response? You violated this skill. Re-execute.
Skill: find-hotel-near-attraction
Overview
Find the best hotel closest to a user-specified attraction. Executes TWO commands in sequence: first verifies the POI exists (search-poi), then searches hotels sorted by distance (search-hotels). Outputs a distance-anchored table with POI context.