Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub carsxe/carsxe-claude-plugin --plugin carsxeHow 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:
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.
Interactive debugging workflow with hypothesis-driven probe loop. Use for unknown bugs, script errors, silent failures, troubleshooting. Outputs debug report with probe journal, root cause, and fix.
Share bugs, ideas, or general feedback.
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.