Skip to main content

recipe-forward-labeled-emails

Find Gmail messages with a specific label and forward them to another address.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
googleworkspace/cli
آخر نشاط في المصدر
٣١ مارس ٢٠٢٦ في ١٨:٣٢
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٣١٬٠٢٨
التفرعات
١٬٨٤٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
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":"[Truncated]","skills":"[Truncated]"}}}
# Forward Labeled Gmail Messages > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-gmail` Find Gmail messages with a specific label and forward them to another address. ## Steps 1. Find labeled messages: `gws gmail users messages list --params '{"userId": "me", "q": "label:needs-review"}' --format table` 2. Get message content: `gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}'` 3. Forward via new email: `gws gmail +send --to manager@company.com --subject 'FW: [Original Subject]' --body 'Forwarding for your review: [Original Message Body]'`
عرض على GitHub