← 返回 Skills 市场
mehulupase01

Smart Scheduler

作者 Mehul Bhojraj Upase · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
375
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-scheduler
功能描述
Coordinate meeting requests, proposed time slots, confirmations, and ICS exports from a local scheduling ledger.
安全使用建议
This skill appears to be a local, self-contained scheduler: it creates a .runtime directory, a SQLite DB, and writes ICS files under the base directory you pass. Before installing or using it, (1) confirm you will pass a safe base-dir (avoid pointing it at a system or home directory you don't want modified), (2) review the full script in your environment to ensure there are no network calls or unexpected behaviors in any truncated portions, and (3) run the included tests in a disposable temp directory to validate behavior. Because it has no credential or network access in the provided code, the primary risk is accidental local data overwrite (DB or ICS) if given an inappropriate base_dir.
功能分析
Type: OpenClaw Skill Name: smart-scheduler Version: 0.1.0 The smart-scheduler skill is a legitimate tool for managing meeting requests and exporting ICS files. The implementation in scripts/smart_scheduler.py uses a local SQLite database with parameterized queries to prevent SQL injection and relies solely on Python standard libraries, showing no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (scheduling, proposals, confirmations, ICS export) match the required binary (python), the included scripts, and the CLI actions. The DB and filesystem usage (base_dir/.runtime) are appropriate for a local ledger-based scheduler.
Instruction Scope
SKILL.md instructs running the included Python CLI against a skill directory and storing state under .runtime. The script's operations (create request, propose slots, confirm, export ICS) stay within that scope and reference only local files/DB; there are no instructions to read arbitrary system files, environment secrets, or call external endpoints.
Install Mechanism
This is instruction-only with no install spec. It relies on an existing python binary on PATH; no external downloads or package installs are specified.
Credentials
The skill declares no required environment variables or credentials, and the code does not access environment secrets. It only reads/writes under the provided base_dir, which is proportional to its function.
Persistence & Privilege
always is false and the skill is user-invocable. The skill persists its own SQLite DB and ICS files under base_dir/.runtime but does not request system-wide config changes or other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-scheduler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-scheduler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release
元数据
Slug smart-scheduler
版本 0.1.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Smart Scheduler 是什么?

Coordinate meeting requests, proposed time slots, confirmations, and ICS exports from a local scheduling ledger. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 375 次。

如何安装 Smart Scheduler?

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

Smart Scheduler 是免费的吗?

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

Smart Scheduler 支持哪些平台?

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

谁开发了 Smart Scheduler?

由 Mehul Bhojraj Upase(@mehulupase01)开发并维护,当前版本 v0.1.0。

💬 留言讨论