What problem does it solve? Running Obsidian vault maintenance agents like the gardener and reflector manually means they only execute when you remember to trigger them. This Skill explains how to schedule these agents to run unattended on a recurring basis using your operating system's native scheduler, without the plugin silently registering tasks on your machine. ## Core Features & Use Cases - Windows Task Scheduler setup: Register a daily scheduled task with PowerShell, including missed-run recovery via StartWhenAvailable and execution time limits. - Linux and macOS scheduling: Configure cron entries or systemd user timers with Persistent=true so missed runs fire after the machine wakes. - Safe unattended execution: Guidance on scoping --dangerously-skip-permissions, capping turns and frequency, and running the schedule on exactly one machine to avoid duplicate processing in synced vaults. - Use Case: You want your Obsidian vault's gardener agent to distill the inbox queue every night at 2:23 AM. Use this Skill to register a verified scheduled task and confirm it actually fires by checking the gardener's own log. ## Quick Start Set up a nightly scheduled run of the obsidian-vault gardener agent on my machine and verify it is working.