Auto
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: auto Version: 1.0.0 The skill bundle is a legitimate automation helper designed to assist users with scripting and scheduling tasks using standard tools like cron and Task Scheduler. It includes proactive security advice, such as using environment variables for sensitive information and checking exit codes, and contains no evidence of malicious intent, data exfiltration, or harmful instructions.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A scheduled job could keep running after setup, so mistakes may repeat until the user disables the task.
The skill teaches users how to create scheduled jobs that can keep running in the future, which is a form of persistence. This is directly aligned with the automation purpose and is presented as user-directed guidance.
定时执行某任务(每天、每小时、开机后等) ... Windows ... schtasks /create ... Linux / macOS ... crontab -e
Before creating a cron or Task Scheduler job, review the exact command, schedule, working directory, logs, and how to disable or remove it.
