
billylui skills on Remote OpenClaw
4 skills published by billylui. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
calendar-scheduling
Routes calendar operations to two sub-skills: one for datetime and timezone work, one for full scheduling against real calendars. Works with Google Calendar, Outlook, and CalDAV. Provides 18 tools covering availability checking, event listing, free slot finding, and booking.
temporal-cortex
Router skill for calendar management across Google Calendar, Outlook, and CalDAV. Routes requests to two sub-skills: one for datetime resolution and timezone math, one for scheduling, availability queries, and booking. Uses 18 tools across 5 layers, from contact lookup to atomic slot reservation.
temporal-cortex-scheduling
Connects to Google Calendar, Outlook, and CalDAV to list events, find open time slots, and book meetings. Uses a Two-Phase Commit protocol to prevent conflicting writes when multiple agents attempt to book the same slot. Supports merged availability across multiple calendars and expanding recurring events into concrete dates.
temporal-cortex-datetime
Five offline datetime tools covering timezone conversion, natural language time resolution, duration computation, and DST-aware timestamp adjustment. Runs as a compiled Rust binary installed once via npm; all subsequent executions are fully offline. No API keys, OAuth, or credentials required.