gws-workflow-file-announce

Post Drive file announcements to a Google Chat space via gws workflow.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nomad3/servicetsunami-agents --skill gws-workflow-file-announce-nomad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-workflow-file-announce
Source: https://github.com/nomad3/servicetsunami-agents/tree/main/apps/api/app/skills/community/gws_workflow_file_announce
Command: npx skills add https://github.com/nomad3/servicetsunami-agents --skill gws-workflow-file-announce-nomad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of informing a Google Chat space whenever a Drive file needs to be shared with a team, reducing manual steps and ensuring visibility.

Core Features & Use Cases

  • Drive file announcements: post a message to a Chat space referencing a Drive file.
  • Integration with Google Workspace CLI: uses the gws workflow to trigger announcements from the command line.
  • Use Case: When a new file is added or updated in Drive, automatically announce it to the relevant chat channel to keep teams aligned.

Quick Start

Run gws workflow +file-announce --file-id <ID> --space spaces/ABC123 to post the announcement.

Frequently Asked Questions about gws-workflow-file-announce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I announce a Google Drive file in a Chat space?

To announce a Drive file in a Google Chat space, run the gws workflow command with the specific file-id and target space parameters. The workflow fetches the file name from Drive and composes the announcement message to post in the chat.

Can I use the gws CLI to automate Google Workspace file announcements?

Yes, you can use the gws CLI to automate file announcements by executing a workflow command. It requires passing the Drive file-id and the target Chat space parameters to trigger the automated announcement post.

What parameters do I need to post a Drive file announcement to Google Chat?

You need two required parameters to post a Drive file announcement: the file-id of the target Drive file and the space parameter identifying the destination Chat space. The workflow fetches the file name from Drive to compose the message.

How does posting Drive file announcements to Chat spaces improve team visibility?

Announcing Drive files to Chat spaces automates team notifications and reduces manual steps. Whenever a file is added or updated in Drive, posting an announcement to the relevant chat channel ensures immediate visibility and keeps teams aligned.

Do I need specific Google Workspace permissions to run a file-announce workflow?

The file-announce workflow relies on the gws CLI to interact with Google Workspace, requiring access to fetch file names from Drive and post messages to the specified Chat space. You must provide the valid file-id and space parameters to execute it successfully.