← 返回 Skills 市场
350
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install umy-hotel
功能描述
An out-of-the-box hotel search skill powered by Umy MCP.
安全使用建议
This skill advertises strict PII filtering and 'no executable code' but includes a runnable CLI that will send parameters to external endpoints. Before installing or running it, consider: 1) Do not paste or send personal data (names, phone numbers, emails, IDs) into queries — the skill's filtering is advisory, not enforced in the bundled script. 2) Inspect the script yourself or run it in an isolated environment; it calls https://api.umy.com/v1 and will include X-API-Key (falls back to the public key). 3) Ask the publisher to clarify the MCP vs API endpoint mismatch and why SKILL.md says no executable code. 4) If you want stronger guarantees, only use a version that either contains no executables or whose code you have reviewed and that enforces PII removal client-side. 5) If you set UMY_API_KEY in your environment, be aware the script will use it; keep any custom key secret and limited in scope.
功能分析
Type: OpenClaw Skill
Name: umy-hotel
Version: 1.1.0
The Umy Hotel Search skill is a legitimate tool for searching hotels via the Umy MCP API. The skill includes explicit privacy-preserving instructions in SKILL.md and search-hotels.md, directing the AI agent to strip personally identifiable information (PII) from queries before transmission. The implementation in scripts/umy_hotel_tool.mjs uses standard Node.js fetch calls to a disclosed API endpoint (api.umy.com) and contains no evidence of malicious execution, data exfiltration, or obfuscation.
能力评估
Purpose & Capability
The skill claims to be an instruction-only hotel search using a public key and requiring no user config, which aligns with a hotel-search purpose — but the package actually includes an executable Node CLI (scripts/umy_hotel_tool.mjs) that performs network calls. The presence of an executable contradicts the SKILL.md statement that the skill contains no executable code. Also SKILL.md references an MCP SSE endpoint (mcp.umy.com/sse) while the script uses api.umy.com/v1, which is inconsistent.
Instruction Scope
SKILL.md instructs agents to strip PII and only send structured hotel parameters, and even states 'never forward the user's raw input directly'. However, the provided CLI will POST whatever parameters it receives (including query) to an external API with no built-in PII-filtering. The skill relies on the agent/platform to enforce filtering but includes code that will transmit input if executed or used by an agent tool integration.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However, a runnable script file is bundled (scripts/umy_hotel_tool.mjs). Because nothing is automatically installed by the registry, risk depends on whether the agent/platform executes this script or exposes it as a tool — the presence of an executable file is inconsistent with the 'no executable code' claim in SKILL.md.
Credentials
SKILL.md declares no required environment variables and advertises a built-in public API key. The script respects an optional UMY_API_KEY env var (fallback to the public key). Requesting or using the public key is proportionate to a hotel search skill, but the script will use whatever API key is present in the environment (not declared as required), which should be noted by users who might set environment credentials.
Persistence & Privilege
Skill flags are default (always:false, agent-invocable:true). It does not request persistent system privileges or modify other skills. Autonomous invocation is permitted (platform default) but not combined with an 'always' flag or broad credential requests.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install umy-hotel - 安装完成后,直接呼叫该 Skill 的名称或使用
/umy-hotel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
- Added new prompt file: prompts/search-hotels_zh.md.
- Prepares for Chinese-language hotel search capability.
v0.0.1
- Initial release of Umy Hotel Search skill.
- Provides intelligent hotel search using the Umy MCP platform, no user configuration required.
- Uses a built-in public API key for easy access (subject to rate limits).
- Transmits only structured hotel search parameters; personal information transmission is strictly prohibited.
- Includes clear usage examples and safety guidelines.
v1.0.3
- Added new script: scripts/umy_hotel_tool.mjs
- Introduced initial tool implementation file to the project
v1.0.2
No user-visible changes in this version.
- Version number updated to 1.0.2.
- No other changes detected.
v1.0.1
Initial release of Umy Hotel Search skill.
- Enables hotel search via Umy MCP with no configuration required.
- Uses a built-in public API Key for access.
- Ensures only structured, non-personal hotel search data is transmitted.
- Provides clear security and data filtering guidelines.
- Includes helpful usage examples.
v1.0.0
Umy Hotel Search 1.0.0
- Initial release of the smart hotel search skill powered by Umy MCP.
- Utilizes a built-in, public API Key for immediate use—no user configuration required.
- Allows structured hotel search parameters (location, date, guests, star rating, budget); personal info transmission is strictly prohibited.
- Includes clear data transmission and query-handling policies for user privacy.
- Provides example usage and integration guidelines for easy onboarding.
元数据
常见问题
Umy Hotel 是什么?
An out-of-the-box hotel search skill powered by Umy MCP. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 350 次。
如何安装 Umy Hotel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install umy-hotel」即可一键安装,无需额外配置。
Umy Hotel 是免费的吗?
是的,Umy Hotel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Umy Hotel 支持哪些平台?
Umy Hotel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Umy Hotel?
由 cloudwave(@cloudwavego)开发并维护,当前版本 v1.1.0。
推荐 Skills