Scheduled Tasks | 定时任务

v2.1.7

Create and manage OpenClaw scheduled tasks (reminders, periodic notifications, automated workflows). 创建和管理 OpenClaw 定时任务(提醒、定时推送、自动化工作流)。 Supports OpenClaw C...

0· 151·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual behavior: the SKILL.md and scripts implement creating/managing scheduled tasks via the OpenClaw Cron API or system crontab. There are no requested env vars, binaries, or external services that are unrelated to scheduling or messaging via configured agents.
Instruction Scope
Runtime instructions invoke the openclaw CLI and standard system utilities (crontab, systemctl, timedatectl, date). The scripts read/check local system state (PATH, crontab, service status) which is appropriate for a scheduling utility. There is no instruction to exfiltrate secrets or reach out to unknown endpoints. The docs do show examples that rely on Feishu/agent configuration (expected) but do not themselves collect credentials.
Install Mechanism
No install spec; this is instruction-first with two small helper scripts. Nothing is downloaded or extracted from external URLs and no package registries are used, so install risk is low.
Credentials
The skill requires no declared environment variables or secrets. It assumes the host/system has the openclaw CLI and any agent/Feishu credentials already configured elsewhere (which is reasonable for its purpose). There are no unexpected credential requests or config-path reads in the provided files.
Persistence & Privilege
always:false and the skill does not modify other skills or global agent configuration. The scripts are intended to be added to a user's crontab (normal for this functionality) and do not persistently enable themselves beyond that.
Assessment
This skill appears coherent and low-risk, but review these practical points before installing: - Confirm you trust the openclaw CLI and any configured agent/Feishu credentials that scheduled tasks will use — the skill will cause agents to send messages using existing agent credentials. - Inspect the provided scripts before adding them to your crontab; they run with the privileges of the user who installs them and write logs to /tmp by example. - Ensure your system's openclaw gateway/agent configuration is secure (tokens/keys are managed by your platform, not this skill). If you do not use Feishu or do not want automated messages, avoid using the --deliver/--announce examples. - If you need higher assurance, run the scripts in a non-privileged account or sandbox first to verify behavior.

Like a lobster shell, security has layers — review code before you run it.

latestvk978j89ggy5zt6d1xnaqzm0fvn83n4km

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments