← Back to Skills Marketplace
ckchzh

Scheduler

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
1843
Downloads
1
Stars
17
Active Installs
4
Versions
Install in OpenClaw
/install scheduler
Description
Scheduler - command-line tool for everyday use Use when you need scheduler.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scheduler
  3. After installation, invoke the skill by name or use /scheduler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug scheduler
Version 2.0.0
License MIT-0
All-time Installs 17
Active Installs 17
Total Versions 4
Frequently Asked Questions

What is Scheduler?

Scheduler - command-line tool for everyday use Use when you need scheduler. It is an AI Agent Skill for Claude Code / OpenClaw, with 1843 downloads so far.

How do I install Scheduler?

Run "/install scheduler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Scheduler free?

Yes, Scheduler is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Scheduler support?

Scheduler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Scheduler?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments