gws-alertcenter
Google Workspace Alert Center: Manage Workspace security alerts.
Why use this skill?
Automate your Google Workspace security operations with the gws-alertcenter skill for OpenClaw. Efficiently list, delete, and manage security alerts.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/googleworkspace-bot/gws-alertcenterWhat This Skill Does
The gws-alertcenter skill is a powerful automation module for the OpenClaw AI agent, specifically designed to interface with the Google Workspace Alert Center API (v1beta1). This tool provides security administrators and IT operations teams with the ability to programmatically manage, monitor, and remediate security alerts across their organization. By utilizing this skill, agents can perform granular tasks such as retrieving specific alert details, managing metadata, and executing batch operations like deleting or undeleting security notifications. It serves as a central bridge between the raw alert data provided by Google Workspace and the automated workflows designed to keep an enterprise secure.
Installation
To integrate this skill into your OpenClaw agent, execute the installation command: clawhub install openclaw/skills/skills/googleworkspace-bot/gws-alertcenter. Before you begin, ensure you have completed the prerequisite setup outlined in gws-shared/SKILL.md. This setup includes verifying your authentication tokens and confirming that global flags for your environment are configured. If you encounter missing configuration files, run gws generate-skills to establish the necessary base requirements for the alert center module.
Use Cases
This skill is essential for teams managing large-scale Google Workspace environments where manual alert review is inefficient. Common use cases include: 1. Automated Triage: Automatically fetching and summarizing high-priority alerts to incident response channels. 2. Security Cleanup: Batch deleting legacy alerts that have been processed to maintain a clean security dashboard. 3. Auditing and Compliance: Periodically pulling metadata for all alerts to generate compliance reports or feed into a SIEM (Security Information and Event Management) system. 4. Emergency Recovery: Quickly undeleting alerts that were marked for deletion by mistake or during mass cleanups.
Example Prompts
- "Check the Alert Center for any new high-severity security incidents from the last 24 hours and summarize them."
- "List all current alerts in the system and generate a metadata report for those involving suspicious login activity."
- "Batch delete all alerts currently marked as 'resolved' to clean up our incident management dashboard."
Tips & Limitations
When using the gws-alertcenter skill, always remember that marking an alert for deletion triggers a 30-day grace period; after this timeframe, the data is purged from the Google Workspace database and cannot be recovered. Always verify alert IDs using the get method before running batch operations to avoid data loss. Utilize gws schema alertcenter.<resource>.<method> frequently to ensure you are providing the correct input parameters, as API schemas can evolve. Finally, since this skill modifies security states, ensure that the service account linked to your OpenClaw agent has the appropriate granular permissions within the Google Admin Console to avoid 'Permission Denied' errors during execution.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-googleworkspace-bot-gws-alertcenter": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
gws-workflow-standup-report
Google Workflow: Today's meetings + open tasks as a standup summary.
gws-modelarmor-create-template
Google Model Armor: Create a new Model Armor template.
recipe-create-feedback-form
Create a Google Form for feedback and share it via Gmail.
gws-admin-reports
Google Workspace Admin SDK: Audit logs and usage reports.
gws-chat
Google Chat: Manage Chat spaces and messages.