gws-gmail

The gws-gmail skill provides a command-line interface for managing Gmail accounts, including sending, reading, and triaging emails.

42.2K
Installs
5
Use cases
9/10
Quality

Is gws-gmail safe to install?

Review the source first

Review the source first: our audit of gws-gmail's source files found 3 shell commands, 0 external URLs, no file writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the gws binary and interacts with Gmail API resources, which involves network communication.

How we audit skills: our security review methodology.

Who is this skill for?

Developers and power users who need to automate Gmail interactions via a command-line interface.

What can you do with it?

  • Send emails via the command line
  • Triage unread inbox messages
  • Reply to or forward existing email threads
  • Read email bodies and headers
  • Monitor incoming emails via push notifications

How good is this skill?

Quality score: 9/10. The documentation clearly defines the command structure and helper methods. It lacks specific API endpoint URLs, as these are abstracted by the gws binary.

What does the skill file contain?

SKILL.md
# gmail (v1)

> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.

```bash
gws gmail <resource> <method> [flags]
```

## Helper Commands

| Command | Description |
|---------|-------------|
| [`+send`](../gws-gmail-send/SKILL.md) | Send an email |
| [`+triage`](../gws-gmail-triage/SKILL.md) | Show unread inbox summary (sender, subject, date) |
| [`+reply`](../gws-gmail-reply/SKILL.md) | Reply to a message (handles threading automatically) |
| [`+reply-all`](../gws-gmail-reply-all/SKILL.md) | Reply-all...

Frequently asked questions

What prerequisites exist for this skill?

Users must read the gws-shared skill documentation for authentication and global flag requirements.

How do I determine the required parameters for a specific Gmail method?

Run the command gws schema gmail.<resource>.<method> to view required parameters, types, and defaults.

Can this skill monitor for new emails?

Yes, the +watch command allows the agent to watch for new emails and stream them as NDJSON.

Data sourced from googleworkspace/cli on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

find-skills

2.3M

Users seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages

The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.

highclipackage-managervercel-labs

agent-browser

506.7K

AI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications

The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.

highbrowser-automationclivercel-labs

video-edit

338.7K

Users of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer

The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.

highvideo-editingai-agentagentspace-so

agentspace

324.0K

Developers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time

Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.

highcollaborationfile-sharingagentspace-so