late-brake

Pure CLI racing lap data analysis tool. Supports NMEA/VBO import, auto lap splitting, lap comparison, outputs structured comparison results for AI coaching. Use when you need to analyze racing lap data files, compare two laps, and get structured comparison results.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "late-brake" with this command: npx skills add isaachan/late-brake

Late Brake - Racing Lap Data Analysis Skill

Late Brake is a pure command-line (CLI) racing lap data analysis tool that provides:

  • Import lap data in NMEA 0183 / RaceChrono VBO formats
  • Auto split laps based on track start/finish line
  • Compare any two laps for time/speed differences by sector and corner
  • Output structured JSON comparison results ready for AI coach analysis

Dependencies

  • Python >= 3.10
  • Dependencies: click, pydantic, numpy, geographiclib, jsonschema, wcwidth

Dependencies are declared in SKILL.md, OpenClaw will handle automatic installation.

Entry Points

Source code is directly in scripts/ directory, can be imported directly:

import sys
import os
SKILL_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.join(SKILL_DIR, "scripts"))
from late_brake.cli import main as late_brake_main

Or execute directly as command-line:

# Load data file, list all laps
python -m late_brake.cli load <file> --json

# Compare two laps, output JSON result
python -m late_brake.cli compare <file1> <lap1> <file2> <lap2> --json

Features

FeatureCommandDescription
Load data filelate-brake load <file>Parse data, auto split laps, list all detected laps
Compare two lapslate-brake compare <file1> <lap1> <file2> <lap2>Compare lap differences, output text table or JSON
Track managementlate-brake track list/info/addManage built-in/custom tracks

JSON Output Schema

Full JSON schema definition: compare-json-schema.md

Use Cases

  • Racing drivers upload lap data files for comparison analysis
  • AI racing coach needs structured comparison data to give advice
  • Batch processing multiple lap data files

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Track

Habit, goal, and progress tracking system with visual progress and accountability. Use when user mentions tracking habits, goals, progress, streaks, or accou...

Registry SourceRecently Updated
3140Profile unavailable
General

Winter Storm Stockholm Archipelago — Stranding Survival | AI Experience

Feel the raw edge of isolation and primal resilience as a blizzard engulfs you on a frozen outcrop in the Stockholm Archipelago. Scramble for shelter, keep w...

Registry SourceRecently Updated
810Profile unavailable
Coding

Cloudbase

CloudBase is a full-stack development and deployment toolkit for building and launching websites, Web apps, 微信小程序 (WeChat Mini Programs), and mobile apps wit...

Registry SourceRecently Updated
1.4K0binggg
Coding

Notion Publisher

Publish articles to Notion using cached local copies of the target database's default Notion template when available. Use this skill when the user types /not...

Registry SourceRecently Updated