File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ Shortcut commands for common operations.
4646| [ gws-sheets-read] ( ../skills/gws-sheets-read/SKILL.md ) | Google Sheets: Read values from a spreadsheet. |
4747| [ gws-gmail-send] ( ../skills/gws-gmail-send/SKILL.md ) | Gmail: Send an email. |
4848| [ gws-gmail-triage] ( ../skills/gws-gmail-triage/SKILL.md ) | Gmail: Show unread inbox summary (sender, subject, date). |
49- | [ gws-gmail-reply] ( ../skills/gws-gmail-reply/SKILL.md ) | Gmail: Reply to a message (handles threading automatically). |
50- | [ gws-gmail-reply-all] ( ../skills/gws-gmail-reply-all/SKILL.md ) | Gmail: Reply-all to a message (handles threading automatically). |
51- | [ gws-gmail-forward] ( ../skills/gws-gmail-forward/SKILL.md ) | Gmail: Forward a message to new recipients. |
5249| [ gws-gmail-watch] ( ../skills/gws-gmail-watch/SKILL.md ) | Gmail: Watch for new emails and stream them as NDJSON. |
5350| [ gws-calendar-insert] ( ../skills/gws-calendar-insert/SKILL.md ) | Google Calendar: Create a new event. |
5451| [ gws-calendar-agenda] ( ../skills/gws-calendar-agenda/SKILL.md ) | Google Calendar: Show upcoming events across all calendars. |
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ gws gmail +send --to <EMAIL> --subject <SUBJECT> --body <TEXT>
2929| ` --to ` | ✓ | — | Recipient email address |
3030| ` --subject ` | ✓ | — | Email subject |
3131| ` --body ` | ✓ | — | Email body (plain text) |
32- | ` --dry-run ` | — | — | Show the request that would be sent without executing it |
3332
3433## Examples
3534
Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ gws gmail <resource> <method> [flags]
2424| ---------| -------------|
2525| [ ` +send ` ] ( ../gws-gmail-send/SKILL.md ) | Send an email |
2626| [ ` +triage ` ] ( ../gws-gmail-triage/SKILL.md ) | Show unread inbox summary (sender, subject, date) |
27- | [ ` +reply ` ] ( ../gws-gmail-reply/SKILL.md ) | Reply to a message (handles threading automatically) |
28- | [ ` +reply-all ` ] ( ../gws-gmail-reply-all/SKILL.md ) | Reply-all to a message (handles threading automatically) |
29- | [ ` +forward ` ] ( ../gws-gmail-forward/SKILL.md ) | Forward a message to new recipients |
3027| [ ` +watch ` ] ( ../gws-gmail-watch/SKILL.md ) | Watch for new emails and stream them as NDJSON |
3128
3229## API Resources
You can’t perform that action at this time.
0 commit comments