← 返回 Skills 市场
sky-lv

Skylv Intelligent Scheduler

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
63
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-intelligent-scheduler
功能描述
Schedule tasks, manage priorities, resolve conflicts, and handle time zones. Auto-optimizes your agent's workload and prevents double-booking.
使用说明 (SKILL.md)

intelligent-scheduler

Schedule tasks intelligently. Handle priorities, time zones, and conflicts automatically — never miss a deadline or double-book again.

What It Does

Manage your agent's time like a pro:

  • Task scheduling — Add tasks with deadlines and priorities
  • Priority queues — Critical tasks always come first
  • Conflict detection — Auto-detect overlapping commitments
  • Timezone handling — Schedule across multiple time zones seamlessly
  • Smart rescheduling — Auto-fill gaps and optimize your calendar

Quick Start

# 1. Schedule a high-priority task
node scheduler.js add "Review PR #42" --time "14:00" --priority high

# 2. Check for conflicts today
node scheduler.js check-conflicts --date today

# 3. View prioritized queue
node scheduler.js queue --sort priority

# 4. Convert meeting time for remote team
node scheduler.js convert "14:00 Asia/Shanghai" --to "America/New_York"
# → 01:00 EDT (next day)

Common Use Cases

📋 Daily Task Prioritization

# Add tasks with priorities
node scheduler.js add "Fix critical bug" --priority critical
node scheduler.js add "Update documentation" --priority medium
node scheduler.js add "Research new library" --priority low

# View queue sorted by priority
node scheduler.js queue --sort priority
# → 1. Fix critical bug (critical)
# → 2. Update documentation (medium)
# → 3. Research new library (low)

🌍 Multi-Timezone Meeting Coordination

# Schedule meeting in your timezone
node scheduler.js add "Client call" --time "2024-03-15 09:00" --tz "America/New_York"

# Check what time that is for your teammate in Tokyo
node scheduler.js convert "2024-03-15 09:00 America/New_York" --to "Asia/Tokyo"
# → 22:00 JST (same day)

⚠️ Prevent Double-Booking

# Add two overlapping events
node scheduler.js add "Team standup" --time "09:00" --duration 30
node scheduler.js add "Client call" --time "09:15" --duration 45

# Detect conflicts
node scheduler.js check-conflicts --date today
# → CONFLICT: "Team standup" (09:00-09:30) overlaps "Client call" (09:15-10:00)

🔄 Auto-Optimize Schedule

# Fill gaps and reschedule around priorities
node scheduler.js auto-reschedule --fill-gaps --respect-priority
# Moves low-priority tasks to fill empty slots
# Keeps critical tasks at preferred times

All Commands

Command Purpose
add "task" --time X Schedule a task
queue --sort priority View prioritized task list
promote "task" --to critical Change task priority
check-conflicts --date X Find scheduling conflicts
convert "time" --to TZ Convert between time zones
auto-reschedule Optimize schedule automatically

Priority Levels

critical > high > medium > low > deferred

Use critical for outages and deadlines. Use deferred for "someday" tasks.


Configuration

// .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"
  ]
}

Examples

Schedule with dependency:

node scheduler.js add "Review PR" --time "14:00" --priority high
node scheduler.js add "Deploy after review" --time "16:00" --depends "Review PR"

Filter today's tasks:

node scheduler.js queue --filter today

Respect work hours:

node scheduler.js add "Urgent task" --time "20:00" --respect-work-hours false
安全使用建议
Before installing or using this skill, confirm whether a trusted `scheduler.js` implementation exists and avoid running similarly named scripts from untrusted directories. If you connect it to real calendar data, require a preview and approval step before automatic rescheduling.
功能分析
Type: OpenClaw Skill Name: skylv-intelligent-scheduler Version: 1.0.0 The skill bundle for 'intelligent-scheduler' contains metadata and documentation describing a standard task management utility. The SKILL.md file outlines legitimate features such as priority queuing, conflict detection, and timezone conversion via a CLI tool (scheduler.js). No malicious code, data exfiltration patterns, or prompt injection attempts were identified in the provided files.
能力评估
Purpose & Capability
The described scheduler features—tasks, priorities, conflict checks, timezone conversion, and rescheduling—match the documented purpose.
Instruction Scope
The skill documents automatic schedule changes via `auto-reschedule`; this is expected for a scheduler, but users should review proposed changes before applying them to real calendars or commitments.
Install Mechanism
The skill is listed as instruction-only with no install spec, but its examples rely on `node scheduler.js`; the referenced script and Node requirement are not present in the provided artifacts.
Credentials
No credentials, environment variables, network access, OS-specific privileges, or broad file access are requested.
Persistence & Privilege
Only a sample `.scheduler/config.json` is shown; no background worker, privileged persistence, credential store, or autonomous service is declared.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skylv-intelligent-scheduler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skylv-intelligent-scheduler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of intelligent-scheduler. - Schedule tasks with deadlines and priorities, preventing double-booking. - Automatically detect conflicts and optimize task order using a priority queue. - Full support for time zone conversion and multi-timezone scheduling. - Smart rescheduling to fill gaps and maintain critical task priority. - Configurable rules for work hours, buffer times, and team preferences.
元数据
Slug skylv-intelligent-scheduler
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Skylv Intelligent Scheduler 是什么?

Schedule tasks, manage priorities, resolve conflicts, and handle time zones. Auto-optimizes your agent's workload and prevents double-booking. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。

如何安装 Skylv Intelligent Scheduler?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-intelligent-scheduler」即可一键安装,无需额外配置。

Skylv Intelligent Scheduler 是免费的吗?

是的,Skylv Intelligent Scheduler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skylv Intelligent Scheduler 支持哪些平台?

Skylv Intelligent Scheduler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skylv Intelligent Scheduler?

由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。

💬 留言讨论