Check Teslamate API
SkillDev toolsCheck Teslamate API response format for a given endpoint. Use when you need to understand the JSON structure returned by the API.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Check Teslamate API skill
What this skill tells your AI
The instructions your AI receives, as published by vide/matedroid in .claude/skills/check-api/SKILL.md and read by ahel’s review.
Query the Teslamate API to inspect JSON response format for endpoints.
Configuration
The API URL should be set in a .env file at the project root (gitignored):
TESLAMATE_API_URL=https://your-teslamate-api.example.com
If no .env file exists, ask the user for their Teslamate API URL.
Common Endpoints
/api/v1/cars- List all cars/api/v1/cars/{id}- Car details with current state (battery, location, climate, etc.)/api/v1/cars/{id}/drives- Drive history (supports?start_date=and?end_date=)/api/v1/cars/{id}/charges- Charge history (supports?start_date=and?end_date=)/api/v1/cars/{id}/drives/{drive_id}- Single drive details with positions/api/v1/cars/{id}/charges/{charge_id}- Single charge details with charging curve
Instructions
- Read the
.envfile to getTESLAMATE_API_URL - If not found, ask the user for the URL
- Use WebFetch to query the requested endpoint
- Present the JSON structure clearly, highlighting relevant fields
Date Format
The API's parseDateParam function only accepts:
- RFC3339 format:
2024-12-07T00:00:00Z - DateTime format:
2024-12-07 00:00:00
Signals
- GitHub stars
- 77
- Forks
- 19
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
check-api- Source
- github.com/vide/matedroid