streakyc/googleworkspacecli

recipe-send-team-announcement

Send a team announcement via both Gmail and a Google Chat space.

First seen Jul 15, 2026

Installation

$ npx skills add streakyc/googleworkspacecli --skill recipe-send-team-announcement

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from streakyc/googleworkspacecli · top by installs.

npx skills add streakyc/googleworkspacecli

Browse all from streakyc/googleworkspacecli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.22.5
Declared agents clawdbot
More metadata
version
0.22.5
openclaw
{"category":"recipe","domain":"communication","requires":{"bins":["gws"],"skills":["gws-gmail","gws-chat"]}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 791 B
  • docs SUMMARY.md 101 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Announce via Gmail and Google Chat

PREREQUISITE: Load the following skills to execute this recipe: gws-gmail, gws-chat

Send a team announcement via both Gmail and a Google Chat space.

Steps

  1. Send email: gws gmail +send --to [email protected] --subject 'Important Update' --body 'Please review the attached policy changes.'
  2. Post in Chat: gws chat +send --space spaces/TEAM_SPACE --text '📢 Important Update: Please check your email for policy changes.'