{ "name": "google-calendar-node", "version": "1.0.0", "description": "Google Calendar Node.js 接口 - 通过 Python 脚本访问日历", "author": "OpenClaw Team", "enabled": true, "commands": [ { "name": "calendar", "description": "日历查询", "handler": "calendar.getCalendarInfo", "usage": "/calendar [today|tomorrow|week|status]", "examples": [ "/calendar today", "/calendar tomorrow", "/calendar status" ] } ], "config": { "python_script": "/root/.openclaw/workspace/skills/google-calendar/google_calendar.py", "credentials_path": "/root/.openclaw/credentials/google-calendar-life.json", "timezone": "Asia/Shanghai" } }