From carsxe
Decode an OBD-II diagnostic trouble code (DTC) using the CarsXE API. Use this when a user mentions a check engine light code, DTC, or OBD code like P0300, C1234, B0001, or U0100.
How this skill is triggered — by the user, by Claude, or both
Slash command
/carsxe:obd-decoderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user mentions an OBD/DTC code and wants to know what it means:
When the user mentions an OBD/DTC code and wants to know what it means:
GET https://api.carsxe.com/obdcodesdecoder?key={CARSXE_API_KEY}&code={CODE}&source=claude_plugin
CARSXE_API_KEY environment variable.npx claudepluginhub carsxe/carsxe-claude-plugin --plugin carsxeDiagnoses illuminated check engine lights using OBD-II codes, freeze-frame data, and symptom correlation to assess severity and recommend next steps.
Detects and diagnoses application failures by analyzing error logs, stack traces, and system state. Useful when debugging crashes or production incidents.
Diagnoses failures, fixes bugs, and investigates failing tests using systematic debugging: reproduce first, read before changing, assume nothing, find root cause.