From google-workspace-cli
Lists active Google Workspace security alerts from Alert Center, retrieves details, and acknowledges them using gws CLI commands. Useful for triaging security incidents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-triage-security-alertsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-alertcenter`
PREREQUISITE: Load the following skills to execute this recipe:
gws-alertcenter
List and review Google Workspace security alerts from Alert Center.
gws alertcenter alerts list --format tablegws alertcenter alerts get --params '{"alertId": "ALERT_ID"}'gws alertcenter alerts undelete --params '{"alertId": "ALERT_ID"}'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceImplements Google Workspace admin security hardening: anti-phishing MFA enforcement, DLP policies, email auth (SPF/DKIM/DMARC), OAuth app controls, external sharing limits. For G Suite configs and cloud office security.
Implements Google Workspace admin security hardening: phishing-resistant MFA, DLP policies, SPF/DKIM/DMARC email auth, OAuth app controls, external sharing restrictions. For enterprise hardening and CIS compliance.
Implements Google Workspace security hardening: admin console configuration, MFA enforcement, DLP, email auth (SPF/DKIM/DMARC), OAuth controls, and external sharing restrictions.