Add Temporal Cortex skills (datetime + scheduling + router + calendar-scheduling)
loading diff…
Repository: https://github.com/temporal-cortex/skills Category: Calendar & Scheduling License: MIT
4 skills that teach AI agents how to work with calendars through the Temporal Cortex MCP server:
| Skill | Tools | Setup | Description |
|---|---|---|---|
| Temporal Cortex | 15 (all) | — | Router: routes to the right sub-skill based on user intent |
| Temporal Cortex Datetime | 5 | Zero-setup | Timezone conversion, natural language time resolution, duration math |
| Temporal Cortex Scheduling | 11 | OAuth | Calendar discovery, events, free slots, availability, open scheduling, booking |
| Calendar Scheduling | 15 (all) | — | Legacy alias for the router — kept for discoverability |
Split at the credential boundary: datetime tools are pure computation (zero-setup), scheduling tools need OAuth (Google/Outlook/CalDAV).
Works across Claude Code, Claude Desktop, Cursor, Windsurf, and 20+ other MCP-compatible platforms.
MCP Server: @temporal-cortex/cortex-mcp
Replaces #242 (closed — project restructured from single skill to multi-skill layout, migrated to
temporal-cortexorg)