← Back to Skills Marketplace
googleworkspace-bot

Gws Alertcenter

cross-platform ⚠ suspicious
331
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install gws-alertcenter
Description
Google Workspace Alert Center: Manage Workspace security alerts.
README (SKILL.md)

alertcenter (v1beta1)

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

gws alertcenter \x3Cresource> \x3Cmethod> [flags]

API Resources

alerts

  • batchDelete — Performs batch delete operation on alerts.
  • batchUndelete — Performs batch undelete operation on alerts.
  • delete — Marks the specified alert for deletion. An alert that has been marked for deletion is removed from Alert Center after 30 days. Marking an alert for deletion has no effect on an alert which has already been marked for deletion. Attempting to mark a nonexistent alert for deletion results in a NOT_FOUND error.
  • get — Gets the specified alert. Attempting to get a nonexistent alert returns NOT_FOUND error.
  • getMetadata — Returns the metadata of an alert. Attempting to get metadata for a non-existent alert returns NOT_FOUND error.
  • list — Lists the alerts.
  • undelete — Restores, or "undeletes", an alert that was marked for deletion within the past 30 days. Attempting to undelete an alert which was marked for deletion over 30 days ago (which has been removed from the Alert Center database) or a nonexistent alert returns a NOT_FOUND error. Attempting to undelete an alert which has not been marked for deletion has no effect.
  • feedback — Operations on the 'feedback' resource

v1beta1

  • getSettings — Returns customer-level settings.
  • updateSettings — Updates the customer-level settings.

Discovering Commands

Before calling any API method, inspect it:

# Browse resources and methods
gws alertcenter --help

# Inspect a method's required params, types, and defaults
gws schema alertcenter.\x3Cresource>.\x3Cmethod>

Use gws schema output to build your --params and --json flags.

Usage Guidance
This skill appears to be a thin wrapper for the 'gws' CLI and is coherent with managing Google Workspace alerts, but the runtime docs point to a shared '../gws-shared/SKILL.md' for authentication while the registry lists no credentials. Before installing: (1) inspect the referenced ../gws-shared/SKILL.md to see what credentials or files it requires (service account JSON, OAuth tokens, environment variables), (2) verify the 'gws' binary source and trustworthiness, (3) confirm how auth is stored and whether secrets would be read from disk or environment, and (4) prefer skills that explicitly declare required env vars/credentials and provide a homepage/source. If you cannot inspect the shared SKILL.md or confirm the auth method, treat this as potentially risky and avoid installing or run it in a restricted/sandboxed environment.
Capability Analysis
Type: OpenClaw Skill Name: gws-alertcenter Version: 1.0.1 The skill bundle provides a standard interface for managing Google Workspace security alerts via the 'gws' CLI tool. The SKILL.md file correctly documents API resources for alerts and settings, and it includes instructions for command discovery using 'gws schema' without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description align with the provided instructions: the SKILL.md is a thin wrapper describing how to run 'gws alertcenter' methods. Requiring the 'gws' binary is appropriate for a CLI-based Google Workspace Alert Center helper.
Instruction Scope
The instructions explicitly tell the agent to read '../gws-shared/SKILL.md' for auth, global flags, and security rules. That directs the agent to read a file outside this skill's own manifest and suggests additional steps (or credentials) not present in this skill's metadata. It also suggests running 'gws generate-skills' if missing, which could create or modify files.
Install Mechanism
No install spec and no code files are present; this is instruction-only and does not write new code to disk by itself. The only runtime dependency is the 'gws' binary, which is declared.
Credentials
The skill metadata lists no required environment variables or credentials, but the SKILL.md defers authentication to an external shared SKILL.md. That implies required credentials (service account keys, OAuth tokens, or similar) may exist but are not declared — a visibility gap. Lack of declared credentials makes it unclear what secrets the agent will need or access at runtime.
Persistence & Privilege
The skill is not always-included and is user-invocable; it does not request persistent system-level presence or elevated privileges in the registry metadata.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gws-alertcenter
  3. After installation, invoke the skill by name or use /gws-alertcenter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Improved and clarified documentation for the `alerts.delete` and `alerts.undelete` methods in SKILL.md. - Expanded descriptions to specify error conditions, including handling for already deleted or nonexistent alerts.
v1.0.0
Initial release of gws-alertcenter (v1.0.0): - Introduces Google Workspace Alert Center management through the CLI. - Supports batch and single alert delete/undelete operations, alert listing, alert metadata, and feedback management. - Allows retrieving and updating customer-level settings. - Includes usage guidance and schema inspection commands for easier API exploration.
Metadata
Slug gws-alertcenter
Version 1.0.1
License
All-time Installs 3
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Gws Alertcenter?

Google Workspace Alert Center: Manage Workspace security alerts. It is an AI Agent Skill for Claude Code / OpenClaw, with 331 downloads so far.

How do I install Gws Alertcenter?

Run "/install gws-alertcenter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gws Alertcenter free?

Yes, Gws Alertcenter is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Gws Alertcenter support?

Gws Alertcenter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gws Alertcenter?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.1.

💬 Comments