.agent/skills/recipe-forward-labeled-emails/SKILL.md
Find Gmail messages with a specific label and forward them to another address.
npx skillsauth add kleinster2/financial-charts recipe-forward-labeled-emailsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Load the following skills to execute this recipe:
gws-gmail
Find Gmail messages with a specific label and forward them to another address.
gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format tablegws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'[Original Message Body]'`
development
Subscribe to change notifications on a Google Drive file or folder.
development
Export Google Contacts directory to a Google Sheets spreadsheet.
development
Share a Google Drive folder and all its contents with a list of collaborators.
development
Share Google Drive files with all attendees of a Google Calendar event.