跳轉到內容

Gmail

Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

打開來源頁

安裝命令

$ npx clawhub@latest install byungkyu/gmail

核心內容(SKILL.md)

這個 OpenClaw 技能能幫你做什麼

這個頁面的作用是幫助你在安裝前快速判斷該技能是否適合當前 OpenClaw 工作流。下方的摘要、安裝命令、操作步驟和相關鏈接,都是為了直接承接類似 openclaw github skills、技能做什麼、怎麼接進運行時 這類搜尋意圖。

它如何接入 OpenClaw 工作流

大多數 OpenClaw skills 都是從 GitHub 或 ClawHub 安裝,然後在任務觸發條件匹配時被調用。判斷一個技能是否值得接入時,最好同時對照你的通道方案、網關規則和文件中的運維方式。

使用場景

  • Gmail API integration with managed OAuth.
  • Read, send, and manage emails, threads, labels, and drafts.
  • Use this skill when users want to interact with Gmail.

CLI 工具

  • npx clawhub@latest install byungkyu/gmail

操作指南

  • 先執行上方安裝命令完成技能安裝。
  • 閱讀 SKILL.md,確認觸發條件與邊界。
  • 在任務匹配時調用該技能處理。
  • 若技能不可用,回退為手動執行方案。

分類與技巧

  • 優先閱讀 SKILL.md 標題劃分能力範圍。
  • 先用精確關鍵詞搜尋,再嘗試同義詞。
  • 結合標籤與作者資訊避免同名技能誤用。

異常處理

  • 未找到相關章節時先向使用者澄清需求。
  • 安裝失敗時優先排查網絡與權限問題。
  • 能力缺失時給出可執行的人工兜底方案。

Gmail

Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

相關技能