You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
722 B
25 lines
722 B
{ |
|
"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.json", |
|
"timezone": "Asia/Shanghai" |
|
} |
|
}
|
|
|