← Back to Skills Marketplace
5353
Downloads
3
Stars
33
Active Installs
3
Versions
Install in OpenClaw
/install schedule
Description
Program recurring or one-time tasks. User defines what to do, skill handles when.
Usage Guidance
Before installing, treat scheduled jobs as standing instructions. Review each job's action, timing, timezone, required skills, and whether it should expire; avoid putting secrets in task text; periodically review or delete ~/schedule/jobs.json and history logs you no longer need.
Capability Analysis
Type: OpenClaw Skill
Name: schedule
Version: 1.0.2
The OpenClaw AgentSkills skill bundle for 'schedule' is designed as a benign utility for managing recurring or one-time tasks. The `SKILL.md` explicitly states that the skill 'only handles WHEN, not WHAT', meaning the user defines the task content and grants necessary permissions, not the skill itself. It also explicitly disclaims modifying system crontab/launchd and executing jobs without user-defined instructions, which are strong indicators against malicious intent or persistence mechanisms. All data storage is local to `~/schedule/`, and no evidence of data exfiltration, malicious execution, or prompt injection attempts against the agent were found within the skill's own instructions or data formats.
Capability Assessment
Purpose & Capability
The skill schedules recurring or one-time tasks and later triggers user-defined actions, which is meaningful authority but matches the stated purpose.
Instruction Scope
The artifacts repeatedly state that the user defines the action, schedule, and required permissions, and they disclaim external-service access or execution without user-defined instructions.
Install Mechanism
The bundle contains markdown documentation only, declares no required binaries, and only instructs creating a local schedule history directory on first use.
Credentials
Local storage under ~/schedule/ is proportionate for scheduling, but job text, timezone preferences, and history logs may reveal private routines or task details.
Persistence & Privilege
Persistent jobs and logs are expected for a scheduler; the skill says it does not modify crontab or launchd and only uses permissions explicitly granted for the job.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install schedule - After installation, invoke the skill by name or use
/schedule - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Clarified user-driven execution model, removed assumed access patterns
v1.0.1
Clarified job execution mechanism, removed vague cron reference
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Schedule?
Program recurring or one-time tasks. User defines what to do, skill handles when. It is an AI Agent Skill for Claude Code / OpenClaw, with 5353 downloads so far.
How do I install Schedule?
Run "/install schedule" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Schedule free?
Yes, Schedule is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Schedule support?
Schedule is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Schedule?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.2.
More Skills