ev-car

Query electric vehicle telematics APIs for battery, range, and charging data.

20|7|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/kaivyy/kabot --skill ev-car
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ev-car
Source: https://github.com/kaivyy/kabot/tree/main/kabot/skills/ev-car
Command: npx skills add https://github.com/kaivyy/kabot --skill ev-car

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to easily check the real-time status of your electric vehicle, including battery level, estimated range, and charging information, without needing to manually access car apps or dashboards.

Core Features & Use Cases

  • Battery Status: Get the current percentage of your EV's battery.
  • Range Estimation: See the estimated driving range based on current battery level.
  • Charging Information: Check if the car is currently charging and its status.
  • Use Case: Ask "What's my EV's battery status?" and get an immediate update on your car's condition.

Quick Start

Use the ev-car skill to check your vehicle's battery status.

Frequently Asked Questions about ev-car

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my EV's battery status and charging level in real time?▼

To check your EV battery status, this Skill queries electric vehicle telematics APIs to retrieve real-time battery percentage, estimated driving range, and active charging information without manual dashboard access.

Does this EV monitoring Skill work with Tesla vehicles and OBD-II bridges?▼

Yes, EV monitoring supports Tesla vehicles via unofficial APIs and connects to generic OBD-II or MQTT bridges to retrieve battery and charging telemetry across supported hardware configurations.

What do I need to configure to query electric vehicle telematics data?▼

Querying electric vehicle telematics data requires a configured host, vehicle ID, and API key for secure data retrieval, ensuring authenticated access to your car's battery status and charging metrics.

Can I get estimated driving range based on current battery level through an API?▼

Yes, you can get estimated driving range through the API by requesting current battery telemetry, which calculates remaining range metrics based on the vehicle's real-time battery level and charging state.

What are the limitations of using unofficial APIs for Tesla battery monitoring?▼

Limitations of using unofficial APIs for Tesla battery monitoring include potential connectivity instability and reliance on generic OBD-II or MQTT bridges, which may affect real-time charging data and range estimation accuracy.