← 返回 Skills 市场
Scheduler
作者
BytesAgain2
· GitHub ↗
· v2.0.0
· MIT-0
1843
总下载
1
收藏
17
当前安装
4
版本数
在 OpenClaw 中安装
/install scheduler
功能描述
Scheduler - command-line tool for everyday use Use when you need scheduler.
安全使用建议
This appears to be a straightforward, local scheduler that stores data at ~/.local/share/scheduler and does not ask for secrets or network access in the visible code. Before installing or running: (1) review the full scripts/script.sh file (the provided listing was truncated) to ensure there are no hidden network calls or commands later in the file; (2) run it in a sandbox or isolated account if you want to be cautious; (3) note that it will create and write log files under ~/.local/share/scheduler — back up or inspect that folder if you care about privacy; (4) if documentation and implemented commands differ, expect minor discrepancies but verify the commands you intend to use.
功能分析
Type: OpenClaw Skill
Name: scheduler
Version: 2.0.0
The scheduler skill is a basic local logging utility that records user-provided text into various log files within ~/.local/share/scheduler/. The script (scripts/script.sh) lacks any network capabilities, sensitive file access, or execution of arbitrary code, and its behavior aligns strictly with the stated purpose of task tracking and scheduling.
能力评估
Purpose & Capability
The name/description (scheduler/cron-like task manager) matches the code's behavior: it records tasks and events to log files under ~/.local/share/scheduler and provides commands for add/plan/track/export/status. There are no unrelated requirements (no env vars or external services).
Instruction Scope
SKILL.md describes basic scheduler commands and data storage location, which aligns with the script's behavior. Minor mismatch: SKILL.md lists commands such as 'scheduler run' and 'scheduler list' while the visible script implements many commands like add/plan/track/prioritize; this is a documentation vs implementation inconsistency but not inherently dangerous. The instructions and script operate on user files in the home directory (~/.local/share/scheduler) — expected for this tool.
Install Mechanism
No install spec; this is effectively an instruction-only skill with a small shell script. No downloads or package installs are performed by the skill itself.
Credentials
The skill requires no environment variables or credentials. The script uses $HOME to create and read files in the user's home directory — appropriate for a local scheduler tool.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It persists data to its own path under the user's home directory and does not modify other skills or system-wide configs in the visible code.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scheduler - 安装完成后,直接呼叫该 Skill 的名称或使用
/scheduler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.2
old template -> domain-specific v2.0.0
v1.0.1
old template -> domain-specific v2.0.0
v1.0.0
Initial release
元数据
常见问题
Scheduler 是什么?
Scheduler - command-line tool for everyday use Use when you need scheduler. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1843 次。
如何安装 Scheduler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scheduler」即可一键安装,无需额外配置。
Scheduler 是免费的吗?
是的,Scheduler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Scheduler 支持哪些平台?
Scheduler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Scheduler?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。
推荐 Skills