matlab-vehicle-network-communication
Use when setting up vehicle network communication in MATLAB using Vehicle Network Toolbox. Covers CAN/CAN FD (fully implemented), with architecture for J1939, XCP, and future protocols. Handles hardware discovery, channel creation, bus configuration, message exchange, signal encoding/decoding, and analysis across all supported vendors. (Vector, Kvaser, PEAK-System, NI, SocketCAN, MathWorks Virtual).
npx skills add matlab/matlab-agentic-toolkit --skill matlab-vehicle-network-communication --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# MATLAB Vehicle Network Communication ## Prerequisites - MATLAB R2021a or later - Vehicle Network Toolbox installed (`ver('vnt')` to verify) - For physical hardware: vendor-specific drivers installed (Vector CANlib, Kvaser CANlib, NI-XNET, PEAK PCAN driver) - For testing without hardware: MathWorks Virtual channels are always available ## Overview Guide Claude through helping users establish vehicle network communication using MATLAB Vehicle Network Toolbox. This skill covers the full workflow from hardware discovery to message exchange across all supported protocols and vendors. **Implemented protocols:** - CAN / CAN FD — fully documented **Planned protocols (architecture ready, not yet documented):** - J1939 — parameter groups, transport protocol, address claiming - XCP — measurement, calibration, A2L file handling - Additional protocols as VNT adds support ## When to Use - User wants to send/receive messages on a vehicle network bus in MATLAB - User is setting up a communication test bench or loopback verification - User asks about Vehicle Network Toolbox channel configuration - User encounters channel errors (initialization access, bus speed, no acknowledgment) - User wants to
- Prerequisites
- Overview
- When to Use
- When NOT to Use
- Protocol Router
- Shared Concepts (All Protocols)
- Hardware Discovery
- Channel Lifecycle
- Vendor / Platform Matrix
- CAN / CAN FD
- Troubleshooting Gate
- Core Workflow
- Post-Transmit Verification (MANDATORY)
- CAN Classic vs CAN FD Decision
What does the matlab-vehicle-network-communication skill do?
Use when setting up vehicle network communication in MATLAB using Vehicle Network Toolbox. Covers CAN/CAN FD (fully implemented), with architecture for J1939, XCP, and future protocols. Handles hardware discovery, channel creation, bus configuration, message exchange, signal encoding/decoding, and analysis across all supported vendors. (Vector, Kvaser, PEAK-System, NI, SocketCAN, MathWorks Virtual).
How do I install it?
Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-vehicle-network-communication --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
