AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Canbus Integration

skill-easyzoom-aix-skills-canbus-integration · by easyzoom

Use when integrating, porting, configuring, or debugging CAN bus libraries, CANBus-Triple, MCP2515, CAN frames, bit timing, filters, or embedded automotive communication

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-easyzoom-aix-skills-canbus-integration

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-easyzoom-aix-skills-canbus-integration)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Canbus Integration? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CANBus Integration

Overview

Use this skill for embedded CAN bus libraries and CANBus-Triple style projects. CAN failures are often physical-layer, bit-timing, termination, transceiver, or filter problems before they are application protocol problems.

When To Use

Use this skill when:

  • The user mentions CAN, CANBus-Triple, MCP2515, SocketCAN, CANopen, J1939, UDS, OBD-II, ISO-TP, or automotive messages.
  • Frames are missing, bus-off occurs, IDs are wrong, filters reject messages, or bit timing is unreliable.
  • The task involves adapting a CAN example project or Arduino-style CAN platform to another board.

Do not use this skill when the target is only a generic UART/SPI issue with no CAN layer.

First Questions

Ask for:

  • CAN controller/transceiver and board, such as internal CAN, FDCAN, MCP2515, or CANBus-Triple.
  • Bus speed, oscillator frequency, sample point, and whether CAN FD is involved.
  • Wiring, termination, transceiver voltage, and whether another known-good node is present.
  • Frame IDs, standard/extended format, filters, masks, and expected traffic.
  • Library/project source and current error counters, bus state, or capture.

Integration Checklist

  1. Verify physical layer.

Confirm CANH/CANL wiring, 120-ohm termination, common ground, transceiver enable/standby, and voltage compatibility.

  1. Confirm bit timing.

Controller clock, prescaler, segments, sample point, and bus speed must match the network.

  1. Start with listen or loopback.

Use internal loopback or listen-only mode before transmitting onto a live bus.

  1. Configure filters deliberately.

Disable filters temporarily or accept all frames to prove RX path before narrowing IDs.

  1. Separate transport and protocol.

First prove raw CAN frames, then add ISO-TP, UDS, OBD-II, J1939, or application decoding.

  1. Protect live systems.

Do not transmit on vehicle or production buses without explicit approval and a safe test plan.

Common Failures

  • Missing termination or wrong transceiver standby pin.
  • MCP2515 oscillator frequency differs from library assumption.
  • Standard versus extended ID mismatch.
  • Filters silently drop expected frames.
  • Bus-off caused by transmitting at wrong bit rate.
  • SPI-to-CAN driver works in loopback but fails due to transceiver wiring.

Verification

Before claiming CAN works:

  • State controller, transceiver, bus speed, clock, ID format, and filter mode.
  • Confirm physical termination and transceiver enable state.
  • Confirm loopback or known-good RX before live TX.
  • Report error counters, bus state, and captured frame evidence.
  • State whether transmission on a live bus was skipped or explicitly approved.

Example

User:

CANBus-Triple 例程烧进去后收不到车上的 CAN 帧。

Agent:

  1. Asks for bus speed, MCP2515 oscillator, termination, transceiver state, and expected IDs.
  2. Tests listen-only or accept-all filters.
  3. Confirms raw frames before decoding OBD-II or UDS traffic.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.