{"skill":{"slug":"recipe-forward-labeled-emails","displayName":"Recipe Forward Labeled Emails","summary":"Find Gmail messages with a specific label and forward them to another address.","description":"---\nname: recipe-forward-labeled-emails\ndescription: \"Find Gmail messages with a specific label and forward them to another address.\"\nmetadata:\n  version: 0.22.5\n  openclaw:\n    category: \"recipe\"\n    domain: \"productivity\"\n    requires:\n      bins:\n        - gws\n      skills:\n        - gws-gmail\n---\n\n# Forward Labeled Gmail Messages\n\n> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail`\n\nFind Gmail messages with a specific label and forward them to another address.\n\n## Steps\n\n1. Find labeled messages: `gws gmail users messages list --params '{\"userId\": \"me\", \"q\": \"label:needs-review\"}' --format table`\n2. Get message content: `gws gmail users messages get --params '{\"userId\": \"me\", \"id\": \"MSG_ID\"}'`\n3. Forward via new email: `gws gmail +send --to manager@company.com --subject 'FW: [Original Subject]' --body 'Forwarding for your review:\n\n[Original Message Body]'`\n\n","tags":{"latest":"1.0.12"},"stats":{"comments":0,"downloads":858,"installsAllTime":32,"installsCurrent":10,"stars":0,"versions":13},"createdAt":1773404039609,"updatedAt":1779078046754},"latestVersion":{"version":"1.0.12","createdAt":1774982193932,"changelog":"- Bumped metadata version from 0.22.4 to 0.22.5 in SKILL.md.\n- No other content or functional changes made.","license":"MIT-0"},"metadata":{"setup":[],"os":null,"systems":null},"owner":{"handle":"googleworkspace-bot","userId":"s17d07d7j6wvs7e49gkh2nncms83fh1m","displayName":"googleworkspace-bot","image":"https://avatars.githubusercontent.com/u/109114539?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1780090214136}}