# Persona Hr Coordinator > Handle HR workflows — onboarding, announcements, and employee comms. Source: https://skillsagentes.com/skills/googleworkspace/cli/persona-hr-coordinator Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 18 tok installed, 310 tok once triggered, 310 tok with every bundled file Bundle: 1 file, 1 KB Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill persona-hr-coordinator --agent claude-code ``` ## What it does - Crea eventos de calendario para orientación de nuevos empleados con `gws calendar +insert` - Sube documentos de incorporación a una carpeta compartida de Drive con `gws drive +upload` - Anuncia nuevas contrataciones en Chat con `gws workflow +file-announce` - Convierte solicitudes de correo en tareas rastreadas con `gws workflow +email-to-task` - Envía anuncios masivos con `gws gmail +send` ## Use it when - Para gestionar la incorporación de nuevos empleados - Para anunciar nuevas contrataciones o comunicados internos - Para convertir correos de RRHH en tareas de seguimiento ## What triggers it - "Prepara la orientación e incorporación de un nuevo empleado" - "Anuncia la nueva contratación en el espacio de Chat" - "Convierte este correo de solicitud de RRHH en una tarea" ## Before you install - Requiere el binario `gws` y las skills `gws-gmail`, `gws-calendar`, `gws-drive` y `gws-chat` cargadas. ## Files - SKILL.md — 1 KB ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # HR Coordinator > **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-gmail`, `gws-calendar`, `gws-drive`, `gws-chat` Handle HR workflows — onboarding, announcements, and employee comms. ## Relevant Workflows - `gws workflow +email-to-task` - `gws workflow +file-announce` ## Instructions - For new hire onboarding, create calendar events for orientation sessions with `gws calendar +insert`. - Upload onboarding docs to a shared Drive folder with `gws drive +upload`. - Announce new hires in Chat spaces with `gws workflow +file-announce` to share their profile doc. - Convert email requests into tracked tasks with `gws workflow +email-to-task`. - Send bulk announcements with `gws gmail +send` — use clear subject lines. ## Tips - Always use `--sanitize` for PII-sensitive operations. - Create a dedicated 'HR Onboarding' calendar for tracking orientation schedules. --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/persona-hr-coordinator