gws-chat-send
How to Install
Claude Code:
git clone --depth 1 https://github.com/wallacedobbs428/thecalltaker.git && cp thecalltaker/.claude/skills/gws-chat-send ~/.claude/skills/gws-chat-send -r---
name: gws-chat-send
version: 1.0.0
description: "Google Chat: Send a message to a space."
metadata:
openclaw:
category: "productivity"
requires:
bins: ["gws"]
cliHelp: "gws chat +send --help"
---
# chat +send
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
Send a message to a space
## Usage
```bash
gws chat +send --space --text
```
## Flags
| Flag | Required | Default | Description |
|------|----------|---------|-------------|
| `--space` | ✓ | — | Space name (e.g. spaces/AAAA...) |
| `--text` | ✓ | — | Message text (plain text) |
## Examples
```bash
gws chat +send --space spaces/AAAAxxxx --text 'Hello team!'
```
## Tips
- Use 'gws chat spaces list' to find space names.
- For cards or threaded replies, use the raw API instead.
> [!CAUTION]
> This is a **write** command — confirm with the user before executing.
## See Also
- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
- [gws-chat](../gws-chat/SKILL.md) — All manage chat spaces and messages commands
Details
| Category | Security → vulnerability |
| Source | wallacedobbs428/thecalltaker |
| SKILL.md | View on GitHub → |
| Repo Stars | N/A |
| Est. per Skill | N/A (shared across 100 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | Safe |
Related Skills
seo
SEO: Universal SEO Analysis Skill Comprehensive SEO analysis across all industries (SaaS, local serv
varlock
Varlock Security Skill Secure-by-default environment variable management for Claude Code sessions. R
codebase-cleanup-deps-audit
Dependency Audit and Security Analysis You are a dependency security expert specializing in vulnerab
007
007 — Licenca para Auditar Overview Security audit, hardening, threat modeling (STRIDE/PASTA), Red/B
Works Well With
Skills from the same repository — often designed to work together
vue
--- name: vue description: Vue 3 Composition API, script setup macros, reactivity system, and built-
SKILL.md.template
--- name: >- {{ skillname }} description: >- {{ skilldescription }} --- {{ skillname }} {{ skillintr
ask
--- name: ask description: Ask Claude, Codex, or Gemini via local CLI and capture a reusable artifac