
from animaworks221
Tool integration for listing and creating Google Calendar events via OAuth2 — list upcoming events, add appointments, and manage calendars.
Provides an external calendar integration that lets agents list upcoming events, create events, and update schedules using Google Calendar's OAuth2 API. The skill exposes CLI-style actions (list, add) and example JSON payloads for programmatic invocation. It defines parameters such as max_results, days, calendar_id, attendees, and event details to support both interactive and automated workflows.
Use this skill when an agent needs to read a user's upcoming events, schedule a meeting, or insert calendar entries programmatically. It's suited for assistants that manage calendars, set reminders, coordinate meetings, or synchronize events between systems. Requires OAuth2 credentials setup.
Designed for agents able to call external tools or run CLI wrappers (animaworks runtime). Works best with agents that can handle OAuth flows or delegate credential prompting to the user (Claude/Codex/Gemini/ACP agents).
A Google Calendar integration skill that provides bash/CLI invocation for listing and creating calendar events via OAuth2. The SKILL.md documents actions with clear parameter tables, but there are no bundled scripts — it relies entirely on an external `animaworks-tool` binary being pre-installed. No security issues found; the skill is straightforward and doesn't execute remote content or handle credentials unsafely.
Clean skill with no security concerns. Limited by complete dependency on external animaworks-tool binary — not self-contained. Documentation is decent but the skill can't function without prior setup outside its scope. No scripts included for validation or testing.