datasync

Automate CARB portal synchronization, VIN decoding, and fleet database management.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/BelichickGillisMusk/belichick-margo-jesus --skill datasync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datasync
Source: https://github.com/BelichickGillisMusk/belichick-margo-jesus/tree/main/skills/datasync
Command: npx skills add https://github.com/BelichickGillisMusk/belichick-margo-jesus --skill datasync

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of synchronizing data with the CARB portal, decoding VINs, and managing fleet databases, significantly reducing manual work and ensuring data integrity.

Core Features & Use Cases

  • CARB Portal Sync: Polls the CARB CTC-VIS portal for test results and writes data to the Master CRM.
  • VIN Decode Pipeline: Validates VINs and extracts detailed information using the NHTSA API.
  • Fleet DB Ingestion: Processes CSVs and writes to the Supabase fleet_vehicles table, handling deduplication and tagging.
  • Non-Compliant Fleet Scraper: Filters and outputs prospecting lists to Google Drive.
  • Test Record Archival: Archives completed test records and calculates next test due dates.
  • Use Case: A fleet manager can use this Skill to automatically sync fleet data with the CARB portal, decode VINs, and manage non-compliant vehicles, ensuring compliance and efficient operations.

Quick Start

Use the datasync skill to sync fleet data with the CARB portal.

Frequently Asked Questions about datasync

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CARB portal data synchronization for fleet compliance?

Automating CARB portal data synchronization involves polling the CTC-VIS portal for test results and writing data directly to the Master CRM. This ensures fleet compliance and operational efficiency by replacing manual data entry with automated updates.

What is the best way to decode fleet VINs using the NHTSA API?

Decoding fleet VINs using the NHTSA API validates vehicle identification numbers and extracts detailed vehicle information. This pipeline processes VINs systematically to ensure data integrity across the fleet database.

How do I ingest CSV fleet data into Supabase while handling deduplication?

Ingesting CSV fleet data into Supabase requires processing the files and writing them to the fleet_vehicles table. The ingestion pipeline automatically handles deduplication and vehicle tagging to maintain a clean database.

Can I use Google Drive to export non-compliant fleet scraping results?

You can use Google Drive to export non-compliant fleet scraping results by filtering and outputting prospecting lists directly to the drive. This allows easy access and sharing of non-compliant vehicle records for compliance tracking.

Does the fleet management archival process calculate next test due dates?

The fleet management archival process archives completed test records and calculates next test due dates automatically. This ensures continuous compliance tracking by maintaining historical records and forecasting future testing requirements.