automotive-middleware

automotive-middleware is a skill for Claude Code, Codex from pangzhenying2025/hermes-automotive-skills. It costs 98 tokens per session (18,374 once invoked), scanned A, original, MIT.

A set of guidance files for connecting automotive software and factory systems through messaging middleware. Middleware is software that lets different applications exchange data; the add-on covers technologies such as AMQP, RabbitMQ, Azure Service Bus, MQTT, DDS, and related standards.

In plain words
What is it for?
Use it for factory-to-vehicle data exchange, manufacturing-system integration, order workflows, parts messaging, and quality-data pipelines.
Why use it?
It helps developers choose and work with messaging protocols when vehicle, factory, cloud, and supply-chain systems need to exchange data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for factory-to-vehicle data exchange, manufacturing-system integration, order workflows, parts messaging, and quality-data pipelines.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pangzhenying2025/hermes-automotive-skills/automotive-middleware
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pangzhenying2025/hermes-automotive-skills --skill automotive-middleware
Clone the repo
git clone --depth 1 https://github.com/pangzhenying2025/hermes-automotive-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for automotive-middleware

README.md
[![agentmods](https://agentmods.dev/badge/skills/pangzhenying2025/hermes-automotive-skills/automotive-middleware/github.svg)](https://agentmods.dev/skills/pangzhenying2025/hermes-automotive-skills/automotive-middleware)
Your own site
<a href="https://agentmods.dev/skills/pangzhenying2025/hermes-automotive-skills/automotive-middleware"><img src="https://agentmods.dev/badge/skills/pangzhenying2025/hermes-automotive-skills/automotive-middleware/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for automotive-middleware

Your own site · 80×15
<a href="https://agentmods.dev/skills/pangzhenying2025/hermes-automotive-skills/automotive-middleware"><img src="https://agentmods.dev/badge/skills/pangzhenying2025/hermes-automotive-skills/automotive-middleware.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 18,374 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00098 $0.18374
Opus 5 $0.00049 $0.09187
Sonnet 5 $0.00020 $0.03675
Haiku 4.5 $0.00010 $0.01837

Measured 12d ago against content hash eb2cb63aecab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

automotive-middleware scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/automotive-middleware/SKILL.md · 2,533 lines

How it starts

The opening of the file, as written. The whole thing — 2,533 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Automotive Middleware

6 skill files covering middleware domain for automotive software engineering.

Applicable Standards

  • AMQP 1.0 OASIS Standard
  • AUTOSAR Adaptive (comparison)
  • AUTOSAR Adaptive Platform
  • AWS IoT Core best practices
  • Apache Qpid Proton
  • AutomationML for data modeling
  • Azure IoT Hub protocols
  • Azure Service Bus protocols
  • DDS 1.4 Specification
  • DDS Security 1.1
  • DDS-RTPS 2.5
  • DTLS 1.2 (Security)
  • GDPR compliance for telemetry data
  • IEC 62541 (OPC UA Standard)
  • ISO 21434 (Cybersecurity)
  • ISO 26262 (Functional Safety for ADAS)
  • ISO 26262 (Functional Safety)
  • ISO 26262 (when interfacing with vehicle systems)
  • MQTT 5.0 (comparison context)
  • MQTT 5.0 Specification
  • MQTT-OPC UA Gateway (Sparkplug B)
  • RFC 7252 (CoAP)
  • RFC 7959 (CoAP Block-Wise Transfer)
  • RFC 8132 (CoAP PATCH/FETCH)
  • RFC 8323 (CoAP over TCP/TLS/WebSockets)
  • ROS 2 Design Principles
  • RTPS 2.5 Protocol
  • TISAX (Trusted Information Security Assessment)

Use Cases

  • Factory-to-vehicle data exchange
  • Manufacturing execution system (MES) integration
  • Order-to-delivery workflow orchestration
  • Parts inventory and supply chain messaging
  • Quality assurance data pipelines
  • Dealer network communication
  • Low-power ECU communication
  • Battery monitoring telemetry (minimal overhead)
  • Wireless sensor networks in vehicle
  • Tire pressure monitoring systems (TPMS)
  • V2X communication over 6LoWPAN
  • Edge device telemetry with cellular IoT (NB-IoT, LTE-M)
  • ADAS sensor data distribution with deterministic latency
  • V2X communication with QoS guarantees
  • Real-time ECU-to-ECU communication
  • Safety-critical data exchange (ISO 26262 ASIL-D)
  • Multi-domain vehicle networking
  • Edge computing data streams
  • Vehicle-to-Cloud telemetry streaming
  • Remote diagnostics and OTA updates

Topics Covered

Enterprise Messaging

  • amqp-middleware

Industrial Integration

  • opcua-middleware

Iot Constrained

  • coap-middleware

Iot Telemetry

  • mqtt-middleware

Real Time Pub Sub

Read the full file on GitHub · 2,533 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 2,533 lines · 98 tokens per session scan A eb2cb63aecab

Subscribe to this mod's changes

automotive-middleware is a skill published in the GitHub repository pangzhenying2025/hermes-automotive-skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 98 tokens to every session and 18,374 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

automotive-syseng

When the user wants to analyze automotive requirements, check INCOSE/EARS compliance, review MISRA-C code, assess ADAS levels, or verify ISO 26262/AUTOSAR/SOTIF conformance. Also use when the user says 'check requirements', 'EARS check', 'INCOSE analysis', 'MISRA check', 'ASIL assessment', 'V-model check'…

duonghvu/automotive-syseng · 122 tokens

hyperpod-version-checker

Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…

awslabs/agent-plugins · 120 tokens

drawio-aws

Use when the user asks for an AWS architecture diagram — VPC/networking, event-driven, landing zone, multi-AZ, serverless pipeline, or any diagram built with AWS service icons. Builds with the declarative layout engine using ground-truth mxgraph.aws4 stencils, validates (stencils/colors/nesting/geometry), runs a…

sparklabx/drawio-ai-kit · 94 tokens

ovh

OVHcloud infrastructure integration for managing instances, Kubernetes clusters, networks, and object storage via CLI and Terraform.

Arvo-AI/aurora · 24 tokens

scaleway

Scaleway cloud integration for managing instances, Kapsule Kubernetes clusters, object storage, and managed databases via CLI and Terraform.

Arvo-AI/aurora · 29 tokens

ak-cloud-deploy

Deploy an Agent Kernel project to AWS, Azure, or GCP using Terraform modules, or to any Kubernetes cluster (on-prem, baremetal, EKS) using the official Helm chart. Supports serverless and containerized modes for all three clouds. AWS supports execution modes (restsync, restasync, async, stream), queue-based scalable…

yaalalabs/agent-kernel · 146 tokens