Kabot ev-car

Query EV car data — battery status, range, charging info

install
source · Clone the upstream repo
git clone https://github.com/kaivyy/kabot
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/kaivyy/kabot "$T" && mkdir -p ~/.claude/skills && cp -r "$T/kabot/skills/ev-car" ~/.claude/skills/kaivyy-kabot-ev-car && rm -rf "$T"
manifest: kabot/skills/ev-car/SKILL.md
source content

EV Car API Skill

Overview

Connects to EV car telematics APIs to check battery, range, and charging status.

Supported APIs

  • Tesla (via unofficial API)
  • Generic OBD-II / MQTT bridges

Usage

When the user asks about their EV car status, battery, or charging:

Check Battery Status

Use

web_fetch
tool:

{
  "url": "https://[configured_host]/api/v1/vehicles/[vehicle_id]/data",
  "method": "GET",
  "headers": {"Authorization": "Bearer [stored_api_key]"}
}

Response Format

Present the data as:

  • 🔋 Battery: [level]%
  • 📏 Range: [range] km
  • ⚡ Charging: [status]
  • 🌡️ Battery Temp: [temp]°C