china-rental-price

Use when the user needs a China domestic rental-car reference price, especially for same-day or holiday travel where train-station or airport store choice matters and OneHai peak-period minimum-rental rules can be mistaken for zero inventory. This skill uses the user's logged-in Google Chrome session on macOS to query OneHai, return reference prices and booking URLs, and distinguish policy restrictions from true no-car results.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "china-rental-price" with this command: npx skills add tengjiaozhai/china-rental-price

China Rental Price

Overview

This skill is for China domestic self-drive rental price checks in travel-planning conversations. The currently reliable path is OneHai via the user's logged-in Google Chrome session on macOS.

When To Use

  • The user asks for a China domestic rental-car price, same-day quote, or holiday quote.
  • The user wants a station or airport pickup store, not an arbitrary citywide sweep.
  • The user shows a "0 cars" page and needs to know whether it is truly sold out or blocked by a peak-period minimum-rental rule.

Preconditions

  • Use absolute dates and times.
  • Google Chrome must already be logged into 一嗨租车.
  • Chrome must have 查看 > 开发者 > 允许 Apple 事件中的 JavaScript enabled.
  • macOS needs osascript and tesseract.

Workflow

  1. Prefer scene-based store targeting:
    • High-speed rail or train arrival: train-station
    • Flight arrival: airport
    • Only use citywide selection when the user did not specify a transit scene.
  2. If the user knows the exact store, pass --pickup-location and --dropoff-location.
  3. Run scripts/query-onehai-live-chrome.mjs.
  4. Interpret the result before answering:
    • bookingRestriction means a policy limit such as a holiday minimum-rental rule. Do not describe it as ordinary sellout.
    • priceMin and vehicleSamples are reference prices captured at query time, not a guaranteed final checkout price.
    • availableCars = 0 without bookingRestriction is the closer match to true no inventory at that store and time.

Commands

City plus transit scene:

node /Users/shenmingjie/.codex/skills/china-rental-price/scripts/query-onehai-live-chrome.mjs \
  --pickup-city 宣城 \
  --pickup-scene train-station \
  --pickup-datetime 2026-05-01T15:30 \
  --dropoff-datetime 2026-05-04T10:30

Exact store:

node /Users/shenmingjie/.codex/skills/china-rental-price/scripts/query-onehai-live-chrome.mjs \
  --pickup-city 宣城 \
  --pickup-location "泾县高铁站自助点" \
  --dropoff-city 宣城 \
  --dropoff-location "泾县高铁站自助点" \
  --pickup-datetime 2026-05-01T10:00 \
  --dropoff-datetime 2026-05-04T10:00

Output Shape

The script prints JSON with fields such as:

  • platform
  • status
  • capturedAt
  • bookingUrl
  • selectedStore
  • priceMin
  • priceTotalIfAvailable
  • availableCars
  • vehicleSamples
  • bookingRestriction
  • warnings

Response Guidance

  • Report the selected store explicitly so the user knows whether the quote came from a train-station store, airport store, or another branch.
  • Keep the wording as 参考实时价.
  • If the query is part of a broader itinerary, combine the rental result with the user's actual arrival mode instead of searching every store in the city.
  • Be transparent that the reliable automated path in this skill is currently OneHai.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Multi Edge-TTS CN

Edge-TTS 在线语音合成 skill。基于微软 Edge TTS 引擎,生成速度快(1-2秒),支持多种音色和输出格式。同时支持飞书(OGG/Opus)和企业微信(AMR)。默认音色 xiaoxiao_lively。需联网。

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated
General

One Person Company OS

Build a visual operating cockpit for an AI-native one-person company across promise, buyer, product, delivery, cash, learning, and assets. / 为 AI 一人公司建立可视化经营...

Registry SourceRecently Updated
General

健康追踪

健康追踪技能 - 追踪饮水、睡眠、步数等健康数据,JSON存储。

Registry SourceRecently Updated