What problem does it solve? Scheduled jobs across multiple AI platforms need a single, identical executor that runs each job exactly once without duplicating work or silently failing when a queue is unreachable. This Skill provides that recurring executor: it checks queue reachability, reaps abandoned jobs, claims exactly one due job, runs it, and records a verifiable outcome beat. ## Core Features & Use Cases - Exactly-once job claiming: Uses the Blueprint connector's job_poke_* tools so the database decides which executor gets a job, even when several platforms poke simultaneously. - Abandoned-job recovery: Reaps expired leases from dead executors so interrupted work returns to the queue instead of being lost. - Traceable execution beats: Every run records the seat, routine trigger id, body reference (door=), and outcome, distinguishing a healthy idle run from a silent failure. - Use Case: A company signs into Claude and other AI platforms; each platform runs this identical hourly poke, and whichever wakes first claims the due job (e.g., a daily CRM sync), executes it, and beats ok with the exact body reference it ran. ## Quick Start Install this skill once per AI platform by creating an hourly schedule named "AII Poke · <platform> · <account email>" whose text invokes the aii-job-poke skill, with all listed Blueprint tools allowed.