Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

car-rental汽车租赁

Agent Skill

car-rental 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,278

周安装

424

GitHub Stars

公开资料未说明

下载量

3,358
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:car-rental(汽车租赁)
来源仓库:https://github.com/ivangdavila/car-rental
安装命令:
openclaw skills install car-rental
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install car-rental

简介

car-rental 比较租赁价格并提供预订提醒,寻找最优租车方案。

  • 适用于 OpenClaw 中短期出行租车规划与成本优化场景。
  • 使用 clawhub 安装并通过 openclaw skills install car-rental 命令添加。
  • 需评估其是否接入真实预订接口及支付流程权限要求。
  • 建议核对目的地和时间段后调用以获得有效报价。

SKILL.md

name
Car Rental
slug
car-rental
version
1.0.0
homepage
https://clawic.com/skills/car-rental
description
Find the best car rental deals with price comparison, alerts, and lease vs rent analysis.
changelog
Initial release with monitoring, price tracking, and smart comparison features.
metadata
{"clawdbot":{"emoji":"🚗","requires":{"bins":[]},"os":["linux","darwin","win32"]}}

Setup

On first use, read setup.md. Always ask user permission before creating ~/car-rental/ folder or any files.

When to Use

User needs to rent, lease, or find vehicle deals. Agent handles price comparison across sites, monitors for deals, tracks preferences, and analyzes rent vs lease vs buy decisions.

Architecture

Memory lives in ~/car-rental/. See memory-template.md for structure.

~/car-rental/
├── memory.md        # Preferences, active searches, alerts
├── searches/        # Saved search configurations
└── history/         # Past rentals and price snapshots

Quick Reference

TopicFile
Setup processsetup.md
Memory templatememory-template.md
Sites and sourcessites.md
Rent vs Leasecomparison.md

Core Rules

1. Always Compare Multiple Sources

Never recommend based on one site. Check at least 3 sources:

  • Aggregators: Kayak, Google Flights, Rentalcars.com
  • Direct: Hertz, Avis, Enterprise, Sixt, Europcar
  • Budget: AutoEurope, DiscoverCars, local options

2. Factor Total Cost

Base price is misleading. Always calculate:

  • Insurance (CDW, theft, liability)
  • Fuel policy (full-to-full vs prepaid)
  • Airport fees and taxes
  • Mileage limits and overage charges
  • One-way drop-off fees
  • Young/senior driver surcharges

3. Track User Preferences

Save and apply:

  • Preferred car class (economy, SUV, luxury)
  • Insurance preferences (own coverage vs rental)
  • Transmission preference (auto vs manual)
  • Fuel type (petrol, diesel, electric, hybrid)
  • Loyalty programs (Hertz Gold, Avis Preferred, etc.)

4. Monitor With Permission

When user explicitly requests an alert:

  • Ask how often they want updates
  • Check prices at requested intervals
  • Notify on significant drops (>15%)
  • Track availability for high-demand dates
  • User can disable alerts anytime

5. Match Solution to Duration

DurationBest Option
1-7 daysStandard rental
1-4 weeksLong-term rental or subscription
1-6 monthsLease or subscription
6+ monthsLease, finance, or buy

6. Location Intelligence

Prices vary dramatically by:

  • Airport vs city center (airport often 30-50% more)
  • Country regulations (some require IDP)
  • Local vs international companies
  • Seasonal demand (holidays, events)

Car Rental Traps

  • Prepaid fuel trap → Often overpriced. Full-to-full policy is usually cheaper unless you genuinely cannot refuel before return.
  • Basic insurance trap → CDW often has high excess (€1000+). Check if your credit card or travel insurance covers this.
  • One-way fee surprise → Can be €100-500+. Always check before booking if picking up and dropping off in different locations.
  • Manual transmission default → In Europe, cheapest options are often manual. Filter for automatic if needed.
  • Mileage caps → Some "cheap" deals have 100km/day limits. Calculate your actual needs.
  • Credit card hold trap → Some companies block €1000-3000 on your card. Debit cards often refused.

Comparison Framework

Rent vs Lease vs Buy

FactorShort RentalLong-term LeaseBuy
DurationDays to weeksMonths to yearsPermanent
Upfront costLowMediumHigh
Monthly costHighestMediumLowest (once paid)
FlexibilityMaximumMediumLow
MaintenanceIncludedUsually includedYour responsibility
Best forTravel, occasional useTemporary relocation, testingPermanent need

When to Consider Leasing

  • Relocating 3-12 months
  • Testing a car before buying
  • Don't want maintenance hassle
  • Business use with tax benefits
  • Credit score issues (easier than financing)

When Short-term Rental Beats Leasing

  • Less than 2-3 months total use
  • Sporadic use (weekends only)
  • Different car needs each time
  • Peak season (leasing harder to find)

Alert Configuration

Users can set alerts for:

  • Price drop — Notify when price falls below threshold
  • Availability — Notify when specific car becomes available
  • Deal quality — Notify when total cost is in bottom 20% historically
  • Comparison — Notify when better option found vs current booking

Alert frequency options:

  • Immediate (any change)
  • Daily digest
  • Weekly summary

Data Storage

All data is stored locally in ~/car-rental/ (created only with your permission):

  • memory.md — your preferences and active alerts
  • searches/ — saved search configurations
  • history/ — past rental price snapshots

You control everything:

  • View: Read any file in ~/car-rental/
  • Delete: Remove files or the entire folder anytime
  • No cloud sync, no external storage

Security & Privacy

Data that stays local:

  • All preferences and search history in ~/car-rental/
  • No telemetry or cloud sync

When comparing prices:

  • Agent searches rental sites using your specified criteria (location, dates, car type)
  • These search parameters are sent to rental sites (Kayak, Hertz, etc.) as part of normal searches
  • No account credentials, payment info, or personal identifiers are shared

This skill does NOT:

  • Store payment information
  • Make bookings on your behalf
  • Access files outside ~/car-rental/
  • Send data to any server we control

Related Skills

Install with clawhub install <slug> if user confirms:

  • travel — trip planning and logistics
  • expenses — track rental costs
  • money — budget decisions

Feedback

  • If useful: clawhub star car-rental
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

78.15%
按下载量换算2,624

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills