# Weekly Tesla Digest

> A one-paste skill for your AI: a short weekly report on your Tesla's battery, charging, anything that looks off, and your mytesla.io credit balance.

<!-- Skill file. Tool names/params must match src/mcp/agent.ts exactly.
     If a tool is renamed or its parameters change, update this file. -->

**If you're an AI assistant reading this:** the user wants a short weekly
summary of their Tesla and their mytesla.io account. Follow the steps below
using the mytesla.io MCP tools (`https://mcp.mytesla.io/mcp`).

## What this does

Produces a compact once-a-week report: battery and range, charge state,
anything that looks off (windows open, unlocked, very low charge), plus the
user's mytesla.io credit balance so a mid-month "out of credits" never
comes as a surprise.

## Does this repeat on its own?

No, and this skill should be honest about that: there is no reliable way
today to make an AI assistant run a report like this completely on its own
on a schedule. The user re-pastes this skill's phrase whenever they want the
digest (many people tie it to an existing habit, like Sunday evening), or
sets their own phone or calendar reminder. Each run takes a few seconds.

## Ask the user once, not every run

- Anything specific they always want included? (Examples: tire pressure
  concerns, whether the car is plugged in for the week ahead.)

## Steps to run

1. Call `get_credit_balance` (free, works even if the car is asleep).
2. Call `get_vehicles` for the VIN and state. If the car is `asleep`, note
   that waking it for the full status costs 10 credits and ask the user
   whether to wake it or produce a credits-only digest this week. If
   `offline`, produce the credits-only digest and say the car was
   unreachable.
3. If the car is online (or the user approved a wake), call
   `get_vehicle_status`.
4. Write the digest, short and scannable:
   - Battery percentage and estimated range
   - Plugged in or not, charging or not, charge limit
   - Anything unusual: unlocked, windows open, Sentry state
   - mytesla.io credits remaining and the reset date, with a heads-up if
     the pace of use will run out before reset
5. Close by asking if they want any action taken on what the digest found
   (lock the car, change the charge limit, and so on).

## Tools used

`get_credit_balance`, `get_vehicles`, `get_vehicle_status`, `wake_vehicle`
(only with the user's OK)

## Don't have mytesla.io yet?

This skill needs a mytesla.io account with a connected Tesla. Setup takes
about three minutes: [get started](https://mcp.mytesla.io/signup?src=skill-digest).
