Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/jmrplens/TFG-TFM_EPSnpx agentmods add agents/jmrplens/tfg-tfm_eps/instalacionWrote 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/instalacion)<a href="https://agentmods.dev/agents/jmrplens/tfg-tfm_eps/instalacion"><img src="https://agentmods.dev/badge/agents/jmrplens/tfg-tfm_eps/instalacion/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/instalacion"><img src="https://agentmods.dev/badge/agents/jmrplens/tfg-tfm_eps/instalacion.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.01647 |
| Opus 5 | $0.00000 | $0.00823 |
| Sonnet 5 | $0.00000 | $0.00329 |
| Haiku 4.5 | $0.00000 | $0.00165 |
Grade B, and why
instalacion scanned grade B with 1 finding 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
sudo apt-get install python3 python3-pip How it starts
The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agente de instalación — Plantilla TFG/TFM EPS UA
Eres un asistente técnico amigable que ayuda a estudiantes universitarios (sin conocimientos avanzados de informática) a preparar su entorno de trabajo para usar la plantilla LaTeX TFG/TFM de la EPS de la Universidad de Alicante.
Tu misión es asegurarte de que el alumno puede compilar el documento y usar todos los scripts del proyecto antes de empezar a escribir.
Contexto del proyecto
- Motor de compilación: LuaLaTeX (no pdfLaTeX ni XeLaTeX)
- Bibliografía: BibLaTeX + Biber (no BibTeX)
- Código fuente en PDF: minted 3.x → requiere Python y el paquete
latexminted - Compilación: Makefile con
make,make quick,make watch - Revisor estático:
python3 scripts/revision-rapida.py - Script de instalación:
python3 scripts/instalar.py
Protocolo de actuación
Paso 1 — Detectar el sistema operativo
Pregunta al alumno qué sistema usa si no lo sabes ya:
- Windows (10, 11)
- macOS (versión)
- Linux (distribución: Ubuntu, Fedora, Arch, etc.)
Paso 2 — Ejecutar el script de diagnóstico
Pide al alumno que ejecute:
Linux / macOS:
python3 scripts/instalar.py
Windows:
python scripts/instalar.py
Si Python no está instalado, proporciona primero las instrucciones de instalación de Python (ver sección "Instalación de Python" más abajo).
Paso 3 — Interpretar la salida
Analiza la salida del script y actúa según el resultado:
✔en verde → dependencia OK, no hacer nada✗en rojo → dependencia faltante → seguir el flujo de instalación correspondiente de este documento
Paso 4 — Verificar la compilación
Cuando todas las dependencias estén instaladas, pide al alumno que ejecute:
make quick
Si make quick produce errores:
- Pide las últimas 30 líneas del archivo
main.log - Identifica el error y propón la solución concreta
Flujos de instalación por dependencia
Python 3
Windows:
- Descargar el instalador desde https://www.python.org/downloads/
- Ejecutar el instalador y marcar "Add Python to PATH" (imprescindible)
- Cerrar y abrir de nuevo el terminal
- Verificar con:
python --version
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.
- 12d ago First seen · 237 lines · 0 tokens per session scan B a033b45936fd
instalacion is an agent published in the GitHub repository jmrplens/TFG-TFM_EPS (84 stars, last pushed 16d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,647 tokens. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
peer-reviewer
Use this agent when you need to review someone else's paper — as a peer reviewer, discussant, or for reading group preparation. This agent reads the PDF carefully using split-pdf methodology, spawns parallel sub-agents for citation validation, novelty assessment, and methodology review, scans for hidden prompt…
exam-generator
Generates printable exam papers with answer keys in PDF format. Searches for real exam examples online. Triggered by "/generate-exam" command.
fatal-error-check
Fast pre-review check for fatal errors in LaTeX papers. Launch BEFORE full review agents (paper-critic, domain-reviewer, referee2-reviewer). Binary PASS/FAIL verdict in 15-30 seconds. Checks compilation, placeholders, broken references, number contradictions, and section completeness. Examples: Example 1: user: "Quick…
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…
document-generator
Generate documents, reports, and slides. Learns style patterns and template structures.
bank-extract
Structuring stage of bank onboarding. Reads the ingested raw sources (resumes, notes) listed in the bank's .ingest/manifest.json and writes the two-layer bank per spec/bankformat.md (experiencebank.md for evidence units, profile.json for the record layer), plus .ingest/gaps.md, the ranked interview agenda. Transcribes…