clicky-google-workspace

Manage Gmail, Calendar, Drive, Docs, and Sheets through Composio integrations.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill clicky-google-workspace-jamsdoescode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clicky-google-workspace
Source: https://github.com/jamsdoescode/Erik-s-Portfolio/tree/main/openclicky/AppResources/OpenClicky/OpenClickyBundledSkills/clicky-google-workspace
Command: npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill clicky-google-workspace-jamsdoescode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Working across Gmail, Google Calendar, Drive, Docs, and Sheets requires switching between separate apps and APIs. This Skill routes Google Workspace tasks through OpenClicky's Composio-backed integrations so email, calendar, file, and document operations run from one agent workflow with proper auth handling and write verification. ## Core Features & Use Cases - Gmail Operations: Read and search mail, check unread messages, draft emails, and send approved messages with explicit recipient and body confirmation. - Calendar, Drive, Docs, and Sheets: Create and modify calendar events, manage Drive files, and read or write Docs and Sheets with read-back verification after every write. - Auth and Fallback Handling: Detects missing or expired per-app connections (gmail, googlesheets, googlecalendar, googledrive, googledocs) and directs the user to reconnect in Settings -> Integrations instead of running raw OAuth flows. - Use Case: Ask the agent to plan your day by reading unread Gmail and today's Calendar events, then draft reply emails and log action items into a Google Sheet, with each write verified by a read-back. ## Quick Start Connect your Google apps in OpenClicky Settings -> Integrations, then ask the agent to summarize your unread Gmail and list today's Calendar events.

Frequently Asked Questions about clicky-google-workspace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read and search Gmail with OpenClicky?

Connect the Gmail integration in OpenClicky Settings -> Integrations, then ask the agent to read or search your mail. The Skill uses the Composio gmail toolkit to query threads, unread messages, and filters without any manual OAuth setup.

How do I connect Google Workspace apps to OpenClicky?

Each Google app connects separately in Settings -> Integrations: Gmail, Google Sheets, Google Calendar, Google Drive, and Google Docs. There is no single Google Workspace connector, so connect only the apps your task requires.

Can the agent send emails from my Gmail account?

Yes, but sending requires explicit approval of the exact recipients, subject, body, and attachments before anything is sent. Drafting is routed through the email assistant after the agent reads the relevant thread context.

Why did my Google Docs write create an empty document?

A successful Docs create response can still produce a title-only document. The Skill verifies every Docs write with a read-back to confirm the body is non-empty, and retries or reports the failure if the content is missing.

What happens if my Google integration auth expires?

If Composio reports missing, revoked, or expired auth, the agent stops and tells you to reconnect that specific Google app in Settings -> Integrations. It never runs raw OAuth flows or asks for tokens, cookies, or API keys.

When should I use browser automation instead of this integration?

Visible browser control is only for explicit UI requests or when the user approves it as a fallback. The Composio route is the primary path, and the agent does not silently switch to browser automation when a tool is unavailable.