From 3dd48f311af7db313209dab8e890fbca3e1659a9 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Wed, 25 Feb 2026 00:24:08 +0200 Subject: [PATCH] fix(add-gmail): restore YAML frontmatter to SKILL.md Co-Authored-By: Claude Opus 4.6 --- .claude/skills/add-gmail/SKILL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.claude/skills/add-gmail/SKILL.md b/.claude/skills/add-gmail/SKILL.md index 03a8cee..f4267cc 100644 --- a/.claude/skills/add-gmail/SKILL.md +++ b/.claude/skills/add-gmail/SKILL.md @@ -1,3 +1,8 @@ +--- +name: add-gmail +description: Add Gmail integration to NanoClaw. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration. +--- + # Add Gmail Integration This skill adds Gmail support to NanoClaw — either as a tool (read, send, search, draft) or as a full channel that polls the inbox.