← 返回 Skills 市场
Gws Workflow File Announce
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
293
总下载
0
收藏
12
当前安装
13
版本数
在 OpenClaw 中安装
/install gws-workflow-file-announce
功能描述
Google Workflow: Announce a Drive file in a Chat space.
使用说明 (SKILL.md)
workflow +file-announce
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Announce a Drive file in a Chat space
Usage
gws workflow +file-announce --file-id \x3CID> --space \x3CSPACE>
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--file-id |
✓ | — | Drive file ID to announce |
--space |
✓ | — | Chat space name (e.g. spaces/SPACE_ID) |
--message |
— | — | Custom announcement message |
--format |
— | — | Output format: json (default), table, yaml, csv |
Examples
gws workflow +file-announce --file-id FILE_ID --space spaces/ABC123
gws workflow +file-announce --file-id FILE_ID --space spaces/ABC123 --message 'Check this out!'
Tips
- This is a write command — sends a Chat message.
- Use
gws drive +uploadfirst to upload the file, then announce it here. - Fetches the file name from Drive to build the announcement.
See Also
- gws-shared — Global flags and auth
- gws-workflow — All cross-service productivity workflows commands
安全使用建议
This skill itself is a small wrapper that calls the 'gws' CLI to announce a Drive file to a Chat space, but it defers authentication and security rules to ../gws-shared/SKILL.md which is not included. Before installing or using this skill: (1) inspect the referenced gws-shared SKILL.md to see exactly what credentials (Google OAuth client, service account, environment vars, token files) and scopes are required and where they are stored; (2) verify the origin and trustworthiness of the 'gws' CLI binary on your system (who installed it, is it an official release); (3) ensure the required scopes are minimal (Drive read and Chat write only) and that no unrelated credentials are being requested; (4) be aware this skill will send messages into Chat spaces (possible spam/exfil vectors) so confirm the target space IDs and message content handling; and (5) if you cannot review gws-shared or the gws CLI source, treat this skill as risky and avoid granting it credentials.
功能分析
Type: OpenClaw Skill
Name: gws-workflow-file-announce
Version: 1.0.12
The skill bundle provides documentation for a Google Workspace workflow to announce Drive files in Chat spaces using the 'gws' CLI. The SKILL.md file contains standard usage instructions and flags without any evidence of malicious intent, prompt injection, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description match the requested binary 'gws' and the command shown. However, the skill defers authentication and global flags to ../gws-shared/SKILL.md — those unstated dependencies likely include Drive read and Chat write credentials that are not declared here. The binary requirement is reasonable for the stated purpose but the external auth dependency is not surfaced in the skill metadata.
Instruction Scope
The SKILL.md instructs the agent to run a single gws workflow command that fetches a Drive file name and sends a Chat message. The runtime instructions themselves stay within the announced scope, but they explicitly require the agent to consult ../gws-shared/SKILL.md for auth, global flags, and security rules — meaning the actual runtime behavior depends on another file not included or declared, which hides the full instruction surface.
Install Mechanism
No install spec and no code files (instruction-only), which minimizes on-disk risk. The skill only requires the 'gws' binary to be present; there is no download/extract behavior in this package.
Credentials
The skill declares no environment variables or primary credential, yet it is a write operation (posts chat messages) and needs to read Drive metadata. Those credentials/scopes are likely required but are hidden in the referenced ../gws-shared/SKILL.md. Hiding required credentials in an external doc makes it hard to evaluate whether the skill requests excessive or unrelated secrets.
Persistence & Privilege
always is false and the skill is user-invocable only; it does not request persistent/system-wide changes. Autonomous invocation is allowed by default but is not combined with elevated privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gws-workflow-file-announce - 安装完成后,直接呼叫该 Skill 的名称或使用
/gws-workflow-file-announce触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated internal metadata version from 0.22.4 to 0.22.5 in SKILL.md.
- No changes to functionality or usage.
v1.0.11
- Updated skill metadata version from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated metadata version from 0.22.2 to 0.22.3 in SKILL.md file.
v1.0.9
- Updated metadata version in SKILL.md from 0.22.1 to 0.22.2.
- No other user-facing changes.
v1.0.8
- Updated skill metadata version from 0.22.0 to 0.22.1 in SKILL.md.
- No other content changes.
v1.0.7
- Updated skill metadata version to 0.22.0 in documentation (was 0.21.2).
- No functionality changes—documentation version only.
v1.0.6
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md.
- No changes to functionality or documentation content.
v1.0.5
- Updated skill metadata version from 0.20.1 to 0.21.1 in SKILL.md.
- No functional or usage changes.
v1.0.4
- Updated skill metadata version from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.3
- Updated version in SKILL.md from 0.19.0 to 0.20.0.
- No other content changes.
- No changes to usage, flags, examples, or tips.
v1.0.2
- Updated skill metadata: moved version to metadata block and set to 0.19.0.
- Removed the redundant version field from the root level of SKILL.md.
v1.0.1
- Fixed indentation in the metadata.requires.bins section for consistency.
- No functional or usage changes; documentation update only.
v1.0.0
Initial release: Announce a Google Drive file in a Google Chat space.
- Adds the workflow +file-announce command to announce files in chat spaces.
- Supports file selection by Drive file ID and specifying the target Chat space.
- Allows optional custom announcement message and output formatting.
- Integrates with authentication and global flags from gws-shared.
- Includes usage examples and tips for best results.
元数据
常见问题
Gws Workflow File Announce 是什么?
Google Workflow: Announce a Drive file in a Chat space. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。
如何安装 Gws Workflow File Announce?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-workflow-file-announce」即可一键安装,无需额外配置。
Gws Workflow File Announce 是免费的吗?
是的,Gws Workflow File Announce 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gws Workflow File Announce 支持哪些平台?
Gws Workflow File Announce 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gws Workflow File Announce?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills