From sundial-org-awesome-openclaw-skills-4
Generates cron expressions from natural language, explains and validates existing crons, and lists next execution times. Invoke for quick cron syntax without lookup.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
"Every weekday at 9am" to "0 9 * * 1-5". Stop googling cron syntax.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
"Every weekday at 9am" to "0 9 * * 1-5". Stop googling cron syntax.
npx ai-cron-gen "every monday at 3pm"
# Generate from description
npx ai-cron-gen "first day of every month at midnight"
# Explain existing cron
npx ai-cron-gen --explain "0 */4 * * *"
# Get next 5 run times
npx ai-cron-gen "every 30 minutes" --next 5
Expression: 0 9 * * 1-5
Meaning: At 09:00 on every day-of-week from Monday through Friday
Next runs:
- Mon Jan 29 09:00:00 2024
- Tue Jan 30 09:00:00 2024
Node.js 18+. OPENAI_API_KEY required.
MIT. Free forever.
Built by LXGIC Studios