calendar-setup
Guides users through setting up and troubleshooting Google Calendar access for OpenClaw agents, ensuring proper permissions and authentication.
Install this skill
or
62/100
Security score
The calendar-setup skill was audited on Jun 5, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 193
Curl to non-GitHub URL
SourceSKILL.md
| 193 | curl -s -X POST https://oauth2.googleapis.com/token \ |
medium line 201
Curl to non-GitHub URL
SourceSKILL.md
| 201 | curl -s "https://www.googleapis.com/calendar/v3/calendars/netanelab%40monday.com/events?timeMin=<ISO>&timeMax=<ISO>&singleEvents=true&orderBy=startTime" \ |
medium line 205
Curl to non-GitHub URL
SourceSKILL.md
| 205 | curl -s "https://www.googleapis.com/calendar/v3/users/me/calendarList" \ |
medium line 123
Access to hidden dotfiles in home directory
SourceSKILL.md
| 123 | | `~/.openclaw/.gog/credentials.json` | gog OAuth client credentials | |
medium line 124
Access to hidden dotfiles in home directory
SourceSKILL.md
| 124 | | `~/.openclaw/agents/main/agent/auth-profiles.json` | OpenClaw auth profiles | |
medium line 125
Access to hidden dotfiles in home directory
SourceSKILL.md
| 125 | | `~/.openclaw/workspace/skills/gog/SKILL.md` | gog usage reference | |
medium line 189
Access to hidden dotfiles in home directory
SourceSKILL.md
| 189 | - `~/.config/gws/credentials.json` (gog default) has a stale/broken token — ignore it |
low line 193
External URL reference
SourceSKILL.md
| 193 | curl -s -X POST https://oauth2.googleapis.com/token \ |
low line 201
External URL reference
SourceSKILL.md
| 201 | curl -s "https://www.googleapis.com/calendar/v3/calendars/netanelab%40monday.com/events?timeMin=<ISO>&timeMax=<ISO>&singleEvents=true&orderBy=startTime" \ |
low line 205
External URL reference
SourceSKILL.md
| 205 | curl -s "https://www.googleapis.com/calendar/v3/users/me/calendarList" \ |
Scanned on Jun 5, 2026
View Security Dashboard