Job Scheduler

v2.0.1

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Job Scheduler concepts, best practices, and implementation patterns.

0· 112·0 current·0 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 promise a local reference; the package contains only a plain-text SKILL.md and a single Bash script that emits documentation via heredocs. Nothing requested or installed contradicts the stated purpose.
Instruction Scope
SKILL.md and scripts output static reference text and do not instruct the agent to read system files, access credentials, or call external services. The documentation mentions tools like tcpdump/wireshark as examples (informational only) but does not invoke them.
Install Mechanism
No install spec is provided (instruction-only), which minimizes risk. The only included code is a small, readable shell script; there are no downloads or archive extraction steps.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The script does not read environment secrets or request external tokens.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not request permanent presence or modify other skills or system-wide settings.
Assessment
This skill appears coherent and low-risk: it provides local, read-only reference text and does not ask for credentials or perform network access. Before installing, you may want to: 1) review the included scripts locally (they are short and readable), 2) note minor documentation inconsistencies (script VERSION is 2.0.0 while metadata says 2.0.1; the help heredoc uses single quotes so $VERSION won't expand; the cheatsheet mentions a 'troubleshooting' command that the script implements as 'debugging'), and 3) run the script in a safe environment to confirm output. These are quality issues, not security red flags.

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

latestvk97ean4p8tqznw167c6xkfe2n183h33t

License

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

Comments