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.
npx agentmods add instructions/industrix-com-br/openplc-engineering-mcp/agents-mdgit clone --depth 1 https://github.com/industrix-com-br/openplc-engineering-mcpWrote 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.
[](https://agentmods.dev/instructions/industrix-com-br/openplc-engineering-mcp/agents-md)<a href="https://agentmods.dev/instructions/industrix-com-br/openplc-engineering-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/industrix-com-br/openplc-engineering-mcp/agents-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00271 | $0.00271 |
| Opus 5 | $0.00135 | $0.00135 |
| Sonnet 5 | $0.00054 | $0.00054 |
| Haiku 4.5 | $0.00027 | $0.00027 |
Grade A, and why
openplc-engineering-mcp AGENTS.md 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 4d 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.
What it actually says
Agent instructions
This repository implements an MCP server for the OpenPLC Editor project. Treat upstream OpenPLC behavior as authoritative when validating project semantics or CLI behavior.
- Read
docs/index.mdfirst. - Do not preload every document or source file.
- Use the task routing table in
docs/index.mdto load only the relevant context. - Treat implementation and tests as the source of truth when documentation and code disagree.
- Update the relevant focused document when behavior, architecture, tooling, or scope changes.
- Keep documentation small and link to another document instead of duplicating detailed explanations.
Project principles:
- OpenPLC project format: support only the current OpenPLC Editor project format. Legacy formats, backward-compatibility fallbacks, migrations, and historical project representations are intentionally out of scope. Do not introduce legacy-format support unless the project scope is explicitly changed;
- prefer the simplest implementation that solves the current requirement;
- use the official MCP Python SDK rather than reproducing SDK behavior;
- expose domain-oriented PLC engineering operations, not generic shell or filesystem access;
- do not reproduce OpenPLC validation or project semantics when OpenPLC can remain authoritative;
- add abstractions only when a concrete requirement justifies them.
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.
- 4d ago First seen · 20 lines · 271 tokens per session scan A 17803bb2b033
openplc-engineering-mcp AGENTS.md is an instructions file published in the GitHub repository industrix-com-br/openplc-engineering-mcp (0 stars, last pushed today), licensed Apache-2.0. It adds 271 tokens to every session, about $0.0014 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.
Other instructions, from other repositories
cml-mcp AGENTS.md
AGENTS.md instructions for xorrkaz/cml-mcp, covering agents.md — cml mcp server, project overview, compatibility goal, repository layout and tool modules (src/cmlmcp/tools/).
brilliant_sdk AGENTS.md
Instructions for brilliantlabsAR/brilliant_sdk, covering brilliant sdk — agent guide, how an app works (the pattern behind everything), minimal reading paths, verify without hardware and testing.
NeoMind CLAUDE.md
Claude Code instructions for camthink-ai/NeoMind, covering neomind — edge ai platform for iot, development commands, ecosystem repositories, extension package contract (.nep) and device type template contract (json).
cad-cae-copilot copilot-instructions.md
Copilot instructions for armpro24-blip/cad-cae-copilot, covering github copilot — aieng workspace and essentials.
phone-mcp CLAUDE.md
Claude Code instructions for premex-ab/phone-mcp, covering claude.md, project overview, build commands, architecture and module layout.
zmk-config AGENTS.md
AGENTS.md instructions for urob/zmk-config, covering customization guide, ground rules, how the multi-board layout works, adding a new board and where to change what.