/install intelligent-scheduler
intelligent-scheduler
Context-aware intelligent scheduler — handle time zones, prioritize tasks, resolve conflicts, and optimize schedules for AI agents.
Skill Metadata
- Slug: intelligent-scheduler
- Version: 1.0.0
- Description: Context-aware scheduling system for AI agents. Handles multi-timezone scheduling, priority-based task queues, conflict detection and resolution, and adaptive schedule optimization based on agent workload and user preferences.
- Category: automation
- Trigger Keywords:
scheduler,task scheduling,priority queue,calendar,conflict resolution,timezone,schedule optimization
Capabilities
1. Schedule Tasks
```bash node scheduler.js add "Review PR #42" --time "14:00" --tz "Asia/Shanghai" --priority high node scheduler.js add "Deploy v2.0" --time "2024-03-15 09:00" --tz "America/New_York" --depends "Review PR #42" ```
2. Priority Queue Management
```bash node scheduler.js queue --sort priority node scheduler.js queue --filter today node scheduler.js promote "Urgent hotfix" --to critical ```
Priority levels: critical > high > medium > low > deferred
3. Conflict Detection
```bash node scheduler.js check-conflicts --date 2024-03-15
Output: CONFLICT: "Team standup" (09:00-09:30) overlaps "Client call" (09:15-10:00)
```
4. Timezone Conversion
```bash node scheduler.js convert "14:00 Asia/Shanghai" --to "America/New_York"
Output: 01:00 EDT (next day)
```
5. Smart Rescheduling
```bash node scheduler.js auto-reschedule --fill-gaps --respect-priority ``` Automatically moves tasks to fill schedule gaps while respecting priorities and dependencies.
Configuration
```json // .scheduler/config.json { "timezone": "Asia/Shanghai", "workHours": { "start": "09:00", "end": "18:00" }, "bufferMinutes": 15, "rules": [ "No meetings before 10:00 on Mondays", "Reserve Friday afternoons for deep work", "Critical tasks always scheduled first" ] } ```
Use Cases
- Agent Task Management: Schedule and prioritize agent tasks
- Meeting Coordination: Handle multi-timezone meeting scheduling
- Cron Job Optimization: Space out automated tasks to avoid resource contention
- Deadline Management: Track and prioritize tasks by deadline proximity
- Work-Life Balance: Enforce work hours and break scheduling
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install intelligent-scheduler - 安装完成后,直接呼叫该 Skill 的名称或使用
/intelligent-scheduler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Intelligent Scheduler 是什么?
Context-aware intelligent scheduler for AI agents — time zone handling, priority queues, conflict resolution, and adaptive scheduling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Intelligent Scheduler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install intelligent-scheduler」即可一键安装,无需额外配置。
Intelligent Scheduler 是免费的吗?
是的,Intelligent Scheduler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Intelligent Scheduler 支持哪些平台?
Intelligent Scheduler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Intelligent Scheduler?
由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。