← 返回 Skills 市场
Slot
作者
bytesagain4
· GitHub ↗
· v2.0.3
· MIT-0
171
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install slot
功能描述
Use when managing time slots, creating schedule blocks, detecting booking conflicts, exporting calendars, or applying scheduling templates for appointments.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install slot - 安装完成后,直接呼叫该 Skill 的名称或使用
/slot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Slot 是什么?
Use when managing time slots, creating schedule blocks, detecting booking conflicts, exporting calendars, or applying scheduling templates for appointments. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。
如何安装 Slot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install slot」即可一键安装,无需额外配置。
Slot 是免费的吗?
是的,Slot 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Slot 支持哪些平台?
Slot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Slot?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.3。
推荐 Skills