List and review Google Workspace security alerts from Alert Center.
Scanned 5/27/2026
Install via CLI
openskills install pleaseai/claude-code-plugins---
name: recipe-triage-security-alerts
version: 1.0.0
description: "List and review Google Workspace security alerts from Alert Center."
metadata:
openclaw:
category: "recipe"
domain: "security"
requires:
bins: ["gws"]
skills: ["gws-alertcenter"]
---
# Triage Google Workspace Security Alerts
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-alertcenter`
List and review Google Workspace security alerts from Alert Center.
## Steps
1. List active alerts: `gws alertcenter alerts list --format table`
2. Get alert details: `gws alertcenter alerts get --params '{"alertId": "ALERT_ID"}'`
3. Acknowledge an alert: `gws alertcenter alerts undelete --params '{"alertId": "ALERT_ID"}'`
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.