跳转到内容

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 安装,然后在任务触发条件匹配时被调用。判断一个技能是否值得接入时,最好同时对照你的通道方案、网关规则和文档中的运维方式。

使用场景

  • 当用户提出与该技能能力匹配的问题时使用此技能。

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).

相关技能