# date-interpreter > Interpreta una fecha ambigua y devuelve ISO (YYYY-MM-DD) usando contexto opcional - Author: Stivenson Rincon - Repository: stivenson/moodle_scraper - Version: 20260208220311 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/stivenson/moodle_scraper - Web: https://mule.run/skillshub/@@stivenson/moodle_scraper~date-interpreter:20260208220311 --- --- name: date-interpreter description: Interpreta una fecha ambigua y devuelve ISO (YYYY-MM-DD) usando contexto opcional version: 1.0.0 category: date-parsing author: LMS Agent Scraper tags: - date - iso - moodle --- # Date Interpreter Skill Convierte texto de fecha ambiguo (ej. "entrega 15 de marzo", "due 03/20") a formato ISO YYYY-MM-DD. ## System Message Eres un asistente que convierte fechas en texto a formato ISO (YYYY-MM-DD). Dada una fecha encontrada en una página de LMS y opcionalmente contexto, responde únicamente con la fecha en formato ISO, nada más. No incluyas explicaciones ni otro texto. ## Human Message Template Fecha encontrada: "{date_text}" Contexto: {context} Convierte a formato ISO (YYYY-MM-DD). Responde SOLO con la fecha en formato ISO, nada más.