← Back to Skills Marketplace
xueyetianya

Slot

by bytesagain4 · GitHub ↗ · v2.0.3 · MIT-0
cross-platform ✓ Security Clean
171
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install slot
Description
Use when managing time slots, creating schedule blocks, detecting booking conflicts, exporting calendars, or applying scheduling templates for appointments.
Usage Guidance
This skill appears to do what it says: a local Bash-based scheduler that stores slots in a CSV under $HOME/.slot-manager (or a directory you set with SLOT_DATA_DIR). Before installing or running: 1) Note that data is stored locally — inspect ~/.slot-manager if you care about privacy or backups. 2) The script calls sha256sum to generate IDs; if your system lacks sha256sum (macOS may use shasum/coreutils), install the appropriate utility or adjust the script. 3) No network calls or credential requests are present, and the skill does not request special privileges. 4) As always, review the script contents and set SLOT_DATA_DIR if you want storage in a specific location.
Capability Analysis
Type: OpenClaw Skill Name: slot Version: 2.0.3 The 'Slot' skill is a local schedule manager that stores data in a CSV file within the user's home directory (~/.slot-manager). The bash script (scripts/script.sh) implements standard scheduling logic, including conflict detection and export to iCal format, without any network calls, unauthorized file access, or suspicious execution patterns. The instructions in SKILL.md are strictly aligned with the tool's stated purpose.
Capability Assessment
Purpose & Capability
The name/description (time slots, conflict detection, exports, templates) match the provided SKILL.md and the Bash implementation: creating/listing/checking/exporting slots and applying templates. There are no unrelated credentials, services, or surprising dependencies requested.
Instruction Scope
Runtime instructions are limited to running scripts/script.sh with explicit commands. The script only reads/writes a local CSV in $SLOT_DATA_DIR or $HOME/.slot-manager and uses standard shell utilities. Minor note: the script references an optional SLOT_DATA_DIR environment variable (used to change storage location) but SKILL.md does not document this optional env var.
Install Mechanism
No install spec or downloads — the skill is instruction-only plus a bundled script, so nothing is pulled from the network at install time. This is low-risk.
Credentials
The skill requires no secrets or declared env vars. The script does use an optional SLOT_DATA_DIR and the HOME variable for storage location. It also invokes external commands (e.g., sha256sum) that are not declared as required binaries in the manifest — this is a minor mismatch but not a sign of data-exfiltration or unrelated credential access.
Persistence & Privilege
always:false and user-invocable:true. The script persists only its own data under ~/.slot-manager (or SLOT_DATA_DIR). It does not modify other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install slot
  3. After installation, invoke the skill by name or use /slot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.3
Clean build
v2.0.2
v2.0.2 clean .claude-plugin, trigger re-review
v2.0.1
v2.0.0 full rewrite: name+description+script
v1.0.0
publish v1.0.0
Metadata
Slug slot
Version 2.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Slot?

Use when managing time slots, creating schedule blocks, detecting booking conflicts, exporting calendars, or applying scheduling templates for appointments. It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.

How do I install Slot?

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

Is Slot free?

Yes, Slot is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Slot support?

Slot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Slot?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.3.

💬 Comments