Crontab Wizard
v1.0.0Explain, generate, validate, and preview crontab expressions. Use when a user needs to understand what a cron expression means, create a new cron schedule, c...
⭐ 1· 197·1 current·1 all-time
byJohn Wang@johnnywang2001
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name and description (crontab parsing/generation/preview) align with the included Python script and SKILL.md examples. There are no unrelated environment variables, binaries, or external services declared or required.
Instruction Scope
SKILL.md explicitly instructs running the bundled Python script with local arguments (explain/generate/validate/next). The instructions do not ask the agent to read arbitrary files, access credentials, or send data to external endpoints; the script operates on provided cron expressions and local time only.
Install Mechanism
No install spec is provided and the skill is instruction-only plus a local Python script. Nothing is downloaded or written to disk by an installer step—lowest-risk install posture.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code excerpt shows no access to environment secrets or external services, so requested privileges are proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent or elevated agent-wide privileges. There are no indications it modifies other skills or agent configuration.
Assessment
This skill appears coherent and self-contained: it runs a local Python script to parse and preview cron expressions and does not request credentials or network access. Before installing, confirm you are comfortable running third-party Python scripts in your environment (review the full script if you want to check for bugs or style issues). If you plan to run it in automated or high-privilege contexts, consider running in an isolated environment (virtualenv or container).Like a lobster shell, security has layers — review code before you run it.
latestvk977bsqjnnp3v3gn46sbmzmdjx82qp25
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
