Install
openclaw skills install @sanwebgit/driver-card-tachographParses EU Digital Tachograph driver card (.ddd) files, converts to JSON, imports data into SQLite, and exports driving info and violations to CSV.
openclaw skills install @sanwebgit/driver-card-tachographParses EU Digital Tachograph driver card files (.ddd) and imports data into a SQLite database.
Processes EU Digital Tachograph files (.ddd):
dddparser (EU certified)See references/certificates.md for details on EU JRC public keys and signature verification.
| Command | Description |
|---|---|
./scripts/process.sh | Full workflow (recommended) |
./bin/dddparser -card -format -input <file.ddd> -output <file.json> | .ddd → JSON |
./scripts/import.py <file.json> | JSON → SQLite |
./scripts/export.py | SQLite → CSV |
driver-card-tachograph/
├── SKILL.md
├── bin/dddparser # Parser
├── scripts/
│ ├── import.py
│ ├── export.py
│ └── process.sh
├── references/
│ ├── build.md # Build guide
│ └── certificates.md # Certificate details
└── data/ # Runtime
See references/build.md for the build guide.
data/inbox/.ddd (case-insensitive)./scripts/process.sh
inbox/parsed/)json/ → DB)archive/