google-calendar

中风险 · 73 评分:73/100
作者:AdrianMiller99 | 审计时间:2026-02-05T09:18:25.242Z | 规则集:0.1.0

快速安装

将技能安装到你的 Agent

clawhub install google-calendar

技能介绍

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:

更多技能