Calendar Automation
Generates n8n workflow YAML for calendar digests, time blocking and meeting prep -- does not act on your calendar itself.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 9b0fa12
Asked it to set up a daily calendar digest to Slack: the skill did NOT create a calendar event or send anything -- it returned an n8n YAML workflow definition and asked 'Would you like me to generate the full n8n workflow JSON?', so the real deliverable is an automation blueprint for you to deploy in n8n, not a live scheduling action. (Listed here under our older name; the skill's own name is "Calendar Automation".)
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 2/5
What Calendar Automation does
Produces n8n workflow templates (YAML configs plus setup instructions) for five calendar automations: daily Slack digest, pre-meeting prep docs, weekly smart time blocking, Calendly-to-CRM booking handling, and weekly calendar analytics. Frontmatter declares a google-workspace-mcp dependency with calendar_create_event/list/update/slack_notify tools, but the skill body never actually calls those tools -- every workflow step is n8n node configuration meant to be pasted into an n8n instance, and several workflows reference additional undisclosed third-party services (Clearbit, HubSpot, LinkedIn lookup, Calendly, Todoist/Asana/Notion) not mentioned in the frontmatter or description at all.
How to install Calendar Automation
git clone https://github.com/claude-office-skills/skills
cd skills
mkdir -p ~/.claude/skills
cp -r calendar-automation ~/.claude/skills/scheduling-assistant
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Calendar Automation
-
/scheduling-assistantGenerates n8n workflow YAML for calendar digests, time blocking and meeting prep -- does not act on your calendar itself.
It also activates on plain-language prompts like these:
-
Set up a recurring weekly routine and block off focus time -
Plan my week around these deadlines using my calendar -
Protect two hours daily for deep work on my calendar
Frequently asked questions
- Is the Calendar Automation skill free?
- Yes. The skill itself is free from claude-office-skills/skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Calendar Automation work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Asked it to set up a daily calendar digest to Slack: the skill did NOT create a calendar event or send anything -- it returned an n8n YAML workflow definition and asked 'Would you like me to generate the full n8n workflow JSON?', so the real deliverable is an automation blueprint for you to deploy in n8n, not a live scheduling action. (Listed here under our older name; the skill's own name is "Calendar Automation".)
- What is the Calendar Automation SkillProof Score?
- 7.2/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 2/5.
- How do I install Calendar Automation?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Calendar Automation with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.