agendar-una-reunion

agendar-una-reunion is a skill for Claude Code, Codex from gethouston/houston. It costs 86 tokens per session (1,799 once invoked), scanned A, original, MIT.

A Spanish-language scheduling assistant for putting a meeting on a connected calendar. It proposes times that fit concentration blocks, daily meeting limits, and buffer periods, then creates the event after approval.

In plain words
What is it for?
Finding meeting times, drafting the scheduling message, adjusting suggestions after replies, and creating approved events in Google Calendar or Outlook.
Why use it?
It reduces the back-and-forth needed to find a suitable meeting time. It can also prepare an email draft when an inbox is connected.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Finding meeting times, drafting the scheduling message, adjusting suggestions after replies, and creating approved events in Google Calendar or Outlook.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gethouston/houston/agendar-una-reunion
Install

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.

Any agent
npx skills add gethouston/houston --skill agendar-una-reunion
Clone the repo
git clone --depth 1 https://github.com/gethouston/houston

Made for: Claude Code, Codex.

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 agendar-una-reunion

README.md
[![agentmods](https://agentmods.dev/badge/skills/gethouston/houston/agendar-una-reunion/github.svg)](https://agentmods.dev/skills/gethouston/houston/agendar-una-reunion)
Your own site
<a href="https://agentmods.dev/skills/gethouston/houston/agendar-una-reunion"><img src="https://agentmods.dev/badge/skills/gethouston/houston/agendar-una-reunion/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 agendar-una-reunion

Your own site · 80×15
<a href="https://agentmods.dev/skills/gethouston/houston/agendar-una-reunion"><img src="https://agentmods.dev/badge/skills/gethouston/houston/agendar-una-reunion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,799 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00086 $0.01799
Opus 5 $0.00043 $0.00899
Sonnet 5 $0.00017 $0.00360
Haiku 4.5 $0.00009 $0.00180

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

Security

Grade A, and why

agendar-una-reunion 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 13d 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.

store/agents-i18n/es/operations/.agents/skills/agendar-una-reunion/SKILL.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agendar una reunión

Cuándo usarla

  • "agenda una reunión con {X}" / "encuentra 30 min con {equipo}".
  • "programemos {Y}" / "propón horarios para {Z}".
  • Traspaso desde triage-a-surface (surface=inbox) cuando un hilo se clasifica como book-a-meeting y dices "agéndala".

Conexiones que necesito

Ejecuto el trabajo externo a través de Composio. Antes de correr esta habilidad verifico que las categorías de abajo estén conectadas. Si falta alguna, nombro la categoría, te pido conectarla desde la pestaña de Integraciones y me detengo.

  • Calendario (Google Calendar, Outlook) - Requerido. Lee tu disponibilidad y crea el evento después de que apruebes.
  • Bandeja de entrada (Gmail, Outlook) - Opcional. Me permite guardar la propuesta como un borrador que puedes enviar.

Si no hay un calendario conectado, me detengo y te pido conectarlo primero.

Información que necesito

Primero leo tu contexto de operaciones. Por cada campo requerido que falte hago UNA pregunta en lenguaje simple (mejor modalidad: app conectada > archivo > URL > texto pegado) y espero.

  • Contraparte y propósito - Requerido. Por qué lo necesito: define con quién, cuánto dura y qué tan formal es. Si falta, pregunto: "¿Con quién te vas a reunir y para qué es la reunión?"
  • Preferencias de agenda - Requerido. Por qué lo necesito: protege tus bloques de concentración, tu límite diario de reuniones y tu horario laboral. Si falta, pregunto: "¿Cuándo te gusta tomar reuniones: horario laboral, días de trabajo profundo, máximo de reuniones por día, margen entre reuniones seguidas?"
  • Tu tono - Requerido. Por qué lo necesito: el mensaje a la otra parte tiene que sonar como tú. Si falta, pregunto: "Lo mejor es conectar tu bandeja de entrada para que pueda muestrear de 20 a 30 mensajes enviados. Si no, pega de 3 a 5 respuestas recientes que suenen como tú."
  • VIPs - Opcional. Por qué lo necesito: los VIPs reciben horarios de mañana y márgenes más amplios. Si no lo tienes, sigo adelante con TBD y trato a todos por igual.

Read the full file on GitHub · 106 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. 13d ago First seen · 106 lines · 86 tokens per session scan A 3f5d28a7ef07

Subscribe to this mod's changes

agendar-una-reunion is a skill published in the GitHub repository gethouston/houston (113 stars, last pushed today), licensed MIT. It adds 86 tokens to every session and 1,799 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories