modbus

modbus is a skill for Claude Code, Codex from KerberosClaw/kc_modbus_mcp. It costs 27 tokens per session (244 once invoked), scanned A, original, MIT.

A control interface for Modbus TCP industrial devices, a communication standard used by equipment such as PLCs, sensors, and actuators.

In plain words
What is it for?
Use it to list devices, check whether they are online, read registers, list available registers, and write allowed values to registers.
Why use it?
It lets an agent inspect device status and named register values without manually sending Modbus commands.

Skill for Claude CodeCodex

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

Good fit Use it to list devices, check whether they are online, read registers, list available registers, and write allowed values to registers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kerberosclaw/kc_modbus_mcp/openclaw-skill
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 KerberosClaw/kc_modbus_mcp --skill openclaw-skill
Clone the repo
git clone --depth 1 https://github.com/KerberosClaw/kc_modbus_mcp

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 modbus

README.md
[![agentmods](https://agentmods.dev/badge/skills/kerberosclaw/kc_modbus_mcp/openclaw-skill/github.svg)](https://agentmods.dev/skills/kerberosclaw/kc_modbus_mcp/openclaw-skill)
Your own site
<a href="https://agentmods.dev/skills/kerberosclaw/kc_modbus_mcp/openclaw-skill"><img src="https://agentmods.dev/badge/skills/kerberosclaw/kc_modbus_mcp/openclaw-skill/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 modbus

Your own site · 80×15
<a href="https://agentmods.dev/skills/kerberosclaw/kc_modbus_mcp/openclaw-skill"><img src="https://agentmods.dev/badge/skills/kerberosclaw/kc_modbus_mcp/openclaw-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 244 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.00027 $0.00244
Opus 5 $0.00014 $0.00122
Sonnet 5 $0.00005 $0.00049
Haiku 4.5 $0.00003 $0.00024

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

Security

Grade A, and why

modbus 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 9d 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.

openclaw-skill/SKILL.md · 35 lines

What it actually says

Modbus TCP Control

You have access to a Modbus TCP MCP Server that can read/write industrial device registers.

Available Commands

  • modbus list — List all configured devices
  • modbus status <device> — Check if a device is online
  • modbus read <device> <register> — Read a register value
  • modbus write <device> <register> <value> — Write a value to a register
  • modbus registers <device> — List all registers of a device

Examples

modbus list
modbus status factory_sensor
modbus read factory_sensor temperature
modbus write factory_sensor motor_speed 1500
modbus read factory_sensor pump_on
modbus write factory_sensor pump_on true

Notes

  • Device names and register names are defined in devices.yaml
  • Read-only registers cannot be written to
  • Values are automatically converted to the correct data type and scale
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 35 lines · 27 tokens per session scan A 2fa219080991

Subscribe to this mod's changes

modbus is a skill published in the GitHub repository KerberosClaw/kc_modbus_mcp (2 stars, last pushed 5mo ago), licensed MIT. It adds 27 tokens to every session and 244 once invoked, about $0.0001 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

iot-gateway

Read and control IoT devices across multiple protocols (MQTT, Modbus, CoAP, Webhook) via a unified gateway.

KerberosClaw/kc_iot_gateway · 31 tokens

OT / ICS / SCADA Security

Operational Technology and industrial control system security — Purdue model segmentation, industrial protocol analysis (Modbus, DNP3, S7, EtherNet/IP), PLC/HMI exposure, IEC 62443 alignment, and MITRE ATT&CK for ICS, for authorized and safety-conscious assessments.

Masriyan/Claude-Code-CyberSecurity-Skill · 64 tokens

devices-mcp-home

Live inventory of the user's smart home on this devices-mcp installation — cameras, Hue lights, Tapo P115 plugs, Netatmo weather, Ring, Nest Protect, Shelly sensors, and robots. Use when the user asks what devices they have, what's online, or wants a status summary before controlling hardware.

sandraschi/devices-mcp · 69 tokens

iot-camera-recon

Attack cameras via RTSP, ONVIF, Axis config when 554 open.

uphiago/recon-skills · 22 tokens

unifi-protect

How to manage UniFi Protect cameras and NVR — view cameras, smart detections, Find Anything detection search, recordings, snapshots, lights, sensors, Known Faces, license plates, and the Alarm Manager. Use this skill when the user mentions UniFi cameras, security cameras, NVR, recordings, motion detection, person…

sirkirby/unifi-mcp · 112 tokens

unifi-access

How to manage UniFi Access door control — locks, credentials, visitors, access policies, and events. Use this skill when the user mentions UniFi Access, door locks, door access, building access, NFC cards, PIN codes, visitor passes, access policies, access schedules, door readers, or any UniFi Access task.

sirkirby/unifi-mcp · 70 tokens