← 返回 Skills 市场
Calendar Optimizer
作者
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
131
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install calendar-optimizer
功能描述
Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with dea...
使用说明 (SKILL.md)
Calendar Optimizer
Transforms messy calendar events into clear, actionable tasks.
Usage
python3 optimize.py --input calendar.csv --output tasks.md
Input Format
event,time,attendees
"Synergy sync - let's circle back",Monday 2pm,5
"Q4 Planning - moving forward paradigm shift",Tuesday 10am,8
Output
## Monday 2pm — Synergy Sync
**Actual topic:** Website redesign review
**Action:** Review mockups and give feedback
**Prep:** Bring 3 specific comments
**Attendees:** 5 (note: consider sending deputy)
## Tuesday 10am — Q4 Planning
**Actual topic:** Q4 OKR finalization
**Action:** Approve final OKRs
**Prep:** Review draft OKRs sent Friday
**Attendees:** 8 (decision-maker: Sarah)
安全使用建议
Do not assume the skill will process calendar CSVs as the README claims — the included script only handles a single event via --event and --time. If you want batch CSV → Markdown behavior, either (a) ask the publisher for an updated SKILL.md or a fixed script that supports --input/--output and CSV parsing, or (b) inspect and modify optimize.py locally to add a CSV-reading/writing wrapper before using it on real calendar data. Because the code is short and contains no network or credential access, it isn't overtly malicious, but the documentation-code mismatch is a real usability and coherence issue. Test the script on non-sensitive sample events first and review/approve any modifications before running on real calendars.
功能分析
Type: OpenClaw Skill
Name: calendar-optimizer
Version: 1.0.0
The calendar-optimizer skill is a simple text-processing utility designed to clean up meeting descriptions. The Python script (optimize.py) uses basic string manipulation and regular expressions to identify 'fluff' words and deadlines without any network access, file system modifications, or suspicious execution logic. While there is a minor discrepancy between the documentation's suggested usage and the script's actual command-line arguments, the code is entirely safe and lacks any indicators of malicious intent.
能力评估
Purpose & Capability
The stated purpose (convert calendar events into clear, actionable tasks) matches the script's core transformation logic at a conceptual level, but the SKILL.md claims batch CSV input and Markdown output. The bundled optimize.py does not accept --input/--output or parse CSV; it only accepts --event and --time and prints to stdout. This mismatch means the skill as packaged cannot perform the advertised batch workflow without modification.
Instruction Scope
SKILL.md instructs the agent to run 'python3 optimize.py --input calendar.csv --output tasks.md' and provides CSV/examples, implying file I/O and batch processing. The script's runtime instructions (and argparse) do not support those flags or file processing, so following the documentation will fail or cause the agent to attempt ad-hoc workarounds. The instructions do not request any unrelated files, env vars, or network access — the issue is scope mismatch, not hidden data access.
Install Mechanism
No install spec is provided; it's an instruction-only skill with a small included script. There is no remote download, package installation, or archive extraction — minimal disk impact and low install risk.
Credentials
The skill requires only python3 and declares no environment variables, credentials, or config paths. That is proportionate for the task and consistent with the code, which performs local string processing only.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify agent/system configuration. It does not attempt to store tokens or alter other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install calendar-optimizer - 安装完成后,直接呼叫该 Skill 的名称或使用
/calendar-optimizer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of calendar-optimizer.
- Converts vague or cluttered calendar events into clear, actionable markdown tasks.
- Extracts specific deliverables, prep steps, and deadlines from generic meeting descriptions.
- Provides improved clarity on attendees, prep requirements, and decision-makers for each event.
- CLI usage: process CSV input and generate organized markdown output.
元数据
常见问题
Calendar Optimizer 是什么?
Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with dea... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 Calendar Optimizer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install calendar-optimizer」即可一键安装,无需额外配置。
Calendar Optimizer 是免费的吗?
是的,Calendar Optimizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Calendar Optimizer 支持哪些平台?
Calendar Optimizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Calendar Optimizer?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills