What problem does it solve? Spawned worker agents often don't know which tools, date-range helpers, or external integrations are available to them or how to invoke each one. This Skill provides a read-only capability catalog that lists every temporal skill and loopback-broker integration, with exact invocation commands, so workers stop guessing and start executing. ## Core Features & Use Cases - Temporal Date-Range Resolution: Named shortcuts like /today, /lastWeek, /last30Days, and /thisQuarter resolve to inclusive civil dates and half-open UTC instants, plus a generic resolver (when.mjs) for arbitrary windows like last90Days. - Brokered Integration Directory: Documents how to reach Slack thread replies, hive outbox messaging, MemPalace semantic memory, and the Enterprise Knowledge Graph through the credential-free loopback broker. - Environment Orientation: Explains injected variables (AGENT_ID, AGENT_DIR, HIVE_ROOT) and the boot-time files (identity.md, PROTOCOL.md) so workers understand their workspace. - Use Case: A worker tasked with "summarize last month's Slack activity" reads this catalog, resolves the date window with /lastMonth, then posts its findings back to the originating Slack thread using the documented broker command. ## Quick Start Read the capabilities catalog at boot to list your available temporal skills and integrations, then resolve a date range with the temporal resolver before calling any brokered integration.