Notre avis
Permet de consulter les réunions Google Calendar et de créer des événements, d'abord en brouillon puis confirmés.
Points forts
- Authentification par compte séparé (personnel, professionnel)
- Recherche et listage d'événements sur plusieurs jours
- Création de brouillons avant confirmation définitive
Limites
- Nécessite une authentification préalable via ligne de commande
- Dépend d'un script Python dans un environnement virtuel
- Ne gère pas les événements récurrents
Quand vous avez besoin d'automatiser la consultation ou la création d'événements Google Calendar depuis Claude Code.
Si vous préférez une intégration directe via API sans passer par un script CLI local.
Analyse de sécurité
SûrThis skill file is purely documentation; it explains how to run local Python scripts for Google Calendar tasks. It contains no executable instructions or commands that pose any risk when the skill is read or used by an AI agent.
Aucun point d'attention détecté
Exemples
List my Google Calendar meetings for the next 14 days using the private account.Create a draft meeting titled 'Project Sync' starting on 2026-03-12 at 10:00 AM for one hour in my private calendar.name: "adhoc-gcal" description: "Wrapper skill: inspect Google Calendar meetings and create draft-confirmed events."
Ad-hoc Google Calendar
This is a Claude Code mirror of adhoc_gcal from .agents/skills/.
Original source: .agents/skills/adhoc_gcal/SKILL.md
Skill class: adhoc
This is a wrapper skill for the repo automation in 90_System/Skills/adhoc_gcal/.
Scope
- List/search upcoming meetings
- Inspect one event
- Create local meeting drafts and confirm them into real calendar events
Run (from the vault repo root)
- Authenticate:
.\.venv\Scripts\python.exe 90_System\Skills\adhoc_gcal\adhoc_gcal.py auth --account private
- List meetings:
.\.venv\Scripts\python.exe 90_System\Skills\adhoc_gcal\adhoc_gcal.py list --account both --days 14
- Create a draft:
.\.venv\Scripts\python.exe 90_System\Skills\adhoc_gcal\adhoc_gcal.py create-meeting-draft --account private --title "Planning" --start "2026-03-12T10:00:00+01:00"
- Full docs:
90_System/Skills/adhoc_gcal/SKILL.md
Priorisation de Tâches
Productivite
Priorise vos tâches avec les frameworks Eisenhower, ICE et RICE.
Generateur de Rapport Hebdomadaire
Productivite
Generez des rapports de statut hebdomadaires structures et concis.
Rapport de Daily Standup
Productivite
Génère des rapports de daily standup structurés et concis.