← 返回 Skills 市场
Shift Scheduler
作者
fangwei-frank
· GitHub ↗
· v1.0.0
· MIT-0
162
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shift-scheduler
功能描述
Staff shift scheduling and management assistant for retail store managers and employees. Answers shift queries, sends reminders, handles swap requests, and m...
安全使用建议
This skill appears to do what it says: parse schedules, validate them, and help with shift queries and swaps. Before installing, confirm the following: (1) How will Google Sheets or WeCom integrations authenticate? If those features are needed, ask the author whether the agent will request service-account keys or OAuth tokens and where those should be stored; avoid giving broad org credentials until you understand scope. (2) Where and how are reminders and notifications sent (WeCom, email, other internal systems)? Ensure the configured endpoints are authorized and audited. (3) Review retention/archiving behavior for schedule files (they contain staff personal info). (4) Running the included parser may require installing pandas/openpyxl to handle Excel; ensure that dependency installation is acceptable. If you need stronger guarantees, request the author to (a) document exactly which env vars/credentials (if any) are required for each integration, (b) provide code or config showing how messages are delivered, and (c) limit required permissions to the minimum (e.g., read-only sheet access or a service account with only calendar read scope).
能力评估
Purpose & Capability
The name/description match the included files: parsing schedules, answering queries, swap/time-off flows, and routing on-call. The shipped parser (scripts/parse_schedule.py) handles CSV/Excel/text input as described. SKILL.md also documents Google Sheets and WeCom Calendar options, but no code or required env vars are provided for those integrations — this is plausible if those sources are expected to be provided via configuration or manual export, but it is an inconsistency to surface.
Instruction Scope
Runtime instructions focus on schedule parsing, validation, reminders, swap/time-off flows, and routing. They reference configuration locations (skills_config.shift-scheduler, permissions_config) and other skills for escalation routing; they do not instruct reading arbitrary system files or access to unrelated credentials. Actions like sending reminders and routing imply outbound messaging, but specific transport/integration steps are not implemented in the included code and would rely on the agent's environment/config.
Install Mechanism
This is an instruction-only skill with a small Python utility file. There is no install spec, no downloads, and no archive extraction. The parser optionally depends on pandas (import guarded) — installing pandas is a normal, expected dependency to parse Excel/CSV.
Credentials
The skill declares no required env vars or primary credential, which is coherent if managers supply files or public sheet links. However SKILL.md references Google Sheets service account access and WeCom API integration (which normally require credentials). The absence of declared env variables for these integrations is either an intentional choice (optional features) or an omission; verify how the integrations are expected to be authenticated before granting credentials.
Persistence & Privilege
The skill is not force-included (always:false) and allows normal autonomous invocation. It does not request to modify other skills or system-wide agent settings. It does mention archiving previous schedules and writing parsed JSON to output — expected behavior for a scheduler.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install shift-scheduler - 安装完成后,直接呼叫该 Skill 的名称或使用
/shift-scheduler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
first release
元数据
常见问题
Shift Scheduler 是什么?
Staff shift scheduling and management assistant for retail store managers and employees. Answers shift queries, sends reminders, handles swap requests, and m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 Shift Scheduler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install shift-scheduler」即可一键安装,无需额外配置。
Shift Scheduler 是免费的吗?
是的,Shift Scheduler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Shift Scheduler 支持哪些平台?
Shift Scheduler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Shift Scheduler?
由 fangwei-frank(@fangwei-frank)开发并维护,当前版本 v1.0.0。
推荐 Skills