← 返回 Skills 市场
Gws Alertcenter
作者
googleworkspace-bot
· GitHub ↗
· v1.0.1
331
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install gws-alertcenter
功能描述
Google Workspace Alert Center: Manage Workspace security alerts.
使用说明 (SKILL.md)
alertcenter (v1beta1)
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto 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 aNOT_FOUNDerror.get— Gets the specified alert. Attempting to get a nonexistent alert returnsNOT_FOUNDerror.getMetadata— Returns the metadata of an alert. Attempting to get metadata for a non-existent alert returnsNOT_FOUNDerror.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 aNOT_FOUNDerror. 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gws-alertcenter - 安装完成后,直接呼叫该 Skill 的名称或使用
/gws-alertcenter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Gws Alertcenter 是什么?
Google Workspace Alert Center: Manage Workspace security alerts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 331 次。
如何安装 Gws Alertcenter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-alertcenter」即可一键安装,无需额外配置。
Gws Alertcenter 是免费的吗?
是的,Gws Alertcenter 完全免费(开源免费),可自由下载、安装和使用。
Gws Alertcenter 支持哪些平台?
Gws Alertcenter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gws Alertcenter?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.1。
推荐 Skills