← 返回 Skills 市场
sky-lv

Intelligent Scheduler

作者 SKY-lv · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
127
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install intelligent-scheduler
功能描述
Context-aware intelligent scheduler for AI agents — time zone handling, priority queues, conflict resolution, and adaptive scheduling
使用说明 (SKILL.md)

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

  1. Agent Task Management: Schedule and prioritize agent tasks
  2. Meeting Coordination: Handle multi-timezone meeting scheduling
  3. Cron Job Optimization: Space out automated tasks to avoid resource contention
  4. Deadline Management: Track and prioritize tasks by deadline proximity
  5. Work-Life Balance: Enforce work hours and break scheduling
安全使用建议
This skill looks like documentation or a usage example rather than a runnable skill: it shows commands that call `node scheduler.js` and a `.scheduler/config.json` but provides no code or install steps. Before installing or allowing the agent to use it, ask the publisher for: (1) the source code or a trustworthy install process (GitHub release or package manager), (2) explicit instructions about calendar integrations and any credentials required, and (3) justification for any network access the skill needs. If you cannot verify the code origin, do not let the agent fetch/execute arbitrary scripts — that is the primary risk here. Providing the missing install artifacts and documented integration points would reduce the concern.
功能分析
Type: OpenClaw Skill Name: intelligent-scheduler Version: 1.0.0 The provided files (_meta.json and SKILL.md) describe a standard task scheduling utility for AI agents. The documentation outlines features such as timezone conversion, priority management, and conflict resolution. There are no indicators of malicious intent, data exfiltration, or prompt injection attacks within the instructions. While the implementation logic (scheduler.js) is referenced in the documentation but not provided for review, the documentation itself is consistent with its stated purpose and lacks high-risk behaviors.
能力评估
Purpose & Capability
The SKILL.md describes a full-featured scheduler (time zones, priority queues, conflict resolution) which is coherent with the name. However, the examples call out commands like `node scheduler.js ...` and reference a local `.scheduler/config.json` even though the skill declares no required binaries, no code files, and no install spec. Also there is no mention of how calendar integration would work (no API tokens, endpoints, or sync mechanism). Requiring a local Node script and local config is inconsistent with the registry metadata.
Instruction Scope
The instructions tell an agent to run shell/Node commands and show a config path (.scheduler/config.json). Because the skill is instruction-only and includes no code, following those instructions would fail or prompt the agent to obtain/execute code from elsewhere. The SKILL.md does not specify where events are stored or how external calendars are accessed (no declared endpoints or credentials), which grants the agent ambiguous discretion.
Install Mechanism
There is no install spec and no code files. Yet the runtime examples assume an executable Node script. This is an incoherence: either the skill is incomplete documentation or it expects the agent/user to fetch and execute external code. That gap increases risk because an agent acting on these instructions might attempt to download/execute artifacts from untrusted sources.
Credentials
The skill declares no required environment variables, credentials, or config paths. This is proportionate in the sense that nothing sensitive is explicitly requested. However, practical calendar integration would typically require API tokens (not declared), so the absence of credential requests further suggests the package is incomplete or only intended for local-only scheduling.
Persistence & Privilege
The skill does not request always:true and allows normal model invocation. It does not claim to modify other skills or system-wide configuration. No elevated persistence privileges are requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install intelligent-scheduler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /intelligent-scheduler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of intelligent-scheduler: - Context-aware task scheduling for AI agents with multi-timezone support - Priority-based task queues and queue management - Automated conflict detection and resolution - Adaptive scheduling with smart rescheduling and optimization - Customizable work hours, buffer times, and rule-based scheduling - Designed for agent task management, meeting coordination, cron job optimization, and deadline tracking
元数据
Slug intelligent-scheduler
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论