在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用recipe-forward-labeled-emails
Find Gmail messages with a specific label and forward them to another address.
星标26,953
分支1,420
更新时间2026年3月31日 18:32
SKILL.md
readonly菜单
Find Gmail messages with a specific label and forward them to another address.
Google Sheets: Append a row to a spreadsheet.
Google Workspace Admin SDK: Audit logs and usage reports.
Google Calendar: Show upcoming events across all calendars.
Google Calendar: Create a new event.
Google Calendar: Manage calendars and events.
Google Chat: Send a message to a space.
| name | recipe-forward-labeled-emails |
| description | Find Gmail messages with a specific label and forward them to another address. |
| metadata | {"version":"0.22.5","openclaw":{"category":"recipe","domain":"productivity","requires":{"bins":["gws"],"skills":["gws-gmail"]}}} |
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]'`