schedule-taskSchedule and run recurring tasks on Linux/Unix systems. Use when user wants to set up cron jobs, scheduled backups, periodic data sync, automated reports, or...
Install via ClawdBot CLI:
clawdbot install dinghaibin/schedule-taskGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses system directories or attempts privilege escalation
/var/log/Calls external URL not in known-safe list
https://example.comAI Analysis
The skill definition shows no evidence of sending user data to unauthorized servers, hidden instructions, credential harvesting, or obfuscation. The external URL (https://example.com) is a placeholder example, not a real endpoint. The reference to /var/log/ is a standard system path used for logging, not a privilege escalation attempt.
Audited May 10, 2026 · audit v1.0
Generated May 21, 2026
Schedule nightly backups of a production database to ensure data safety and compliance with disaster recovery plans. The task runs a backup script at 2 AM daily, logs output, and notifies the admin on failure.
Sync data from a CRM to a reporting database every hour to keep dashboards up-to-date. The scheduled task runs a sync script and logs results for audit trails.
Run automated security scans on corporate servers every Monday at 9 AM to identify vulnerabilities early. Integrates with notification systems to alert the security team on critical findings.
Generate daily sales reports and email them to stakeholders at 8 AM each day. The task runs a report script and uses a Telegram bot to send summaries.
Automatically post content to social media platforms at optimal times throughout the day. The cron job runs a posting script every few hours, ensuring consistent online presence.
Offer a managed cron job service where clients pay a monthly fee to have their recurring tasks scheduled, monitored, and maintained. The service includes health checks and notifications, generating recurring revenue.
Charge clients a one-time fee to design and deploy their cron job configurations, then offer ongoing maintenance contracts for monitoring and updates. Revenue comes from setup fees and annual maintenance.
Charge clients based on the number of scheduled tasks or executions per month. Ideal for SaaS platforms that integrate scheduling features, with revenue scaling with customer usage.
💬 Integration Tip
Use absolute paths for commands and set up logging early to troubleshoot issues; start with simple scripts and gradually add features like email notifications.
Scored May 21, 2026
Interact with Google Calendar via the Google Calendar API – list upcoming events, create new events, update or delete them. Use this skill when you need programmatic access to your calendar from OpenClaw.
Google Calendar via gcalcli: today-only agenda by default, bounded meaning-first lookup via agenda scans, and fast create/delete with verification--optimized for low tool calls and minimal output.
Track urgent appointment calls across multiple providers with a live availability board, call log, openings, callbacks, and confirmation details.
Prepare a clear seven-day symptom, trigger, question, and visit-note sheet before a clinician appointment.
Create a simple dry-cleaning pickup tracker and bag tag note template for dropped-off garments, pickup dates, special notes, and reminder text, without handl...
Read or write a user's Google Sheets, Docs, Drive, or Calendar from code via a Google service account — headless, no OAuth browser flow. Use when handed a cr...