daily-summary-generator

Aggregate daily gym metrics and send summaries via Supabase and Twilio.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/josuerivera300891-prog/GymTime --skill daily-summary-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-summary-generator
Source: https://github.com/josuerivera300891-prog/GymTime/tree/main/skills/daily-summary-generator
Command: npx skills add https://github.com/josuerivera300891-prog/GymTime --skill daily-summary-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires supabase, twilio.

What problem does it solve?

Proporciona al administrador un resumen ejecutivo diario de métricas clave del negocio, eliminando la necesidad de revisar múltiples reportes manuales.

Core Features & Use Cases

  • Recopila métricas del día: asistencia, ingresos, nuevos miembros y vencimientos.
  • Compara con días anteriores para medir crecimiento y rendimiento.
  • Genera y envía un resumen automatizado a través de canales configurables y guarda el historial para auditoría.

Quick Start

Configura el disparador diario (cron) y asegúrate de que las credenciales de Supabase y Twilio estén configuradas, luego habilita el resumen diario para empezar a enviar informes.

Frequently Asked Questions about daily-summary-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily gym management summaries with Supabase and Twilio?

Automate daily gym management summaries by configuring a scheduled cron trigger to collect attendance, revenue, and membership metrics from Supabase and deliver them via Twilio. This eliminates manual report checks by sending automated operational alerts to administrators.

Can I schedule daily reporting alerts across different timezones for gym admins?

Yes, daily reporting alerts support timezone-aware scheduling to ensure gym admins receive summaries at the correct local time. The automated cron trigger adjusts delivery schedules based on the configured timezone, ensuring reliable daily report distribution.

How do I compare daily gym revenue and attendance metrics against historical data?

Compare daily gym revenue and attendance metrics against historical data by aggregating previous records within the Supabase database. The summary generator calculates growth and performance trends by comparing current daily metrics against past data points.

Do I need Supabase and Twilio credentials configured for daily operational reporting?

Yes, you need both Supabase and Twilio credentials configured to enable daily operational reporting. Supabase stores and queries the gym metrics data, while Twilio handles the automated delivery of the daily summaries across configurable notification channels.

How does deduplication work for automated daily summary delivery?

Deduplication for automated daily summary delivery works by preventing duplicate metric aggregation and redundant alert transmissions. The system tracks processed records within Supabase to ensure administrators receive a single, accurate daily report without repeated data points.

What gym management metrics are included in an automated daily summary?

Automated daily summaries include gym management metrics such as daily attendance, total revenue, new member registrations, and membership expirations. These key data points are aggregated from the database to provide a comprehensive operational overview for administrators.