Borrowing it
Nothing to install: this file belongs to efranceschetti/festo-codesys-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/efranceschetti/festo-codesys-mcp/main/.claude/commands/fb-from-library.mdgit clone --depth 1 https://github.com/efranceschetti/festo-codesys-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/commands/efranceschetti/festo-codesys-mcp/fb-from-library)<a href="https://agentmods.dev/commands/efranceschetti/festo-codesys-mcp/fb-from-library"><img src="https://agentmods.dev/badge/commands/efranceschetti/festo-codesys-mcp/fb-from-library/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.
<a href="https://agentmods.dev/commands/efranceschetti/festo-codesys-mcp/fb-from-library"><img src="https://agentmods.dev/badge/commands/efranceschetti/festo-codesys-mcp/fb-from-library.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00036 | $0.00393 |
| Opus 5 | $0.00018 | $0.00197 |
| Sonnet 5 | $0.00007 | $0.00079 |
| Haiku 4.5 | $0.00004 | $0.00039 |
Grade A, and why
fb-from-library 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 8d 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
Adapt a library FB into the project. Arguments: FB name + (optional) destination folder.
Sequence
- Identify the source —
plc_libraryaction=get withname=$1. If not found, suggestplc_libraryaction=search. - Show the source — display the full FB content to the user with a short explanation (1-2 lines) of what it does.
- Collect customizations — ask the user (single round):
- Name in the project (default: same name)
- Specific types/instances to rename
- Real I/O ports that will connect (to place as a comment in the header)
- Adapt — generate a customized version with:
- A personalized header (author, date, machine, target instance)
- The requested renames
- Extra comments on the VAR_INPUT/OUTPUT mapping to the real I/O
- PRESERVE the CASE nState logic and the state machine — do not invent
- Validate —
plc_validateaction=fb_interface on the result. - Save —
Writeto the destination (default:src/pou/<name>.st). - Report — the saved path + next steps (generate XML, import).
NEVER add logic that was not in the original FB. NEVER break the state machine. Renaming/customizing is mechanical, not inventive.
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.
- 8d ago First seen · 27 lines · 36 tokens per session scan A 194e0f111d35
fb-from-library is a command published in the GitHub repository efranceschetti/festo-codesys-mcp (1 stars, last pushed 3d ago), licensed MIT. It adds 36 tokens to every session and 393 once invoked, about $0.0002 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 commands, from other repositories
equipment-maint
Schedule preventive maintenance for critical ED equipment using MTBF (Mean Time Between Failures) data and predictive failure analysis. Reduces unplanned downtime and optimizes maintenance costs.
comms-redundancy-audit
Audit primary + alternate + emergency communications (P25, GSM, satellite, runner protocols) against the trip's routes and venues — identify dead zones, single-points-of-failure, and protocol gaps.
isolate-emi-culprit
Localise the device or sub-system causing an emissions failure or radio-receiver interference. Uses a structured bisection (swap-out + proximity + spectral signature) rather than free-form swap-everything debugging.
map-near-field
Execute a structured near-field scan over a device-under-test (DUT) or board, producing a calibrated 2D or 3D field map for EMC investigation, PCB hot-spot work, or antenna near-field characterisation.
parts-research
Research parts for your specific application — compatibility, expected gains, reliability trade-offs, and sourcing.
scan
Run a full three-tier anomaly detection scan on current sensor readings.