From google-workspace-cli
Use this skill when the user asks about Google Chat operations like sending messages, managing spaces, or listing conversations via the Google Workspace CLI.
npx claudepluginhub nsheaps/ai-mktpl --plugin google-workspace-cliThis skill uses the workspace's default tool permissions.
Use `gws chat` to interact with Google Chat from the command line.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
Use gws chat to interact with Google Chat from the command line.
# List spaces
gws chat spaces list
# Get space details
gws chat spaces get <space-name>
# Create a space
gws chat spaces create --display-name "Project Alpha" --type "ROOM"
# List members of a space
gws chat spaces members list <space-name>
# List messages in a space
gws chat messages list <space-name>
# Send a message to a space
gws chat messages create <space-name> --text "Hello team!"
# Send a message with formatting
gws chat messages create <space-name> --text "*Bold* and _italic_ text"
# Reply to a thread
gws chat messages create <space-name> --text "Reply here" --thread <thread-name>
# Get a specific message
gws chat messages get <message-name>
# Update a message
gws chat messages update <message-name> --text "Updated message"
# Delete a message
gws chat messages delete <message-name>
# Add a reaction
gws chat messages reactions create <message-name> --emoji "thumbsup"
# List reactions
gws chat messages reactions list <message-name>
| Type | Description |
|---|---|
ROOM | Named space with threads |
GROUP_CHAT | Group direct message |
DIRECT_MESSAGE | 1:1 direct message |
spaces/<space-id>spaces/<space-id>/messages/<message-id>--format json for machine-readable output