google-calendar
中风险 · 73 评分:73/100
作者:AdrianMiller99 | 审计时间:2026-02-05T09:18:25.242Z | 规则集:0.1.0
技能介绍
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 Open…
✨ Event creation
✨ Schedule management
✨ Recurring events
✨ Availability checking
使用场景
1 Schedule meetings
2 Set reminders
3 Manage appointments
安全审计
中风险 · 73
摘要
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.
风险画像
关键风险 0 项
暂无 LLM 风险要点(LLM 未启用或无缓存)。
确定性发现(证据)
| 规则 | 严重性 | 文件 | 片段 |
|---|---|---|---|
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/google_calendar.py 行 2 | import os, sys, json, urllib.request, urllib.parse, argparse |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/google_calendar.py 行 23 | req = urllib.request.Request(url, data=data, method=method) |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/google_calendar.py 行 29 | with urllib.request.urlopen(req) as resp: |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/refresh_token.py 行 2 | import os, sys, json, urllib.request, urllib.parse |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/refresh_token.py 行 17 | req = urllib.request.Request('https://oauth2.googleapis.com/token', data=data, method='POST') |
| NET_HTTP_REQUEST | medium | skills/AdrianMiller99/google-calendar/scripts/refresh_token.py 行 20 | with urllib.request.urlopen(req) as resp: |