google-calendar
仓库创建 2026年1月2日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
为代理提供程序化日程操作接口,便于自动创建和同步事件。
▸ 风险提示
需要 Google OAuth 凭证并授予日历访问权限。
这个 Skill 做什么
通过 Google Calendar API 列表/创建/更新/删除日程的轻量技能。
通过 Google Calendar API 在程序里列出、创建、更新或删除日程,适合需要在脚本或自动化流程中操作日历(如同步会议、批量建会)。支持按时间范围筛选、添加与会者、地点和描述等常用字段。实现上是轻量的 Python 封装,方便和 OpenClaw 等系统集成调用。
▸ 展开 SKILL.md 英文原文
Interact with Google Calendar via the Google Calendar API – list upcoming events, create new events, update or delete them. Use this skill when you need programmatic access to your calendar from OpenClaw.
2
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Balizero1987/Teman2/main/skills/google-calendar/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Balizero1987/Teman2/main/skills/google-calendar/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Google Calendar Skill ## Overview This skill provides a thin wrapper around the Google Calendar REST API. It lets you: - **list** upcoming events (optionally filtered by time range or query) - **add** a new event with title, start/end time, description, location, and attendees - **update** an existing event by its ID - **delete** an event by its ID The skill is implemented in Python (`scripts/google_calendar.py`). It expects the following environment variables to be set (you can store them securely with `openclaw secret set`): ``` GOOGLE_CLIENT_ID=… GOOGLE_CLIENT_SECRET=… GOOGLE_REFRESH_TOKEN=… # obtained after OAuth consent GOOGLE_CALENDAR_ID=primary # or the ID of a specific cal
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有