← 返回 Skills 市场
443
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-scheduler
功能描述
个人日程管理 Skill - 自然语言设置、自动提醒、重复日程、Web界面、导入导出
安全使用建议
This package largely does what it says: a local scheduler with NL input, a web UI, and local reminders. Before installing or running it: 1) Inspect and edit data/config.json to remove or replace the default feishu_user_id (do not leave the bundled ID); 2) Search the skill data folder after running for reminder_jobs.json / cron_jobs.json and confirm no unexpected recipient IDs or commands are stored; 3) Be aware that reminders are delivered by the platform capturing printed output — verify OpenClaw's delivery behavior in a safe test (use a test account or disable sending) so private reminders are not forwarded to third parties; 4) Note the code inconsistency: check_reminders.py expects a 'reminders' DB table that is never created — reminders may be managed via JSON files instead; test reminder flows end-to-end to ensure behavior matches your expectations; 5) Run the skill locally in a sandboxed environment if possible and audit the files it writes (data/*.json, scheduler.db) before trusting it with sensitive calendar data.
功能分析
Type: OpenClaw Skill
Name: personal-scheduler
Version: 1.0.0
The skill bundle contains a critical security vulnerability in `scripts/web_server.py`, where the Flask web server is configured to run in debug mode on all network interfaces (`0.0.0.0:8080`), which allows for Remote Code Execution (RCE) via the interactive debugger. Additionally, a specific Feishu user ID (`ou_669575f70b8b81dd5c431c4ed1ad41c4`) is hardcoded as a default in `scripts/scheduler.py` and `scripts/cron_manager.py`, which could lead to the unauthorized exfiltration of calendar event details to an external party if the user fails to update the configuration file as instructed in `SKILL.md`.
能力评估
Purpose & Capability
Name, description, and code files align: Python scripts implement natural-language parsing, local SQLite storage, web UI, import/export, and reminder creation. Requiring only python (and Flask at runtime) is proportionate to the stated purpose.
Instruction Scope
Runtime instructions are generally scoped to local operations (start web server, run scripts, edit data/config.json). However the reminder flow is inconsistent: some code (CronManager and scheduler) creates local JSON-based cron/reminder job records and constructs commands to call send_reminder.py, while check_reminders.py expects a database 'reminders' table that the rest of the code never creates — this mismatch can cause unexpected behavior. Also the skill relies on OpenClaw capturing printed output to deliver messages (Feishu), which means reminders are implicitly routed by platform behavior; that coupling should be explicit and understood by the user.
Install Mechanism
No install spec included; the SKILL.md asks only to pip install flask. All code is provided in the skill bundle, so nothing will be downloaded from external URLs during install — low install risk.
Credentials
The skill requests no environment secrets but embeds a default feishu_user_id in config/scheduler defaults (ou_669575f70b8b81dd5c431c4ed1ad41c4). If the user does not edit config.json, reminders may be marked to be sent to that external ID. Cron job entries and command strings are saved with that user ID. This is disproportionate/unexpected by default and could leak reminder content or metadata to an unintended recipient.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does persist state locally (scheduler.db, config.json, reminder_jobs.json, cron_jobs.json, backups). Creating local scheduled-job configuration files is expected for this functionality, but these files may contain commands and the recipient ID described above — check them if you install.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personal-scheduler - 安装完成后,直接呼叫该 Skill 的名称或使用
/personal-scheduler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
personal-scheduler 1.0.0
- 首次发布个人日程管理工具,支持自然语言添加、修改和删除日程
- 自动创建提醒,默认提前15分钟,通过飞书等渠道发送
- 支持重复日程、本地 SQLite 存储和自动备份
- 内置 Web 界面,支持中英文,拖拽调整日程和多视图切换
- 支持 .ics 日历格式的导入和导出,实现与主流日历互通
元数据
常见问题
个人日程管理 是什么?
个人日程管理 Skill - 自然语言设置、自动提醒、重复日程、Web界面、导入导出. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 443 次。
如何安装 个人日程管理?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-scheduler」即可一键安装,无需额外配置。
个人日程管理 是免费的吗?
是的,个人日程管理 完全免费(开源免费),可自由下载、安装和使用。
个人日程管理 支持哪些平台?
个人日程管理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 个人日程管理?
由 tech-fcc(@tech-fcc-sys)开发并维护,当前版本 v1.0.0。
推荐 Skills