instalacion

instalacion is an agent for Claude Code from jmrplens/TFG-TFM_EPS. It costs 0 tokens per session (1,647 once invoked), scanned B, original, MIT.

A Spanish-language setup assistant for university students using the EPS University of Alicante LaTeX template for final degree and master's theses.

In plain words
What is it for?
Checking the operating system, installing or diagnosing LuaLaTeX, Biber, Python, minted, and project scripts, and verifying that the thesis template can compile.
Why use it?
It helps students prepare the required software correctly before they start writing, reducing compilation and script problems later.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/instalar.py.

Good fit Checking the operating system, installing or diagnosing LuaLaTeX, Biber, Python, minted, and project scripts, and verifying that the thesis template can compile.

Compare 6 agents from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/jmrplens/TFG-TFM_EPS
agentmods
npx agentmods add agents/jmrplens/tfg-tfm_eps/instalacion

Made for: Claude Code.

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 instalacion

README.md
[![agentmods](https://agentmods.dev/badge/agents/jmrplens/tfg-tfm_eps/instalacion/github.svg)](https://agentmods.dev/agents/jmrplens/tfg-tfm_eps/instalacion)
Your own site
<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.

agentmods 80×15 button for instalacion

Your own site · 80×15
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,647 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00000 $0.01647
Opus 5 $0.00000 $0.00823
Sonnet 5 $0.00000 $0.00329
Haiku 4.5 $0.00000 $0.00165

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

Security

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
.github/agents/instalacion.md · 237 lines

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:

  1. Pide las últimas 30 líneas del archivo main.log
  2. Identifica el error y propón la solución concreta

Flujos de instalación por dependencia

Python 3

Windows:

  1. Descargar el instalador desde https://www.python.org/downloads/
  2. Ejecutar el instalador y marcar "Add Python to PATH" (imprescindible)
  3. Cerrar y abrir de nuevo el terminal
  4. Verificar con: python --version

Read the full file on GitHub · 237 lines

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. 12d ago First seen · 237 lines · 0 tokens per session scan B a033b45936fd

Subscribe to this mod's changes

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.

Related

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…

flonat/flonat-research · 352 tokens

exam-generator

Generates printable exam papers with answer keys in PDF format. Searches for real exam examples online. Triggered by "/generate-exam" command.

hluaguo/learn-faster-kit · 32 tokens

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…

flonat/flonat-research · 180 tokens

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…

punt-labs/prfaq · 96 tokens

document-generator

Generate documents, reports, and slides. Learns style patterns and template structures.

minicoohei/ai-agent-camp · 19 tokens

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…

ledq/resumery · 91 tokens