Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add williamDazhangyu/-fastcar-mcp-vision-tools --skill fastcar-vision-toolsgit clone --depth 1 https://github.com/williamDazhangyu/-fastcar-mcp-vision-toolsWrote 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.
[](https://agentmods.dev/skills/williamdazhangyu/-fastcar-mcp-vision-tools/fastcar-vision-tools)<a href="https://agentmods.dev/skills/williamdazhangyu/-fastcar-mcp-vision-tools/fastcar-vision-tools"><img src="https://agentmods.dev/badge/skills/williamdazhangyu/-fastcar-mcp-vision-tools/fastcar-vision-tools/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.
<a href="https://agentmods.dev/skills/williamdazhangyu/-fastcar-mcp-vision-tools/fastcar-vision-tools"><img src="https://agentmods.dev/badge/skills/williamdazhangyu/-fastcar-mcp-vision-tools/fastcar-vision-tools.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00139 | $0.01871 |
| Opus 5 | $0.00069 | $0.00936 |
| Sonnet 5 | $0.00028 | $0.00374 |
| Haiku 4.5 | $0.00014 | $0.00187 |
Grade C, and why
fastcar-vision-tools scanned grade C with 1 finding 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 11d ago.
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.
Harvests environment variableshighData exfiltration
Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.
- Add a model profile: run `mcp-vision-tools models add`. Let the secure prompt collect the API key. How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
FastCar Vision Tools
Translate the user's natural-language request into the smallest deterministic mcp-vision-tools command sequence. Execute commands directly when the environment permits it; do not ask the user to reconstruct CLI arguments.
Route Intents
- Inspect the installation or diagnose "MCP not found": run
mcp-vision-tools doctor --agent --json, then repair the reported issue. Usemcp-vision-tools setup --agent --jsonwhen client registration is missing. - Configure interactively: run
mcp-vision-tools config. - List model profiles: run
mcp-vision-tools models list --agent --json. - Add a model profile: run
mcp-vision-tools models add. Let the secure prompt collect the API key. - Edit a model profile: run
mcp-vision-tools models edit <profile>. Let the secure prompt collect a replacement API key when needed. - Select the default model: run
mcp-vision-tools models use <profile> --agent --json. - Remove a model profile: run
mcp-vision-tools models remove <profile> --agent --json. - List image-generation profiles: run
mcp-vision-tools image-models list --agent --json. - Add or edit an image profile: run
mcp-vision-tools image-models add [name]orimage-models edit [name]; let the secure prompt collect the API key and declared generate/edit capabilities. - Select per-operation defaults: run
mcp-vision-tools image-models use <profile> generate|edit|both --agent --json. - Remove an image profile: run
mcp-vision-tools image-models remove <profile> --agent --json. - Inspect managed image artifacts: run
mcp-vision-tools artifacts status --agent --json. Add an explicit directory only when the user asks to inspect that directory. - Remove expired image artifacts: run
mcp-vision-tools artifacts cleanup --agent --json. Useartifacts cleanup [directory] --allonly after the user explicitly asks to delete every package-named artifact in that directory. - Replace-start or restart the background MCP service, validate the default model first, and automatically refresh client registrations: run
mcp-vision-tools start|restart --agent --json. The safe default refuses to interrupt active tasks. - Start or restart only the daemon without changing client registrations: run
mcp-vision-tools start|restart --daemon-only --agent --json. The same active-task guard applies. - Stop the background MCP service: run
mcp-vision-tools stop --agent --json. Do not add--forceunless the user explicitly authorizes interrupting the returned active tasks. - Check service state: run
mcp-vision-tools status --agent --json. - Inspect service logs: run
mcp-vision-tools logs. - Start stdio explicitly: run
mcp-vision-tools stdio; reserve this for an MCP client process, not an interactive terminal session. - Check, repair, or remove this global Skill: run
mcp-vision-tools skill status|sync|uninstall --agent --json. Explicit uninstall creates a persistent disabled marker, so CLI auto-repair does not reinstall it. An explicitskill syncremoves that marker and enables the Skill again. - Analyze an image, screenshot, OCR target, or video from an Agent: ensure the MCP is configured and connected, then submit
analyze_imageoranalyze_video, retain itstaskId, and callwait_vision_task. Repeat that wait only when it returnswaitTimedOut: true; useget_vision_taskonly for recovery or an immediate manual check. Uselist_vision_modelswhen profile selection is unclear. - Generate or edit images: call
generate_imageoredit_imageonly after the corresponding tool appears, then callwait_vision_taskwith the returnedtaskIduntil it reaches a terminal status. OmitoutputDirectoryfor disposable results managed by the server's seven-day retention; pass an absolute workspace directory for durable deliverables because explicit directories are never auto-cleaned. Uselist_image_modelswhen profile selection is unclear. - Extend a nonstandard image provider: first decide whether changing Base URL/model is sufficient. If its wire protocol differs from OpenAI Images, read references/image-provider-adapter.md completely and implement a trusted external adapter module.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 56 lines · 139 tokens per session scan C ab96092c2c1f
fastcar-vision-tools is a skill published in the GitHub repository williamDazhangyu/-fastcar-mcp-vision-tools (0 stars, last pushed 18d ago), licensed MIT. It adds 139 tokens to every session and 1,871 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…