← Back to Skills Marketplace
Beta Calendar Optimizer
by
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install betacalopt
Description
Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with dea...
README (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)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install betacalopt - After installation, invoke the skill by name or use
/betacalopt - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Beta Calendar Optimizer?
Analyzes and rewrites calendar events into clear, actionable tasks. Removes meeting fluff and converts vague descriptions into specific deliverables with dea... It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Beta Calendar Optimizer?
Run "/install betacalopt" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Beta Calendar Optimizer free?
Yes, Beta Calendar Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Beta Calendar Optimizer support?
Beta Calendar Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Beta Calendar Optimizer?
It is built and maintained by 1477009639zw-blip (@1477009639zw-blip); the current version is v1.0.0.
More Skills