dossier-builder

dossier-builder is a skill for Claude Code from DaizeDong/buy-me-a-car. It costs 106 tokens per session (1,968 once invoked), scanned A, original, MIT.

A generator for an eight-page market-research dossier in HTML and PDF. The document summarizes a vehicle buyer's profile, regional comparable listings, a target out-the-door price, and negotiation reference points.

In plain words
What is it for?
Use it to prepare a printable dealer packet in English or Chinese from buyer criteria, comparable vehicles, price calculations, and collected negotiation evidence.
Why use it?
It gathers research and negotiation information into a document that can be taken to a dealership. It is intended for an in-person test drive after the relevant evidence has been collected.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is python ../orchestrator/scripts/generate_dossier.py \.

Part of the buy-me-a-car plugin — 16 skills shipped together

Good fit Use it to prepare a printable dealer packet in English or Chinese from buyer criteria, comparable vehicles, price calculations, and collected negotiation evidence.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/DaizeDong/buy-me-a-car
agentmods
npx agentmods add skills/daizedong/buy-me-a-car/dossier-builder

Made for: Claude Code.

Or install buy-me-a-car, the plugin that ships this one along with the rest of its 16 skills.

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 dossier-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/daizedong/buy-me-a-car/dossier-builder/github.svg)](https://agentmods.dev/skills/daizedong/buy-me-a-car/dossier-builder)
Your own site
<a href="https://agentmods.dev/skills/daizedong/buy-me-a-car/dossier-builder"><img src="https://agentmods.dev/badge/skills/daizedong/buy-me-a-car/dossier-builder/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 dossier-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/daizedong/buy-me-a-car/dossier-builder"><img src="https://agentmods.dev/badge/skills/daizedong/buy-me-a-car/dossier-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,968 The whole file, excluding the scripts and references it only reads on demand.
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.00106 $0.01968
Opus 5 $0.00053 $0.00984
Sonnet 5 $0.00021 $0.00394
Haiku 4.5 $0.00011 $0.00197

Measured 11d ago against content hash 84a2d75a69da, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dossier-builder 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 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.

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.

skills/dossier-builder/SKILL.md · 178 lines

How it starts

The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Decision Dossier Builder

Caveat: this skill is one author's playbook + 5-scenario stress test. Verify state fees / CPO terms / EV credits / dealer practices against current sources before quoting numbers to a dealer or making financial decisions. Not tax, legal, or financial advice. last_verified: 2026-05-18 (Phase 3C sub-skill split from orchestrator)

Narrow helper: drive generate_dossier.py to produce the 8-page HTML + PDF dossier the buyer hands the salesperson at test drive. Defers the script, templates, and YAML schema to the orchestrator's scripts/ and assets/.

When To Use

  • Buyer is ready for the in-store visit and wants a printable evidence packet
  • Need EN or CN version (CJK template available)
  • Buyer has comp anchors collected (XHS / Reddit / cross-bids) and wants them formalized into a single document

When NOT To Use

  • Still in Phase 1 (criteria not locked) - too early; orchestrator first
  • Quote evidence not yet collected - delegate to quote-evidence-collector
  • Just need an OTD calculation - delegate to otd-calculator

3-Step Workflow

  1. Copy ../orchestrator/assets/dossier_config_template.yaml to a working file (e.g. my_dossier.yaml) and fill in 8-15 fields.
  2. Run:
    python ../orchestrator/scripts/generate_dossier.py \
      --config my_dossier.yaml \
      --output dossier.html \
      --to-pdf dossier.pdf
    
  3. (Optional) Chinese template:
    python ../orchestrator/scripts/generate_dossier.py \
      --config my_dossier.yaml \
      --template ../orchestrator/assets/dossier_template_cn.html \
      --output dossier_cn.html \
      --to-pdf dossier_cn.pdf
    
  4. (Optional) Spanish (US) template:
    python ../orchestrator/scripts/generate_dossier.py \
      --config my_dossier.yaml \
      --template ../orchestrator/assets/dossier_template_es.html \
      --output dossier_es.html \
      --to-pdf dossier_es.pdf
    

Required YAML Fields

  • BUYER_NAME, BUYER_ADDRESS, DATE
  • YEAR, MAKE_MODEL, TRIM, MSRP
  • TARGET_OTD, TARGET_SALE
  • STATE, TAX_RATE
  • At least 2 COMP_VEH_N entries (other dealer listings as comp anchors)

Read the full file on GitHub · 178 lines

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. 11d ago First seen · 178 lines · 106 tokens per session scan A 84a2d75a69da

Subscribe to this mod's changes

dossier-builder is a skill published in the GitHub repository DaizeDong/buy-me-a-car (5 stars, last pushed 7d ago), licensed MIT. It adds 106 tokens to every session and 1,968 once invoked, about $0.0005 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-08-31.

Related

Other skills, from other repositories

pdf-report

Generate a branded, audience-structured marketing report — executive summary, campaign report, channel deep-dive, competitor report, or monthly/quarterly review — assembled via pdf-generator.py with brand colors, logo, and fonts, and previewed for adjustments before finalizing. Pulls data from campaign-tracker.py…

indranilbanerjee/digital-marketing-pro · 147 tokens

album-report

Turn an album or a selection into a PDF report: metadata per photo, frames per video, and Claude's own description of what is in each one. Use when the user says "PDF of the album", "album report", "export to PDF", "make a document with these photos", "catalog the album", "identify what is in each video and put it in…

drolosoft/immich-photo-manager · 97 tokens

ebook-drive

ค้นหาหนังสือหรือเอกสาร PDF จากแหล่งที่ถูกกฎหมายบนอินเทอร์เน็ต แล้วบันทึกเข้าโฟลเดอร์ Google Drive ของผู้ใช้ โดยอัตโนมัติผ่าน Google Apps Script — ผู้ใช้ไม่ต้องดาวน์โหลดหรืออัปโหลดไฟล์เองแม้แต่ขั้นตอนเดียว ใช้เมื่อผู้ใช้พิมพ์ชื่อหนังสือ/เอกสารพร้อมขอให้หาให้, แนบรูปปกหนังสือแล้วขอให้หา, หรือพูดถึงการเก็บ ebook/PDF…

natthasath/natthasath-marketplace · 229 tokens

ebook

ค้นหาและดาวน์โหลดไฟล์ PDF จากแหล่งที่ถูกกฎหมายบนอินเทอร์เน็ต ใช้เมื่อผู้ใช้ต้องการดาวน์โหลดไฟล์ PDF เช่น "หาและดาวน์โหลด Clean Code", "โหลด PDF นี้ให้หน่อย" หรือแค่วาง URL ลิงก์ PDF มาเลย เรียกใช้ผ่าน /ebook เท่านั้น — ไม่ auto-trigger จากบทสนทนา รองรับการตั้งค่า path บันทึกไฟล์และเปลี่ยน path ได้.

natthasath/natthasath-marketplace · 102 tokens

media-ocr-ai

Modern AI OCR with open-source + commercial-safe models: PaddleOCR (Apache 2.0, Baidu, 80+ languages, layout analysis, tables), EasyOCR (Apache 2.0, JaidedAI, 80+ languages, easiest install), Tesseract 5 (Apache 2.0, mature LSTM backend, 100+ languages), TrOCR (MIT, Microsoft transformer, the only one that really…

damionrashford/media-os · 209 tokens

demand-draft

Draft a Letter Before Action or Letter of Claim from a completed intake, gated on a privilege / without-prejudice / waiver / admission checklist, with a .docx output, post-send checklist, and an offer to create a matter. Use when the user says "draft the demand", "write the [type] letter", or has a finished demand…

uk-agents/uk-legal-plugins · 85 tokens