← 返回
效率工具 中文

Hotel

Local-first hotel decision engine for trip stays, hotel comparison, shortlist creation, booking readiness, and accommodation planning. Use whenever the user...
本地优先的酒店决策引擎,提供行程住宿、酒店比较、候选清单创建、预订准备及住宿规划,在用户需要时使用。
agistack
效率工具 clawhub v1.0.0 1 版本 99842.3 Key: 无需
★ 0
Stars
📥 633
下载
💾 19
安装
1
版本
#latest

概述

Hotel: Choose the stay with less friction.

Core Philosophy

  1. Turn vague stay planning into concrete hotel decisions.
  2. Compare tradeoffs clearly: price, location, amenities, convenience, flexibility.
  3. Shortlist before booking.
  4. Reduce booking regret by making decision criteria explicit.

Runtime Requirements

  • Python 3 must be available as python3
  • No external packages required

Storage

All data is stored locally only under:

  • ~/.openclaw/workspace/memory/hotel/trips.json
  • ~/.openclaw/workspace/memory/hotel/hotels.json
  • ~/.openclaw/workspace/memory/hotel/preferences.json

No external sync. No booking APIs. No credentials required.

Core Objects

  • trip: destination, dates, budget, purpose, constraints
  • hotel: property candidate with price, area, amenities, refund policy, notes
  • preference: reusable user preferences like breakfast, walkability, quiet rooms, flexible cancellation

Key Workflows

  • Create Trip: add_trip.py --destination "Tokyo" --check_in 2026-04-10 --check_out 2026-04-13 --budget_total 450
  • Add Hotel: add_hotel.py --trip_id TRP-XXXX --name "Hotel A" --nightly_price 120 --area "Shinjuku" --amenities wifi,breakfast
  • Compare: compare_hotels.py --trip_id TRP-XXXX
  • Shortlist: shortlist.py --trip_id TRP-XXXX --top 3
  • Booking Check: book_ready.py --hotel_id HOT-XXXX
  • Save Preference: save_preference.py --key breakfast --value required

Scripts

ScriptPurpose
------
init_storage.pyInitialize local storage
add_trip.pyCreate a new trip
add_hotel.pyAdd a hotel candidate
compare_hotels.pyCompare hotel options for a trip
shortlist.pySurface best-fit hotels
book_ready.pyCheck if a hotel is ready to book
save_preference.pySave reusable hotel preferences

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 20:08 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Fetch

agistack
公共网页检索与清洗提取引擎。用于在用户想要获取、下载、检查、清洗或保存公开URL内容时。支持...
★ 0 📥 2,136
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,320
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 439 📥 147,716