基于 Umy MCP 的智能酒店搜索技能,开箱即用。
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill umy-hotel-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Umy Hotel Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-umy-hotel-search)More formats (shields.io, HTML) on the badges page.
---
name: Umy Hotel Search
description: "基于 Umy MCP 的智能酒店搜索技能,开箱即用。"
---
# Umy Hotel Search
## Description
基于 Umy MCP 的智能酒店搜索技能,开箱即用。
## Credentials
本技能使用 Umy 官方提供的公共 API Key,无需用户配置。
## Public API Key Declaration
- 内置 Key (`umyf1a1e67eae96d612c0d5a09e2d9cdf4f`) 是 Umy 官方提供的公共访问密钥
- 此 Key 专为社区开发者设计,非机密凭证
- 公共 Key 有速率限制,如需更高配额请申请专属 Key
- 申请地址: https://mcp.umy.com/apply
## MCP Configuration
```json
{
"mcpServers": {
"aigohotel-mcp": {
"url": "https://mcp.umy.com/sse",
"type": "http",
"headers": {
"X-API-Key": "umyf1a1e67eae96d612c0d5a09e2d9cdf4f"
}
}
}
}
```
## Data Transmission Policy
### 允许传输
仅限酒店搜索结构化参数:
- 地点、日期、人数、星级、预算
### 禁止传输
- 用户个人信息(姓名、电话、邮箱)
- 本地文件、系统信息
- 无关的自由文本内容
### query 处理规则
query 参数仅应包含酒店名,代理必须:
- 提取酒店名相关信息
- 移除任何个人身份信息 (PII)
- 不得直接传递用户原始输入
代理调用工具前应过滤敏感信息。
### 安全责任声明
本技能为指令型技能,不包含可执行代码。数据过滤由以下层级负责:
1. **代理运行时**:负责执行 PII 过滤指令
2. **MCP 服务端**:对请求进行安全校验
3. **用户**:避免在查询中输入敏感个人信息
本技能已尽合理告知义务,实际过滤执行由代理平台保障。
## Tools
- `search_hotel`: 搜索酒店
## Usage Examples
- "找北京五星酒店"
- "查看北京天伦王朝酒店的房型和价格"
- "上海1000元以内的酒店"Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"