Agent skill
google_calendar
Manage calendar events using Google Calendar via Composio.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/google-calendar
Metadata
Additional technical details for this skill
- requires
-
[ "composio" ]
SKILL.md
Google Calendar Skill
This skill allows you to manage calendar events using the Composio Google Calendar integration.
Tools
You have access to the following Composio tools (namespaces may vary, check mcp__composio__*):
GOOGLECALENDAR_CREATE_EVENT: Create new events.GOOGLECALENDAR_LIST_EVENTS: List upcoming events.GOOGLECALENDAR_UPDATE_EVENT: Modify existing events.GOOGLECALENDAR_DELETE_EVENT: Remove events.
Usage Guidelines
- Authentication: If auth is required, the tool will provide a link. Pass this to the user.
- Date/Time: Always use ISO format or relative terms that the tool understands.
- Timezone: Be aware of the user's timezone (check context).
workflows
- Schedule Meeting: verify availability -> create event -> notify user.
- Daily Briefing: list events for today -> summarize.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?