← 返回 Skills 市场
住宿顾问
作者
xiejinsong
· GitHub ↗
· v1.0.0
· MIT-0
144
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install travel-accommodation-advisor
功能描述
围绕已知地标通过 POI 锚定和半径筛选查找并对比附近酒店。适用于用户明确景点、商圈、交通枢纽或会展中心,并希望按距离与质量排序获得可预订住宿。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install travel-accommodation-advisor - 安装完成后,直接呼叫该 Skill 的名称或使用
/travel-accommodation-advisor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
住宿顾问 是什么?
围绕已知地标通过 POI 锚定和半径筛选查找并对比附近酒店。适用于用户明确景点、商圈、交通枢纽或会展中心,并希望按距离与质量排序获得可预订住宿。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。
如何安装 住宿顾问?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install travel-accommodation-advisor」即可一键安装,无需额外配置。
住宿顾问 是免费的吗?
是的,住宿顾问 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
住宿顾问 支持哪些平台?
住宿顾问 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 住宿顾问?
由 xiejinsong(@xiejinsong)开发并维护,当前版本 v1.0.0。
推荐 Skills