agentsclimarketplace

Telemetry

Skill dacrypt/tesla-claude-plugin/skills/telemetry

Fleet Telemetry management — self-hosted real-time vehicle streaming. Install, configure, and monitor the fleet-telemetry Docker stack.From its SKILL.md

Install
npx -y skills add dacrypt/tesla-claude-plugin --skill telemetry

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.5 KB, 516 tokens by cl100k_base, as published. Nobody here has run it

Tesla Fleet Telemetry

Self-hosted real-time telemetry streaming using the official fleet-telemetry server. Streams live vehicle data (location, speed, battery, climate, etc.) to your own infrastructure via WebSocket/MQTT.

Install

tesla telemetry install          # pull and configure the fleet-telemetry Docker stack

This sets up the fleet-telemetry container with TLS certificates, configures your vehicle to stream to the server, and registers the server endpoint with the Fleet API.

Configure Streaming Fields

tesla telemetry configure        # interactive field selector (what data to stream)

Common fields: Location, Speed, BatteryLevel, ChargeState, ClimateState, InsideTemp, OutsideTemp, Odometer, SentryMode.

Start / Stop

tesla telemetry start            # start the fleet-telemetry container
tesla telemetry stop             # stop the container
tesla telemetry restart          # restart after config changes

Monitor

tesla telemetry status           # container health, uptime, connected vehicles, message rate
tesla telemetry logs             # tail live logs from the telemetry server
tesla telemetry logs --tail 100  # last 100 lines

Stream Live Vehicle Data

tesla vehicle stream-live        # stream real-time telemetry to the terminal (Ctrl-C to stop)
tesla vehicle stream-live --fields BatteryLevel,Speed,Location

Response Guidelines

  • If the CLI is not configured (no VIN, no auth), stop and tell the user to run /tesla:setup — never auto-configure
  • Fleet Telemetry requires Fleet API backend — if the user is on Owner API or Tessie, explain the prerequisite
  • Install must be run before start/configure
  • tesla vehicle stream-live uses the telemetry server once it is running
  • For $ARGUMENTS:
    • "install" / "setup" → tesla telemetry install
    • "configure" / "fields" → tesla telemetry configure
    • "start" → tesla telemetry start
    • "stop" → tesla telemetry stop
    • "status" / no args → tesla telemetry status
    • "logs" / "monitor" → tesla telemetry logs
    • "stream" / "live" → tesla vehicle stream-live

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.