← 返回 Skills 市场
a85012712

Task Scheduler

作者 a85012712 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jw-task-scheduler
功能描述
智能任务调度技能 - 定时任务、周期任务、一次性提醒的创建与管理。适用于自动化运维、定时报告、提醒通知。觸發詞:定時、排程、排程任務、自動化、提醒、周期任务。
使用说明 (SKILL.md)

Task Scheduler

智能任务调度技能,帮助您创建和管理定时任务。

功能

1. 定时任务

  • 周期性执行(每X分钟/小时/天)
  • 特定时间执行(每天07:30、每周一09:00)
  • 一次性任务(20分钟后提醒、明天中午12:00)

2. 任务管理

  • 查看任务列表
  • 暂停/恢复任务
  • 删除任务
  • 修改任务配置

3. 通知渠道

  • 飞书消息推送
  • 控制台输出
  • 日志文件记录

使用方式

创建定时任务

帮我创建一个定时任务,每天07:30发早汇报

创建提醒

20分钟后提醒我喝水

查看任务列表

查看所有定时任务

删除任务

删除"早汇报"定时任务

任务格式示例

Cron表达式

  • 0 30 7 * * * - 每天07:30
  • 0 0 9 * * 1 - 每周一09:00
  • 0 */4 * * * - 每4小时
  • 0 0 22 * * * - 每天22:00

任务描述

任务名称:早汇报
执行时间:每天07:30
执行内容:读取昨日记忆,生成汇报,通过飞书发送
通知渠道:飞书消息

注意事项

  • 任务执行时会自动读取相关文件(memory/昨日.md)
  • 重要任务失败会自动重试(最多3次)
  • 任务执行结果会记录到日志
安全使用建议
This skill asks the agent to read local files (e.g., memory/昨日.md) and to send messages via Feishu, but the package provides no details about where Feishu credentials or webhooks come from and does not declare any config paths. Before installing: confirm with the developer how Feishu integration is configured (which env vars or webhook URL will be used), restrict or review which local directories the skill can access (so it cannot read arbitrary sensitive files), and prefer an implementation that declares required credentials and config paths. If you cannot verify how external posting will be authenticated or which files will be read, avoid enabling autonomous invocation or installing the skill.
功能分析
Type: OpenClaw Skill Name: jw-task-scheduler Version: 1.0.0 The skill bundle contains only metadata and documentation (SKILL.md) for a task scheduling tool. It describes standard functionality for managing periodic tasks, reminders, and notifications via Feishu, with no executable code or malicious instructions present.
能力评估
Purpose & Capability
The skill claims task scheduling, local-report generation, and Feishu message delivery — those capabilities are plausible together. However, the metadata declares no required credentials, config paths, or setup for Feishu or for accessing the user's 'memory' files. Requesting no env/config while claiming external messaging integration is inconsistent.
Instruction Scope
SKILL.md explicitly instructs the agent that '任务执行时会自动读取相关文件(memory/昨日.md)' and to generate reports from '昨日记忆' and send via Feishu. That directs the agent to read local files and to transmit content to an external service. The instructions do not specify where Feishu credentials come from or what exact files/locations will be accessed beyond a single example.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing is written to disk by an installer, which is the lowest-risk install model.
Credentials
The skill references Feishu notifications but declares no required env vars or primary credential. If it actually sends messages to Feishu it will need API tokens or webhook URLs; the lack of declared credentials or config paths is disproportionate and unexplained. It also implies reading local files (memory/...), which is a sensitive capability that should be declared.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default). Autonomous execution combined with file reads and external posting increases potential impact, but the skill does not request permanent system-wide privileges or modify other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jw-task-scheduler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jw-task-scheduler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Task scheduling skill for automation and reminders
元数据
Slug jw-task-scheduler
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Task Scheduler 是什么?

智能任务调度技能 - 定时任务、周期任务、一次性提醒的创建与管理。适用于自动化运维、定时报告、提醒通知。觸發詞:定時、排程、排程任務、自動化、提醒、周期任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 Task Scheduler?

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

Task Scheduler 是免费的吗?

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

Task Scheduler 支持哪些平台?

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

谁开发了 Task Scheduler?

由 a85012712(@a85012712)开发并维护,当前版本 v1.0.0。

💬 留言讨论