← 返回 Skills 市场
470
总下载
1
收藏
4
当前安装
6
版本数
在 OpenClaw 中安装
/install smart-task-scheduler
功能描述
智能任务与排班管理系统,支持多时段工作安排、动态排班和上班时间自适应提醒
安全使用建议
This skill is generally coherent for a Feishu-based scheduler, but check a few things before installing: 1) Confirm the missing function: SKILL.md cron examples call 'check_shift_reminders' but that function is not defined in the tool list—ask the author to clarify or provide the full SKILL.md/api. 2) Review the Feishu app permissions you grant with FEISHU_APP_ID/FEISHU_APP_SECRET — those credentials allow the app to send messages and possibly read user/app data; only grant the minimum scopes. 3) Verify where schedule and task files will be read from/written to (SCHEDULE_FILE_PATH, TASKS_FILE_PATH, workspace/*) and ensure those paths are acceptable. 4) Because this is instruction-only with no source/homepage, prefer to obtain source code or an official homepage before giving secrets. If the author cannot clarify the undefined function or file-access behavior, treat the skill with caution.
功能分析
Type: OpenClaw Skill
Name: smart-task-scheduler
Version: 1.0.6
The skill bundle describes a legitimate 'Smart Task Scheduler' designed to manage work shifts and dynamic reminders, with integration for Feishu (Lark). The documentation in SKILL.md and metadata in _meta.json outline standard task management features, including schedule importing and automated cron jobs for reminders. While it requires sensitive environment variables (FEISHU_APP_ID, FEISHU_APP_SECRET), this is consistent with its stated purpose, and there is no evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
The skill claims scheduling and Feishu-based reminders; the only required env vars are FEISHU_APP_ID and FEISHU_APP_SECRET, which are appropriate for sending notifications via Feishu. Declared capabilities (importing schedules, calculating reminders, natural-language updates) match the documented interfaces.
Instruction Scope
SKILL.md stays within scheduling/reminder scope, describing file-based schedules, import/update/show/add/calculate actions and cron entries. Two issues to confirm: (1) the cron examples reference a 'check_shift_reminders' action that is not defined among the documented tool interfaces; (2) SKILL.md mentions optional env vars/file paths (SCHEDULE_FILE_PATH, TASKS_FILE_PATH, workspace/ paths) that are not listed in requires.env — the skill expects access to workspace files and these envs if used.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an install step in the bundle itself.
Credentials
Requested env vars (FEISHU_APP_ID, FEISHU_APP_SECRET) are proportional to sending notifications through Feishu. However, SKILL.md references additional optional env/file path variables (SCHEDULE_FILE_PATH, TASKS_FILE_PATH) not declared in the metadata; confirm whether those will be read and what file locations will be used.
Persistence & Privilege
always:false and standard autonomous invocation are used. The doc suggests creating platform cron jobs (openclaw cron add) to schedule periodic agent calls — this is expected for a scheduler but requires the user to create/approve those cron jobs; the skill itself does not request forced always-on privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-task-scheduler - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-task-scheduler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
smart-task-scheduler 1.0.6
- 移除 config.json 配置文件,简化配置结构
v1.0.5
- Updated environment variable requirements: FEISHU_CALENDAR_ID is no longer required; only FEISHU_APP_ID and FEISHU_APP_SECRET are needed.
- Removed mention and configuration of Feishu Calendar schedule/event integration from documentation.
- Adjusted cron setup instructions and output summaries to match new integration and reminder model.
- Refined description and feature sections to reflect the removal of direct calendar event creation.
- Clarified that all reminders are now handled through smart dialogue reminders, without Feishu calendar sync.
v1.0.3
- Updated documentation in SKILL.md with improved formatting and content clarity.
- No changes to features or APIs; this version focuses on documentation improvements only.
v1.0.2
Version 1.0.2
- Added initial config.json file for configuration management.
- Documentation (SKILL.md) updated for clarity, no functional changes to APIs or features.
- No breaking changes; all interfaces and usage remain the same.
v1.0.1
- Documentation refreshed: SKILL.md updated and expanded without changes to logic or code.
- Enhanced clarity and examples in usage instructions and data structures.
- No functional or interface changes; this is a documentation-only update.
v1.0.0
smart-task-scheduler 1.0.0 — 首发版
- 支持多时段(如早、晚、早晚)复杂排班管理和Excel/CSV导入
- 动态提醒规则,依据每日排班智能计算提醒时间
- 飞书日程与对话双重提醒,提升任务可靠性
- 可用自然语言直接修改或查询排班
- 智能为任务匹配最合适的工作时段与提醒方式
元数据
常见问题
Smart Task Scheduler 是什么?
智能任务与排班管理系统,支持多时段工作安排、动态排班和上班时间自适应提醒. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 470 次。
如何安装 Smart Task Scheduler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-task-scheduler」即可一键安装,无需额外配置。
Smart Task Scheduler 是免费的吗?
是的,Smart Task Scheduler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Smart Task Scheduler 支持哪些平台?
Smart Task Scheduler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smart Task Scheduler?
由 KennyPan(@cnkennypan)开发并维护,当前版本 v1.0.6。
推荐 Skills