Google Calendar Find Event

v1.0.0

Atomic node skill to search for events in Google Calendar using the GoogleWorkspace plugin.

0· 22·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zvirb/google-calendar-find-event.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Google Calendar Find Event" (zvirb/google-calendar-find-event) from ClawHub.
Skill page: https://clawhub.ai/zvirb/google-calendar-find-event
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Canonical install target

openclaw skills install zvirb/google-calendar-find-event

ClawHub CLI

Package manager switcher

npx clawhub@latest install google-calendar-find-event
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim a single job — searching Google Calendar — and the instructions only invoke a single plugin tool (gworkspace_calendar_find). No extraneous binaries, env vars, or config paths are requested. Minor note: SKILL.md declares os: windows which is unexpected for a platform-agnostic calendar search and is likely unnecessary but not harmful.
Instruction Scope
Runtime instructions are minimal and constrained: when asked, call gworkspace_calendar_find with a query and time range and return a JSON array of events. The instructions do not reference reading files, arbitrary env vars, or sending data to external endpoints beyond the named plugin.
Install Mechanism
There is no install spec and no code files — instruction-only skills carry low install risk. The skill relies on an existing plugin rather than downloading or installing additional code.
Credentials
The skill itself requests no environment variables or credentials, which is proportionate. However, it depends on google-workspace-plugin; that plugin will need Google credentials/OAuth scopes at runtime to access calendars. The SKILL.md does not declare or document those credentials, so users should confirm how the plugin obtains and stores Google access tokens.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent system presence or special privileges and does not indicate it will modify other skills or global agent settings.
Assessment
This skill appears to do exactly what it says: call the Google Workspace plugin to find calendar events. Before installing, confirm the provenance and trustworthiness of the google-workspace-plugin (it’s the component that will access your Google Calendar). Check the plugin's documentation to see what OAuth scopes and credentials it requires, how tokens are stored, and whether the agent will be allowed to call the plugin autonomously. Also note the SKILL.md's 'os: windows' line — it is likely unnecessary; you can ask the publisher to clarify. If you are uncomfortable granting calendar access to the plugin or an autonomous agent, do not install or restrict its permissions.

Like a lobster shell, security has layers — review code before you run it.

latestvk9719bsm2xx8pnvm069kqt6mw985kq4q
22downloads
0stars
1versions
Updated 4h ago
v1.0.0
MIT-0

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.
  • Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before automation.
  • Jidoka (自働化): This node includes autonomous defect detection. It relies on the plugin's self-healing loop and will report errors if the search fails.

Google Calendar Find Event

This skill allows the agent to search for events in Google Calendar within a specific time range.

Cognitive Directives

WHEN [Requested to find events or check schedule for a specific period] THEN [Execute the gworkspace_calendar_find plugin tool]

Schema Example

{
  "query": "Sync Meeting",
  "timeMin": "2026-04-26T00:00:00Z",
  "timeMax": "2026-04-26T23:59:59Z"
}

Expected Output

A JSON array of event objects matching the criteria.

Comments

Loading comments...