AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Skills

mcp-temporal-cortex-skills · by temporal-cortex

Agent Skill for AI calendar scheduling — teaches agents the temporal context, availability, and booking workflow

No reviews yet
0 installs
41 views
0.0% view→install

Install

$ agentstack add mcp-temporal-cortex-skills

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-temporal-cortex-skills)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Skills? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Temporal Cortex Skills

[](https://github.com/temporal-cortex/skills/actions/workflows/ci.yml) [](LICENSE)

v0.9.1 · March 2026 · [Changelog](CHANGELOG.md) · Website: temporal-cortex.com

Agent Skills that give AI agents scheduling capabilities — from finding contacts to booking or sending proposals. Built on Temporal Cortex open scheduling infrastructure with 18 tools across 5 layers. Compatible with 26+ agent platforms.

Skills

| Skill | Description | Tools | |-------|-------------|-------| | [temporal-cortex](skills/temporal-cortex/SKILL.md) | Router — routes calendar intents to sub-skills | All 18 | | [temporal-cortex-datetime](skills/temporal-cortex-datetime/SKILL.md) | Time resolution, timezone conversion, duration math (no credentials needed) | 5 | | [temporal-cortex-scheduling](skills/temporal-cortex-scheduling/SKILL.md) | Contact resolution, calendar ops, availability, booking, and Open Scheduling | 14 | | [calendar-scheduling](skills/calendar-scheduling/SKILL.md) | Legacy alias for temporal-cortex (auto-generated) | All 18 |

> Zero-setup Layer 1: The temporal-cortex-datetime skill works immediately — no OAuth, no API keys, no configuration. All 5 temporal tools (timezone conversion, datetime resolution, duration math) are pure computation. Connect calendar providers only when you need calendar operations (Layers 2-4).

Installation

npx skills add temporal-cortex/skills

Or manually:

git clone https://github.com/temporal-cortex/skills.git
cp -r skills/temporal-cortex* ~/.claude/skills/

MCP Server Connection

All skills share one MCP server. The included [.mcp.json](.mcp.json) provides the default configuration:

{
  "mcpServers": {
    "temporal-cortex": {
      "command": "npx",
      "args": ["-y", "@temporal-cortex/cortex-mcp"]
    }
  }
}

Layer 1 tools (temporal context, datetime resolution) work immediately. Calendar tools require a one-time OAuth setup:

npx @temporal-cortex/cortex-mcp auth google     # Google Calendar
npx @temporal-cortex/cortex-mcp auth outlook    # Microsoft Outlook
npx @temporal-cortex/cortex-mcp auth caldav     # CalDAV (iCloud, Fastmail)

Repository Structure

skills/
├── temporal-cortex/                  # Router skill
│   └── SKILL.md
├── temporal-cortex-datetime/         # Time & timezone tools (no credentials needed)
│   ├── SKILL.md
│   └── references/DATETIME-TOOLS.md
├── temporal-cortex-scheduling/       # Calendar ops + booking (needs OAuth)
│   ├── SKILL.md
│   └── references/
│       ├── BOOKING-SAFETY.md
│       ├── CALENDAR-TOOLS.md
│       ├── MULTI-CALENDAR.md
│       ├── OPEN-SCHEDULING.md
│       ├── RRULE-GUIDE.md
│       └── TEMPORAL-LINKS.md
└── calendar-scheduling/              # Legacy alias (auto-generated, do not edit)
    ├── SKILL.md
    └── references/
        └── SECURITY-MODEL.md
scripts/                              # Shared automation
├── setup.sh                          # OAuth + calendar connection
├── configure.sh                      # Timezone + week start
└── status.sh                         # Connection health check
assets/presets/                       # Workflow presets
├── meeting-coordinator.json
├── personal-assistant.json
├── recruiter-agent.json
└── team-coordinator.json

Tool Layers

| Layer | Tools | Skill | |-------|-------|-------| | 4. Booking | book_slot, request_booking | scheduling | | 3. Availability | get_availability, query_public_availability | scheduling | | 2. Calendar Ops | list_calendars, list_events, find_free_slots, expand_rrule, check_availability | scheduling | | 1. Temporal Context | get_temporal_context, resolve_datetime, convert_timezone, compute_duration, adjust_timestamp | datetime | | 0. Discovery | resolve_identity | scheduling |

Presets

| Preset | Use Case | Default Slot | |--------|----------|-------------| | Meeting Coordinator | Cross-user scheduling with Open Scheduling | 30 min | | Personal Assistant | General scheduling | 30 min | | Recruiter Agent | Interview coordination | 60 min | | Team Coordinator | Group meetings | 30 min |

FAQ

What agent platforms support these skills?

The skills follow the Agent Skills specification and work with Claude Code, Claude Desktop, OpenAI Codex CLI, Google Gemini CLI, GitHub Copilot, Cursor, Windsurf, and 20+ other platforms.

Can I use datetime skills without calendar credentials?

Yes. The temporal-cortex-datetime skill works immediately with zero setup — no OAuth or API keys needed. All 5 tools are pure computation with no external API calls.

What happened to calendar-scheduling?

The original calendar-scheduling skill was renamed to temporal-cortex at v0.5.1 when it was decomposed into a router + 2 focused sub-skills. The calendar-scheduling slug is still published on all directories as a backward-compatible alias — it is auto-generated from the router SKILL.md and installs the same MCP server.

How do the router and sub-skills interact?

The router skill (temporal-cortex) knows the full 7-step workflow and routes to the appropriate sub-skill based on intent. For a full scheduling workflow (resolve time → check availability → book), the agent progresses through datetime → scheduling sub-skills.

Listings

These skills are published on multiple directories:

  • ClawHub — All 3 skills + legacy calendar-scheduling alias published individually (auto-published on release via CI)
  • anthropics/skills — Official Anthropic skill directory (PR pending)
  • awesome-claude-skills — Community curated list (PR pending)

More

Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

License

[MIT](LICENSE)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.