.claude/skills/scheduled-messaging/SKILL.md
Configure Scheduled Tasks with automatic messaging to communication platforms
npx skillsauth add gonzalezpazmonica/pm-workspace scheduled-messagingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automatiza la entrega de resultados de tareas programadas a Telegram, Slack, Teams, WhatsApp y NextCloud Talk.
| Plataforma | Complejidad | Requisitos | |---|---|---| | Telegram | ⭐⭐ | BotFather token + chat_id | | Slack | ⭐⭐ | Webhook URL | | Microsoft Teams | ⭐⭐ | Webhook URL | | WhatsApp | ⭐⭐⭐ | Twilio: Account SID + Auth Token | | NextCloud Talk | ⭐⭐⭐ | Server URL + Token + Conversation ID |
Menú interactivo con descripción, complejidad (⭐) y tiempo estimado (~5-15 min).
Guía paso a paso por plataforma:
Guardar en .env (nunca hardcoded).
Crear scripts/notify-{platform}.sh con:
output/notifications/Crear entrada en Claude Code Scheduled Tasks:
/sprint-status)scripts/notify-{platform}.sh < salidaoutput/scheduled-tasks.logEnviar test message a plataforma:
Cada template personalizable con proyecto, rol, etc.
scripts/notify-{platform}.sh (máx 150 líneas)
.env (credenciales, nunca commitear)
output/scheduled-messaging/setup-{YYYYMMDD}.log
output/scheduled-tasks.log
output/scheduled-tasks/{task-id}.json
Los comandos soportan --notify {platform} para enviar output automáticamente:
/sprint-status --notify slack --format markdown
/dev-session --notify telegram
/project-audit --notify teams
Ver: @.claude/skills/scheduled-messaging/references/platforms.md para detalles API.
testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
tools
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
tools
Sistema proactivo de bienestar individual
development
Search the web to resolve context gaps — documentation, versions, CVEs, best practices. Auto-starts SearxNG Docker if available, falls back to WebSearch.