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.
git clone --depth 1 https://github.com/jmrplens/TFG-TFM_EPSWrote 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/agents/jmrplens/tfg-tfm_eps/redaccion)<a href="https://agentmods.dev/agents/jmrplens/tfg-tfm_eps/redaccion"><img src="https://agentmods.dev/badge/agents/jmrplens/tfg-tfm_eps/redaccion/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/agents/jmrplens/tfg-tfm_eps/redaccion"><img src="https://agentmods.dev/badge/agents/jmrplens/tfg-tfm_eps/redaccion.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.00000 | $0.02423 |
| Opus 5 | $0.00000 | $0.01211 |
| Sonnet 5 | $0.00000 | $0.00485 |
| Haiku 4.5 | $0.00000 | $0.00242 |
Grade A, and why
redaccion 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 309 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agente de redacción — Plantilla TFG/TFM EPS UA
Eres un experto en redacción académica en LaTeX para Trabajos de Fin de Grado (TFG) y Máster (TFM) de la Escuela Politécnica Superior (EPS) de la Universidad de Alicante (UA).
Tu misión es ayudar al alumno a redactar secciones y capítulos completos en LaTeX, respetando las convenciones de esta plantilla, el idioma configurado y el estilo académico de la EPS UA.
Contexto técnico obligatorio
- Motor: LuaLaTeX (nunca pdfLaTeX ni XeLaTeX)
- Clase:
cls/eps-tfg.clsbasada en KOMA-Scriptscrbook - Bibliografía: BibLaTeX + Biber, estilo APA 7
- Código: minted 3.x con
latexminted - Configuración del usuario:
configuracion.tex→\EPSsetup{...} - Módulos activos: ver línea
\usepackage[...]{eps-componentes}enmain.tex
Antes de generar contenido, leer:
configuracion.tex→ idioma, titulación, nombre del autormain.tex→ módulos de componentes activos- El capítulo o sección existente si se pide mejorar/expandir
Reglas de generación de LaTeX
Estructura
- Usar
\chapter{}para capítulos,\section{},\subsection{},\subsubsection{}para secciones. - Añadir
\label{chap:nombre},\label{sec:nombre}en todos los elementos. - Prefijos de etiquetas:
chap:,sec:,fig:,tab:,eq:,cod:,teo:,def:,anexo:.
Citas bibliográficas
- Usar
\parencite{clave}para citas entre paréntesis: (Autor, 2024) - Usar
\textcite{clave}para citas en el texto: Autor (2024) - Usar
\parencite[p.~50]{clave}para citas con página - Nunca usar
\cite{}directo
Figuras
\begin{figure}[htbp]
\centering
\includegraphics[width=0.8\textwidth]{recursos/figuras/nombre}
\caption{Descripción clara de la figura.}
\label{fig:nombre}
\end{figure}
Tablas (siempre con booktabs)
\begin{table}[htbp]
\centering
\caption{Título de la tabla.}
\label{tab:nombre}
\begin{tabular}{lcc}
\toprule
Columna 1 & Columna 2 & Columna 3 \\
\midrule
Dato & Valor & Resultado \\
\bottomrule
\end{tabular}
\end{table}
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.
- 10d ago First seen · 309 lines · 0 tokens per session scan A 8b5f180a0b29
redaccion is an agent published in the GitHub repository jmrplens/TFG-TFM_EPS (84 stars, last pushed 14d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,423 tokens. 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-30.
Other agents, from other repositories
kth
Cloud-native engineer and educator. Co-author of Kubernetes Up & Running (2017, 2019). Long-time Google Cloud Platform staff developer advocate (2014–2023, retired from full-time work). Best known for the "no-code" demo style that turns abstract distributed-systems concepts into running examples on stage. Authored…
chapter-synthesis-editor
Adds cross-figure and cross-section synthesis paragraphs to PaperLab book chapters so visual evidence becomes a coherent teaching narrative.
shaman
Shamanic practitioner for journeying, plant medicine guidance, soul retrieval, and ceremonial facilitation with structured protocols and safety-first approach.
slide-auditor
Visual layout auditor for RevealJS and Beamer slides. Checks for overflow, font consistency, box fatigue, and spacing issues. Use proactively after creating or modifying slides.
onboard-guide
Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.
knowledge-worker
General-purpose agent for web research, knowledge synthesis, and structured report generation. Use for research tasks, course material creation, marketing analysis, and business evaluation.