← Back to Skills Marketplace
tech-fcc-sys

个人日程管理

by tech-fcc · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
443
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install personal-scheduler
Description
个人日程管理 Skill - 自然语言设置、自动提醒、重复日程、Web界面、导入导出
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install personal-scheduler
  3. After installation, invoke the skill by name or use /personal-scheduler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
personal-scheduler 1.0.0 - 首次发布个人日程管理工具,支持自然语言添加、修改和删除日程 - 自动创建提醒,默认提前15分钟,通过飞书等渠道发送 - 支持重复日程、本地 SQLite 存储和自动备份 - 内置 Web 界面,支持中英文,拖拽调整日程和多视图切换 - 支持 .ics 日历格式的导入和导出,实现与主流日历互通
Metadata
Slug personal-scheduler
Version 1.0.0
License
All-time Installs 3
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 个人日程管理?

个人日程管理 Skill - 自然语言设置、自动提醒、重复日程、Web界面、导入导出. It is an AI Agent Skill for Claude Code / OpenClaw, with 443 downloads so far.

How do I install 个人日程管理?

Run "/install personal-scheduler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 个人日程管理 free?

Yes, 个人日程管理 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does 个人日程管理 support?

个人日程管理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 个人日程管理?

It is built and maintained by tech-fcc (@tech-fcc-sys); the current version is v1.0.0.

💬 Comments