用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/duclm1x1/Dive-Ai --skill travel-concierge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | travel-concierge |
| description | Find contact details for accommodation listings (Airbnb, Booking.com, VRBO, Expedia) |
| version | 1.0.0 |
| triggers | ["find contact","hotel contact","accommodation contact","property contact","airbnb contact","booking contact","vrbo contact","expedia contact","direct booking","property email","property phone"] |
Find contact details (phone, email, WhatsApp, Instagram, etc.) for accommodation listings to enable direct booking.
When the user provides a booking URL or asks to find contact details for an accommodation:
Run the CLI to extract contact information:
travel-concierge find-contact "<url>"
Present the dossier to the user with all discovered contact methods.
airbnb.com/rooms/...booking.com/hotel/...vrbo.com/...expedia.com/...Hotel...User: "Find contact info for this Airbnb: https://www.airbnb.com/rooms/12345"
Action: Run travel-concierge find-contact "https://www.airbnb.com/rooms/12345"
User: "How can I contact this hotel directly?" (with Booking.com URL)
Action: Run travel-concierge find-contact "<booking-url>"
travel-concierge find-contact --json "https://..."
travel-concierge find-contact --verbose "https://..."
The tool works without any API keys using web scraping. For enhanced results, configure optional APIs:
# Set Google Places API key for verified phone/website data
travel-concierge config set googlePlacesApiKey "your-key"
# View current config
travel-concierge config show
The CLI returns a contact dossier with:
agent-browser) may be needed for JavaScript-rendered listing pages