← 返回 Skills 市场
1477009639zw-blip

Beta Calendar Optimizer

作者 1477009639zw-blip · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install betacalopt
功能描述
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)
安全使用建议
The doc (SKILL.md) claims batch CSV → markdown behavior, but optimize.py only accepts --event and --time and prints to stdout. This inconsistency could be an honest packaging/documentation bug or indicate an incomplete/misassembled skill. There are no obvious network calls or secret accesses in the code, which reduces immediate risk, but before installing or granting agent access you should: (1) verify the origin—source is unknown; (2) run the script in a sandbox/isolated environment; (3) test with a simple command like: python3 optimize.py --event "Synergy sync - let's circle back" --time "Monday 2pm" to confirm behavior; (4) if you expect CSV processing, request the maintainer provide an updated script or correct SKILL.md; and (5) avoid running untrusted code with elevated privileges or on sensitive machines until the mismatch is resolved.
功能分析
Type: OpenClaw Skill Name: betacalopt Version: 1.0.0 The skill is a simple utility for processing calendar event descriptions to remove corporate jargon and identify deadlines. The Python script (optimize.py) uses basic string manipulation and regular expressions without any network access, file system modifications, or sensitive data retrieval. While there is a minor functional discrepancy between the usage example in SKILL.md and the actual arguments in the code, no security risks or malicious behaviors were identified.
能力评估
Purpose & Capability
Name/description say it rewrites calendar events (batch CSV → tasks.md). The code (optimize.py) only accepts a single --event and --time and prints to stdout. That mismatch suggests the packaged files do not implement the described capability (either documentation is outdated or the code is incomplete).
Instruction Scope
SKILL.md instructs running: python3 optimize.py --input calendar.csv --output tasks.md (implying reading CSV and writing markdown). The script's runtime instructions do not match — the script requires --event and --time and only prints a short summary. The SKILL.md does not reference any other system files or secrets, and the script does not access files, env vars, or network, but the mismatch is problematic for expected behavior.
Install Mechanism
This is an instruction-only skill with no install spec. Required binary python3 is reasonable for a Python script; nothing is downloaded or written to disk beyond the included file.
Credentials
No environment variables, credentials, or config paths are requested. The script does not access external secrets or configs.
Persistence & Privilege
always is false and the skill has no install hooks or persistence. It does not request elevated or persistent system presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install betacalopt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /betacalopt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug betacalopt
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Beta 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 插件,目前累计下载 106 次。

如何安装 Beta Calendar Optimizer?

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

Beta Calendar Optimizer 是免费的吗?

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

Beta Calendar Optimizer 支持哪些平台?

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

谁开发了 Beta Calendar Optimizer?

由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。

💬 留言讨论