Gws Alertcenter
Gws Alertcenter monitors Google Workspace for critical events & security threats, proactively alerting you to potential issues and improving your security posture.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gws-alertcenter npx -- -y @trustedskills/gws-alertcenter
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gws-alertcenter": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gws-alertcenter"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The gws-alertcenter skill enables AI agents to interact with the Google Workspace Alert Center, allowing them to retrieve and manage security alerts directly from the cloud console. It provides programmatic access to view alert statuses, filter by severity, and execute remediation actions without manual login.
When to use it
- Automating daily security review processes for large organizations with high alert volumes.
- Integrating threat intelligence data into existing incident response workflows.
- Triggering automated notifications or ticket creation based on specific alert criteria.
- Auditing historical security events across multiple Google Workspace domains.
Key capabilities
- Fetches real-time security alerts from the Google Workspace Admin console.
- Filters alerts by severity levels (e.g., High, Medium, Low) and status.
- Supports pagination for navigating through large volumes of alert history.
- Provides structured data output for integration with external monitoring tools.
Example prompts
- "List all high-severity security alerts from the last 24 hours in our Google Workspace domain."
- "Retrieve the current status of phishing attempts detected by the Alert Center and summarize the findings."
- "Export a report of all unacknowledged critical alerts for review by the security team."
Tips & gotchas
Ensure your AI agent has appropriate OAuth credentials with admin.security.alerts scopes to access sensitive security data. Be mindful of API rate limits when polling frequently, as excessive requests may trigger throttling from Google's servers.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.