tesla-fleet-mcp: Instructions file for Codex

AGENTS.md

tesla-fleet-mcp AGENTS.md is an instructions file for Codex, OpenCode from supervised-nl/tesla-fleet-mcp. It costs 158 tokens per session, scanned A, original, MIT.

Repository instructions for working on a Tesla Fleet integration. They define how to verify changes and protect vehicle credentials and other secrets.

In plain words
What is it for?
Use them when implementing, investigating, or reviewing this repository, especially when running tests or handling Tesla Fleet settings.
Why use it?
They reduce the risk of unsafe vehicle commands, invented API endpoints, leaked tokens, and unverified changes.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md.

This is supervised-nl/tesla-fleet-mcp's own configuration. It tells Codex and OpenCode how to work on tesla-fleet-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tesla-fleet-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to supervised-nl/tesla-fleet-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/supervised-nl/tesla-fleet-mcp/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/supervised-nl/tesla-fleet-mcp

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tesla-fleet-mcp AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/supervised-nl/tesla-fleet-mcp/agents-md/github.svg)](https://agentmods.dev/instructions/supervised-nl/tesla-fleet-mcp/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/supervised-nl/tesla-fleet-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/supervised-nl/tesla-fleet-mcp/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tesla-fleet-mcp AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/supervised-nl/tesla-fleet-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/supervised-nl/tesla-fleet-mcp/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 158 This file is loaded in full into every session.
When invoked 158 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00158 $0.00158
Opus 5 $0.00079 $0.00079
Sonnet 5 $0.00032 $0.00032
Haiku 4.5 $0.00016 $0.00016

Measured today against content hash 75ddaec14f56, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

tesla-fleet-mcp AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 17 lines

What it actually says

Agents

Use /poteto-mode for implementation, investigation, and review in this repo.

Verify

npm test
npx tsc --noEmit

npm test is the repo check. It must stay green with tsc --noEmit. TESLA_TOOL_NAMES in src/tools.ts must match listTools() on the live server.

Safety

Never commit .env, token caches, PEMs, VINs, Fleet tokens, refresh tokens, client secrets, or TESLA_MCP_TOKEN. The tesla/ plugin may only declare TESLA_MCP_URL and TESLA_MCP_TOKEN. Do not bundle tesla-http-proxy. Do not invent Fleet endpoints.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 17 lines · 158 tokens per session scan A 75ddaec14f56

Subscribe to this mod's changes

tesla-fleet-mcp AGENTS.md is an instructions file published in the GitHub repository supervised-nl/tesla-fleet-mcp (0 stars, last pushed today), licensed MIT. It adds 158 tokens to every session, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-12.

Related

Other instructions, from other repositories