Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

差旅预订助手

v1.0.0

Booking.com国际酒店预订助手,支持全球酒店搜索、房型查询、价格对比、预订管理。Invoke when user wants to search international hotels, book hotels on Booking.com, or manage Booking.com reservat...

0· 93·0 current·0 all-time
by赵瑞宇@ryan-zry·duplicate of @gaogao605/trip-booking

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ryan-zry/business-travel-booking.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "差旅预订助手" (ryan-zry/business-travel-booking) from ClawHub.
Skill page: https://clawhub.ai/ryan-zry/business-travel-booking
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install business-travel-booking

ClawHub CLI

Package manager switcher

npx clawhub@latest install business-travel-booking
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
Purpose & Capability
The skill's name and description state it uses Booking.com Affiliate/API data, but the shipped code contains BOOKING_API_KEY and BOOKING_AFFILIATE_ID set to placeholder strings and many API calls are marked TODO or return mocked data (e.g., search_hotels returns mock_hotels). The skill does not declare any required environment variables or a primary credential even though the SKILL.md explicitly says an API Key (affiliate) is required. This is a clear mismatch between claimed capability (live Booking.com integration) and actual delivered capability (mocked/stubbed behavior).
!
Instruction Scope
SKILL.md instructs the agent must call Booking.com Affiliate API and not fabricate data, but the included implementation purposely returns simulated data and leaves real API calls as TODO. The instructions and the code contradict each other: the agent may be expected to present live data but the code will return mock content unless credentials and code changes are applied. The SKILL.md does not specify how credentials should be provided at runtime (no env var or config path declared).
Install Mechanism
There is no install spec (instruction-only install), and the only binary requirement is python3. No external downloads or archive extraction are defined. The risk from installation mechanics is low.
!
Credentials
The skill logically requires Booking.com credentials (SKILL.md and booking_api.py reference an API key and affiliate ID), yet requires.env is empty and no primary credential is declared. Credentials are hard-coded as placeholders in booking_api.py instead of being read from environment variables or a declared config path. This omission forces insecure workarounds (editing source to add keys) or will result in the skill using mocked data — either case is problematic.
Persistence & Privilege
The skill does not request always:true, has no OS restrictions, and does not appear to modify other skills or system-wide agent settings. Autonomous invocation remains enabled (platform default) but is not combined with other high-risk indicators here.
What to consider before installing
This skill claims to fetch live data from Booking.com but the packaged code uses placeholder credentials and returns mocked results; the SKILL.md also requires an API Key yet the skill does not declare any required environment variables or a way to provide credentials. Before installing or using: (1) confirm the skill's source and trustworthiness; (2) ask the author to make credential handling explicit and secure (e.g., require BOOKING_API_KEY and BOOKING_AFFILIATE_ID as env vars or platform secrets rather than hard-coding); (3) verify that the skill actually performs live API calls and does not present mocked or fabricated data; (4) avoid editing source to insert secrets — prefer a secure secret injection mechanism; (5) if you need live booking capability, request a version that documents authentication, rate limits, and returns real API responses. If you cannot confirm these, treat the skill as unreliable and do not provide real credentials.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🌍 Clawdis
Binspython3
latestvk97cwsk168a2rwdhpknkx6qems83xahp
93downloads
0stars
1versions
Updated 4w ago
v1.0.0
MIT-0

Booking.com国际酒店预订助手 (fb-booking-skill)

技能描述

Booking.com国际酒店预订助手,支持全球200+国家和地区酒店搜索、房型查询、价格对比、预订管理。提供多语言、多币种支持,适合出境游、商务差旅等国际出行场景。


⚠️ 【重要约束】

  • 必须调用Booking.com Affiliate API或合作伙伴API获取数据
  • 禁止自行编造酒店信息、价格或评论
  • 国际酒店价格以当地货币显示,需标注汇率参考
  • 接口返回什么数据就展示什么,不要修改

技能概述

