googleworkspace/cli · Official

persona-hr-coordinator

Handle HR workflows — onboarding, announcements, and employee comms.

All-time #854 Trending #1739 Hot #463 First seen Mar 4, 2026
8-week activity · all time api

Installation

$ npx skills add googleworkspace/cli --skill persona-hr-coordinator

Summary

  • Automate HR onboarding, announcements, and employee communications across Google Workspace.
  • Handles new hire onboarding by creating calendar events, uploading documentation to shared Drive folders, and announcing arrivals in Chat spaces Converts incoming email requests into tracked tasks and sends bulk announcements via Gmail with clear subject lines Requires four Google Workspace skills: Gmail, Calendar, Drive, and Chat Includes built-in PII protection via --sanitize flag for sensitive HR operations

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed Apr 1, 2026

The skill defines a legitimate HR coordinator persona for Google Workspace. It utilizes official tool patterns and follows security best practices by advising the use of sanitization for sensitive employee data.

snyk LOW

Analyzed Apr 1, 2026

No issues detected.

socket Score 0.9000 · 0 alerts

Analyzed Apr 1, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from googleworkspace/cli · top by installs.

npx skills add googleworkspace/cli

Browse all from googleworkspace/cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 30.8K
License LICENSE
Default branch main
Open issues 129
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.22.5
Declared agents clawdbot
More metadata
version
0.22.5
openclaw
{"category":"persona","requires":{"bins":["gws"],"skills":["gws-gmail","gws-calendar","gws-drive","gws-chat"]}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,238 B
  • docs SUMMARY.md 100 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 26,900 installs

SKILL.md

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.