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.
Decodes error messages and stack traces into plain-English causes, concrete fixes, and prevention tips. Useful for debugging cryptic exceptions or crash output.
Guides structured debugging of errors and diagnostics using observability tools, hypothesis ranking, and strategy selection for root cause analysis.