基于Booking.com API开发的国际酒店预订技能,支持:

  • 全球酒店搜索(200+国家/地区)
  • 多语言酒店信息展示
  • 多币种价格显示
  • 实时房态查询
  • 预订创建与管理
  • 免费取消政策查询

技能能力

核心能力

  1. 全球酒店搜索:支持按城市、地标、酒店名称搜索
  2. 多语言支持:中文、英文、日文、韩文等多语言展示
  3. 多币种显示:支持CNY、USD、EUR、JPY等货币
  4. 房型详情:床型、面积、设施、政策等详细信息
  5. 预订管理:创建订单、查询订单、取消订单

触发条件

  1. 国际酒店搜索:当用户搜索海外酒店、Booking酒店时

    • 支持城市名(英文/中文)
    • 支持地标(如东京塔、埃菲尔铁塔)
    • 支持酒店名称
  2. 展示格式示例

    🌍 Booking.com - 东京酒店(3月15日入住)
    
    | 序号 | 酒店名称 | 评分 | 区域 | 价格/晚 |
    |:---:|---------|:---:|------|---:|
    | 1 | 东京站酒店 | 9.2 | 千代田区 | ¥1,280 |
    | 2 | 新宿格拉斯丽酒店 | 8.8 | 新宿区 | ¥980 |
    
    💡 回复"序号"查看房型详情
    💡 价格已含税费,支持免费取消
    

对接信息

基础配置

支持功能

功能API端点说明
酒店搜索getHotels按城市/坐标搜索
酒店详情getHotelDescription酒店详细信息
房型查询getRoomAvailability实时房态和价格
预订创建makeReservation创建预订
订单查询getReservation查询订单详情
取消预订cancelReservation取消预订

核心接口列表

一、查询类接口

接口名称核心用途必选参数
search_booking_hotels搜索Booking酒店city_ids, checkin, checkout
get_booking_hotel_detail获取酒店详情hotel_id, language
get_booking_room_availability查询房型可用性hotel_id, checkin, checkout
get_booking_reviews获取酒店评论hotel_id, language

二、预订类接口

接口名称核心用途必选参数
create_booking_reservation创建预订hotel_id, room_id, guest_info
get_booking_reservation查询预订reservation_id
cancel_booking_reservation取消预订reservation_id

数据字段说明

酒店信息

{
  "hotel_id": "123456",
  "name": "Hotel Granvia Tokyo",
  "name_cn": "东京站酒店",
  "address": "1-9-1 Marunouchi, Chiyoda-ku",
  "city": "Tokyo",
  "country": "Japan",
  "zip": "100-0005",
  "latitude": 35.6812,
  "longitude": 139.7671,
  "review_score": 9.2,
  "review_count": 8542,
  "star_rating": 4,
  "currency": "JPY",
  "min_rate": 25000
}

房型信息

{
  "room_id": "987654",
  "name": "Deluxe Double Room",
  "name_cn": "豪华双人间",
  "bed_type": "1 extra-large double bed",
  "size": 28,
  "max_occupancy": 2,
  "facilities": ["Air conditioning", "Free WiFi", "TV"],
  "cancellation_policy": "Free cancellation",
  "meal_plan": "Breakfast included",
  "price": 28000
}

多语言支持

语言代码语言
zh中文
en英文
ja日文
ko韩文
fr法文
de德文
es西班牙文

多币种支持

币种代码币种
CNY人民币
USD美元
EUR欧元
JPY日元
KRW韩元
GBP英镑
HKD港币

响应规则

成功响应

{
  "code": 0,
  "msg": "success",
  "data": {
    "hotel_id": "123456",
    "name": "东京站酒店",
    "address": "东京都千代田区丸之内1-9-1",
    "review_score": 9.2,
    "rooms": [
      {
        "room_id": "987654",
        "name": "豪华双人间",
        "price": 28000,
        "currency": "JPY"
      }
    ]
  }
}

失败响应

{
  "code": 500,
  "msg": "Hotel not found",
  "data": null
}

Comments

Loading comments...