← 返回 Skills 市场
billylui

temporal-cortex-scheduling

作者 Billy Lui · GitHub ↗ · v0.9.1 · MIT-0
cross-platform ⚠ suspicious
816
总下载
1
收藏
1
当前安装
24
版本数
在 OpenClaw 中安装
/install temporal-cortex-scheduling
功能描述
List events, find free slots, and book meetings across Google Calendar, Outlook, and CalDAV. Multi-calendar availability merging, recurring event expansion,...
安全使用建议
Things to check before installing or running this skill: 1) Verify provenance: confirm the npm package page (@temporal-cortex/cortex-mcp) and the GitHub repo/releases SKILL.md references actually exist and match the package version. The registry metadata showed Source: unknown and Homepage: none while SKILL.md lists URLs — resolve that discrepancy first. 2) Verify the binary: follow the SKILL.md verification steps (npm pack --dry-run, fetch SHA256SUMS.txt from the GitHub release, and shasum -a 256 against the installed binary). If you cannot independently verify the release, prefer the Docker containment workflow so the binary writes only to a mounted config directory. 3) Protect credentials: the skill stores OAuth tokens at ~/.config/temporal-cortex/credentials.json. Treat that file as sensitive. Inspect its contents and back it up appropriately. Ensure your OAuth app/client secrets (if you provide them) are for a dedicated app and not reuse high-privilege credentials. 4) Understand Platform Mode and Open Scheduling: Platform Mode will call api.temporal-cortex.com for cross-user discovery/booking. Open Scheduling exposes unauthenticated public endpoints for a user's Temporal Link — using those features can publish availability and allow bookings without OAuth. If you do not want data shared with Temporal Cortex servers or public availability, keep the skill in Local Mode and do not enable Open Scheduling. 5) If you need higher assurance: review the project's source repository and CI build artifacts (reproducible build claims), or run the MCP server inside a container with the config directory mounted. If you cannot validate the binary and provenance, treat installation as higher-risk. What would change this assessment: if the registry metadata were corrected to link to a verifiable npm package and GitHub release whose checksums and reproducible build logs match the distributed binary (and you can audit the source), this would move the assessment toward benign. Conversely, if the package registry or claimed releases cannot be found or checksums don't match, consider it unsafe.
功能分析
Type: OpenClaw Skill Name: temporal-cortex-scheduling Version: 0.9.1 The temporal-cortex-scheduling skill provides a comprehensive set of tools for managing Google, Outlook, and CalDAV calendars. It utilizes a local MCP server (a Rust binary distributed via npm) with well-documented security practices, including SHA256 checksum verification during installation and a Two-Phase Commit protocol for booking safety. The skill stores OAuth credentials locally at ~/.config/temporal-cortex/ and includes explicit instructions for the AI agent to seek user confirmation before performing write operations or sending proposals. No evidence of malicious intent, unauthorized data exfiltration, or harmful prompt injection was found.
能力评估
Purpose & Capability
The skill's name/description, required binary (npx), and the two config paths (~/.config/temporal-cortex/credentials.json and config.json) are coherent with a calendar integration that stores OAuth tokens locally. However registry metadata lists Source: unknown / Homepage: none while SKILL.md claims a homepage and GitHub repository — that provenance mismatch is unexpected and should be verified.
Instruction Scope
SKILL.md instructions focus on installing/running a local MCP server which reads/writes only ~/.config/temporal-cortex/, authenticates to Google/Outlook/CalDAV, and performs network calls only to calendar providers or (in Platform Mode) api.temporal-cortex.com. This is in-scope for scheduling, but Platform Mode tools (resolve_identity, query_public_availability, request_booking) call external Temporal Cortex endpoints and Open Scheduling endpoints are described as unauthenticated public APIs — understand what data (availability metadata, booking requests) will be sent to that service before enabling Platform Mode.
Install Mechanism
The install is an npm package (@temporal-cortex/cortex-mcp) whose postinstall downloads a platform-specific compiled binary from the project's GitHub Releases. While SKILL.md says the postinstall verifies SHA256 and suggests independent checksum verification and Docker containment, this is a supply-chain risk: a remote binary is being written and executed on your machine and there are no local source code files in the skill bundle to audit. Verify the npm package page, the GitHub release, and checksums before installing; prefer the Docker containment option if you cannot fully verify the binary.
Credentials
The skill declares no required environment variables (reasonable). SKILL.md documents optional env vars for custom OAuth and platform-mode settings (GOOGLE_CLIENT_ID/SECRET, MICROSOFT_CLIENT_ID/SECRET, API_BASE_URL, REDIS_URLS, LOCK_TTL_SECS). These are plausible for the described features. The notable sensitive artifact is the local credentials file (~/.config/temporal-cortex/credentials.json) which will contain OAuth tokens — expected for calendar integrations but worth protecting and verifying that tokens are not exfiltrated in Local Mode.
Persistence & Privilege
The skill does not request 'always: true' and does not declare modification of other skills or system-wide agent settings. It does install a helper binary (cortex-mcp) and stores credentials in its own config directory; that is expected for a local calendar agent. Still verify the binary and its claimed filesystem/network restrictions before granting long-term presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install temporal-cortex-scheduling
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /temporal-cortex-scheduling 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.9.1
Release v0.9.1
v0.8.1
Release v0.8.1
v0.8.0
Release v0.8.0
v0.7.9
Release v0.7.9
v0.7.8
Release v0.7.8
v0.7.7
Release v0.7.7
v0.7.6
Release v0.7.6
v0.7.5
Release v0.7.5
v0.7.4
Release v0.7.4
v0.7.3
Release v0.7.3
v0.7.2
Release v0.7.2
v0.7.1
Release v0.7.1
v0.7.0
Release v0.7.0
v0.6.2
Release v0.6.2
v0.6.1
Release v0.6.1
v0.6.0
Release v0.6.0
v0.5.9
Release v0.5.9
v0.5.8
Release v0.5.8
v0.5.7
Release v0.5.7
v0.5.6
Release v0.5.6
元数据
Slug temporal-cortex-scheduling
版本 0.9.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 24
常见问题

temporal-cortex-scheduling 是什么?

List events, find free slots, and book meetings across Google Calendar, Outlook, and CalDAV. Multi-calendar availability merging, recurring event expansion,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 816 次。

如何安装 temporal-cortex-scheduling?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install temporal-cortex-scheduling」即可一键安装,无需额外配置。

temporal-cortex-scheduling 是免费的吗?

是的,temporal-cortex-scheduling 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

temporal-cortex-scheduling 支持哪些平台?

temporal-cortex-scheduling 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 temporal-cortex-scheduling?

由 Billy Lui(@billylui)开发并维护,当前版本 v0.9.1。

💬 留言讨论