ev-car

star 20

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

kaivyy By kaivyy schedule Updated 2/15/2026

name: ev-car description: Query EV car data — battery status, range, charging info

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
Install via CLI
npx skills add https://github.com/kaivyy/kabot --skill ev-car
Repository Details
star Stars 20
call_split Forks 8
navigation Branch main
article Path SKILL.md
More from Creator