← Back to Skills Marketplace
住宿顾问
by
xiejinsong
· GitHub ↗
· v1.0.0
· MIT-0
144
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install travel-accommodation-advisor
Description
围绕已知地标通过 POI 锚定和半径筛选查找并对比附近酒店。适用于用户明确景点、商圈、交通枢纽或会展中心,并希望按距离与质量排序获得可预订住宿。
Usage Guidance
This skill appears to be what it says: an adapter that uses a third‑party CLI (flyai-cli) to find and format nearby hotels. Before installing or running it: 1) Inspect the npm package (@fly-ai/flyai-cli) — check its npm page, source repo, maintainer, version history, and recent downloads; avoid installing global packages you don't trust. 2) Be aware that queries (city, landmark, dates) will be sent over the network to fly.ai / Fliggy endpoints; do not include sensitive personal data you don't want transmitted. 3) If you want stronger assurance, run the CLI in a sandbox/container or review its source code first. 4) The optional FLYAI_API_KEY grants the CLI access to your FlyAI account — only provide keys you trust and understand the API's permissions.
Capability Analysis
Type: OpenClaw Skill
Name: travel-accommodation-advisor
Version: 1.0.0
The skill bundle is a travel accommodation advisor that uses the 'flyai-cli' to search for hotels near landmarks. All instructions in SKILL.md and the reference files are strictly aligned with its stated purpose of finding and comparing hotels, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description (find and compare hotels around a POI) match the instructions: the SKILL.md explicitly calls out using flyai-cli commands (search-poi, search-hotels) and describes expected inputs/outputs. The declared need for Node and a flyai-cli is consistent with the stated purpose.
Instruction Scope
Runtime instructions are scoped to locating POIs and hotels, filtering by radius/budget/stars, and formatting results. They do not instruct reading unrelated files, scanning system state, or exfiltrating arbitrary secrets. The only external interactions are CLI calls and network access to the fly.ai/Fliggy endpoints described.
Install Mechanism
This is an instruction-only skill (no install spec), but SKILL.md instructs the user to run `npm i -g @fly-ai/flyai-cli`. Installing a third‑party global npm package runs remote code and can be risky if the package or its maintainer are untrusted. The skill does not provide a pinned package version or a verified source (GitHub repo link), so users should inspect the package before installing.
Credentials
No required environment variables are declared. The only optional credential mentioned is an optional FLYAI_API_KEY for improved results, which is appropriate for a tool that calls an external API. There are no unrelated credential requests or config-path access in the instructions.
Persistence & Privilege
The skill does not request always:true, does not include install-time scripts or files, and is instruction-only. It does not attempt to modify other skills or system settings. Autonomous invocation is enabled (the platform default) but not combined with other high-risk factors here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install travel-accommodation-advisor - After installation, invoke the skill by name or use
/travel-accommodation-advisor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
travel-accommodation-advisor 1.0.0 initial release
- Enables hotel search and comparison anchored to known city landmarks (POI) with customizable radius and sorting.
- Supports clear, scenario-driven input/output standards to deliver bookable, comparable hotel recommendations—not generic travel advice.
- Integrates with FlyAI CLI and Fliggy data endpoints; does not require API key for basic use.
- Outputs results as structured Markdown: hotel image, comparison table, and booking links.
- Includes comprehensive references and templates for input parameters, fallback strategies, and execution guides.
Metadata
Frequently Asked Questions
What is 住宿顾问?
围绕已知地标通过 POI 锚定和半径筛选查找并对比附近酒店。适用于用户明确景点、商圈、交通枢纽或会展中心,并希望按距离与质量排序获得可预订住宿。 It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install 住宿顾问?
Run "/install travel-accommodation-advisor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 住宿顾问 free?
Yes, 住宿顾问 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 住宿顾问 support?
住宿顾问 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 住宿顾问?
It is built and maintained by xiejinsong (@xiejinsong); the current version is v1.0.0.
More Skills