hertz

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Hertz Skill

Hertz Skill

Overview

概述

Enables Claude to search and book rental cars, manage Hertz Gold Plus Rewards account, access premium vehicle collections, and handle reservations through Hertz's global network.
让Claude能够通过Hertz的全球网络搜索和预订租车、管理Hertz Gold Plus Rewards账户、使用高端车辆系列以及处理预订。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/hertz/install.sh | bash
Or manually:
bash
cp -r skills/hertz ~/.canifi/skills/
bash
curl -sSL https://canifi.com/skills/hertz/install.sh | bash
或者手动安装:
bash
cp -r skills/hertz ~/.canifi/skills/

Setup

设置

Configure via canifi-env:
bash
undefined
通过canifi-env进行配置:
bash
undefined

First, ensure canifi-env is installed:

First, ensure canifi-env is installed:

canifi-env set HERTZ_EMAIL "your-email@example.com" canifi-env set HERTZ_GOLD_PLUS "your-gold-plus-number"
undefined
canifi-env set HERTZ_EMAIL "your-email@example.com" canifi-env set HERTZ_GOLD_PLUS "your-gold-plus-number"
undefined

Privacy & Authentication

隐私与认证

Your credentials, your choice. Canifi LifeOS respects your privacy.
你的凭据,由你掌控。Canifi LifeOS尊重你的隐私。

Option 1: Manual Browser Login (Recommended)

选项1:手动浏览器登录(推荐)

If you prefer not to share credentials with Claude Code:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭据:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. Claude将使用你的已认证会话,且永远不会看到你的密码

Option 2: Environment Variables

选项2:环境变量

If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果你愿意共享凭据,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
注意:存储在canifi-env中的凭据仅能在你的本地机器上访问,绝不会被传输。

Capabilities

功能

  • Search and compare rental car options
  • Access Hertz Gold Plus Rewards benefits
  • Book premium collections (Dream, Adrenaline, Green)
  • Manage existing reservations
  • Arrange airport and neighborhood pickups
  • Add equipment and protection options
  • 搜索和对比租车选项
  • 使用Hertz Gold Plus Rewards会员权益
  • 预订高端系列车辆(Dream、Adrenaline、Green)
  • 管理现有预订
  • 安排机场及社区取车服务
  • 添加设备和保障选项

Usage Examples

使用示例

Example 1: Book at Airport

示例1:机场预订

User: "Reserve a car at Denver airport for this weekend"
Claude: I'll search Hertz at Denver airport.
- Opens hertz.com via Playwright MCP
- Enters DEN airport, weekend dates
- Shows vehicle options:
  - Economy (Nissan Versa): $55/day
  - Compact (Toyota Corolla): $62/day
  - Standard (Camry/Malibu): $75/day
  - Full-size SUV (Tahoe): $125/day
- Gold Plus members: Walk to your car, skip counter
用户: "这周末在丹佛机场预订一辆车"
Claude: 我将搜索Hertz在丹佛机场的车辆。
- 通过Playwright MCP打开hertz.com
- 输入丹佛机场(DEN)、周末日期
- 展示车辆选项:
  - 经济型(日产Versa):55美元/天
  - 紧凑型(丰田卡罗拉):62美元/天
  - 标准型(凯美瑞/迈锐宝):75美元/天
  - 全尺寸SUV( Tahoe):125美元/天
- Gold Plus会员:直接取车,无需排队

Example 2: Book Dream Collection

示例2:预订Dream系列车辆

User: "I want to rent a luxury car in Miami"
Claude: I'll check the Hertz Dream Collection.
- Navigates to Dream Cars
- Searches Miami locations
- Shows luxury options:
  - Porsche 911: $450/day
  - BMW M4: $325/day
  - Corvette Stingray: $275/day
  - Mercedes S-Class: $395/day
- Includes 75 miles/day, excess at $0.75/mile
用户: "我想在迈阿密租一辆豪车"
Claude: 我将查询Hertz的Dream系列车辆。
- 导航至Dream Cars页面
- 搜索迈阿密门店
- 展示豪华车型选项:
  - 保时捷911:450美元/天
  - BMW M4:325美元/天
  - 科尔维特Stingray:275美元/天
  - 奔驰S级:395美元/天
- 包含每日75英里里程,超出部分按0.75美元/英里收费

Example 3: Check Gold Status

示例3:查询会员等级

User: "What are my Hertz Gold benefits?"
Claude: I'll check your Gold Plus Rewards account.
- Logs into Hertz account
- Returns: President's Circle status
- Points balance: 12,450
- Benefits: Counter bypass, free upgrades, spouse driving
- Free rental day: 550 points
- Recent rentals: 15 this year
用户: "我的Hertz Gold会员有哪些权益?"
Claude: 我将查询你的Gold Plus Rewards账户。
- 登录Hertz账户
- 返回信息:President's Circle等级
- 积分余额:12,450
- 权益:免柜台服务、免费升级、配偶可驾驶
- 免费租车日:550积分兑换
- 今年近期租车次数:15次

Authentication Flow

认证流程

  1. Navigate to hertz.com via Playwright MCP
  2. Click "Sign In" and enter Gold Plus number
  3. Enter password
  4. Handle security verification if needed
  5. Verify Gold status tier displayed
  6. Maintain session for bookings
  1. 通过Playwright MCP导航至hertz.com
  2. 点击“Sign In”并输入Gold Plus会员编号
  3. 输入密码
  4. 如有需要,完成安全验证
  5. 验证显示的Gold会员等级
  6. 保持会话以进行预订

Error Handling

错误处理

  • Login Failed: Retry with email, check account status
  • Vehicle Unavailable: Suggest alternatives, nearby locations
  • Dream Car Sold Out: Check other premium locations
  • Session Expired: Re-authenticate automatically
  • Rate Limited: Wait 60 seconds, retry
  • Location Closed: Show alternate hours/locations
  • 登录失败:使用邮箱重试,检查账户状态
  • 车辆不可用:推荐替代车型、附近门店
  • Dream系列车辆售罄:查询其他高端门店
  • 会话过期:自动重新认证
  • 速率限制:等待60秒后重试
  • 门店关闭:显示替代营业时间/门店

Self-Improvement Instructions

自我优化说明

After each interaction:
  • Track premium car availability
  • Note pricing patterns by location/day
  • Log Gold tier benefits
  • Document UI updates
Suggest updates when:
  • Hertz updates booking flow
  • Gold Plus program changes
  • New collections added
  • Pricing structure changes
每次交互后:
  • 跟踪高端车辆的可用性
  • 记录不同地点/日期的定价模式
  • 记录Gold等级权益
  • 记录UI更新
当以下情况发生时建议更新:
  • Hertz更新预订流程
  • Gold Plus会员计划变更
  • 新增车辆系列
  • 定价结构变更

Notes

注意事项

  • Gold Plus skip-counter works at airports
  • President's Circle is highest tier
  • Dream Collection at select locations only
  • Adrenaline Collection has performance cars
  • Green Collection has EVs and hybrids
  • NeverLost GPS available for extra fee
  • Young driver surcharge applies under 25
  • Gold Plus会员的免柜台服务适用于机场
  • President's Circle是最高等级
  • Dream系列仅在部分门店提供
  • Adrenaline系列包含性能车型
  • Green系列包含电动车和混合动力车
  • NeverLost GPS需额外付费
  • 25岁以下驾驶员需支付年轻驾驶员附加费