gws-gmail-triage
高效管理 Gmail 收件箱
無需開啟瀏覽器,即可快速瀏覽並優先處理未讀 Gmail 訊息。此技能提供寄件者、主旨和日期資訊,協助您高效地分類收件箱。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "gws-gmail-triage". Show me my unread Gmail messages
النتيجة المتوقعة:
顯示格式化表格,包含最多 20 封未讀訊息的寄件者、主旨和日期欄位
استخدام "gws-gmail-triage". Export unread messages to JSON and extract the subject lines
النتيجة المتوقعة:
傳回訊息物件的 JSON 陣列,然後使用 jq 篩選並僅顯示主旨欄位
التدقيق الأمني
آمنStatic analysis detected 13 potential security issues, all are FALSE POSITIVES. The 'external_commands' patterns appear in markdown code blocks showing command-line usage examples. The 'filesystem' patterns are relative markdown links to other documentation files. The 'weak cryptography' patterns match text in YAML description and markdown table headers, not actual cryptographic implementations. This is a documentation-only skill that provides instructions for using the Google Workspace CLI tool.
عوامل الخطر
⚙️ الأوامر الخارجية (8)
📁 الوصول إلى نظام الملفات (3)
درجة الجودة
ماذا يمكنك بناءه
快速收件箱掃描
快速檢視新的未讀郵件,以識別需要立即注意的緊急訊息
目標郵件搜尋
使用 Gmail 查詢篩選器,尋找來自重要寄件者的特定未讀訊息
批次郵件處理
將未讀訊息資料匯出為 JSON,以供自動化分析或與其他工具整合
جرّب هذه الموجهات
Show me my unread Gmail messages
Show the last 5 unread messages from my boss
Find unread messages with the label 'urgent' and show them with labels
Export unread messages to JSON and extract just the subject lines
أفضل الممارسات
- 先使用不帶旗標的基本命令,以快速瞭解未讀收件箱的概況
- 當您只需要檢視最新訊息時,使用 --max 旗標限制結果數量
- 使用 --query 結合 Gmail 搜尋查詢,以根據寄件者、日期、標籤或其他條件進行篩選
- 當您需要提取特定欄位或以程式方式處理資料時,將 JSON 輸出透傳給 jq 或其他工具
تجنب
- 不要期待能讀取完整的訊息內容—此工具僅顯示元資料(寄件者、主旨、日期)
- 不要用於大量郵件管理—這是唯讀的分類工具,而非管理介面
- 如果遇到「缺少共用技能」錯誤,請勿忘記執行 'gws generate-skills'