cron-packs/SKILL.md
Pre-built cron job templates for common agent automation patterns. Pick a pack, customize the placeholders, and register via OpenClaw. Categories: Essential, Family, Investor, Developer, Briefings.
npx skillsauth add profbernardoj/baseclaw.ai cron-packsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ready-made cron job templates to automate your agent's daily work. Each pack is a set of JSON job definitions you can register via OpenClaw's cron system.
YOUR_PHONE, YOUR_TIMEZONE, etc.)The basics every agent should have.
| Job | Schedule | What It Does | |-----|----------|-------------| | Dashboard Refresh | 3 AM daily | Regenerates Mission Control data | | Disk Usage Monitor | 9 AM daily | Alerts if disk > 50% full | | Session Archiver | Every 6 hours | Prevents session files from growing too large |
→ See packs/essential.json
For agents helping manage family life.
| Job | Schedule | What It Does | |-----|----------|-------------| | Morning Briefing | 6:30 AM weekdays | Daily family reminders, weather, school notes | | Afternoon Pickup | Configurable | School pickup schedule reminder | | Birthday Tracker | 4 weeks before | Gift reminder for each family member | | Weekend Fun Planner | 7 AM Saturday | Finds local family activities for the weekend |
→ See packs/family.json
For portfolio tracking and market awareness.
| Job | Schedule | What It Does | |-----|----------|-------------| | Daily Finance Tracker (x402) | 8 AM daily | Fetches prices via x402, updates Finance.md | | Market Briefing | 7:45 AM weekdays | Morning market + crypto news summary |
→ See packs/investor.json
For agents helping with code and infrastructure.
| Job | Schedule | What It Does | |-----|----------|-------------| | PR Check | 7:30 AM weekdays | Scans GitHub repos for open PRs | | Security Audit | 1st of month | Runs OpenClaw security checks | | Dependency Monitor | Weekly | Checks for outdated packages |
→ See packs/developer.json
Daily news and intelligence gathering.
| Job | Schedule | What It Does | |-----|----------|-------------| | Morning Briefing (Weekday) | 7:45 AM M-F | News across configurable topics | | Morning Briefing (Weekend) | 8:45 AM Sat-Sun | Same, slightly later | | Capabilities Report | 2 PM daily | New tools, skills, and AI developments |
→ See packs/briefings.json
Full cyclic execution engine (requires three-shifts skill).
| Job | Schedule | What It Does | |-----|----------|-------------| | Morning Planner | 6 AM daily | Plans morning shift tasks | | Afternoon Planner | 2 PM daily | Plans afternoon shift tasks | | Night Planner | 10 PM daily | Plans night shift (auto-approves carryover) | | Cycle Executor | Every 15 min | Executes one step from current shift |
→ See packs/three-shifts.json
All packs use these placeholders — replace before registering:
| Placeholder | Example | Where Used |
|-------------|---------|-----------|
| YOUR_TIMEZONE | America/Chicago | All jobs |
| YOUR_PHONE | +1XXXXXXXXXX | Jobs that send notifications |
| YOUR_CHANNEL | signal | Messaging channel |
| YOUR_HEAVY_MODEL | claude-opus-4-6 | Planning jobs |
| YOUR_LIGHT_MODEL | glm-4.7-flash | Quick execution jobs |
| YOUR_STANDARD_MODEL | glm-5 | Standard execution jobs |
| YOUR_GITHUB_REPOS | owner/repo1, owner/repo2 | Developer pack |
| YOUR_CITY | Austin, TX | Family/weather jobs |
| YOUR_TOPICS | AI, crypto, space | Briefing jobs |
development
Security scanner for AgentSkill packages. Scan skills for credential theft, code injection, prompt manipulation, data exfiltration, and evasion techniques before installing them. Use when evaluating skills from ClawHub or any untrusted source.
development
Relationship CRM for tracking people, connections, and context. Categories: family, close_friends, church_friends, colleagues, broader_community, strangers, bad_actors, unknown. Use to add, search, list, or update people in the user's network.
tools
Personally identifiable information (PII) leak prevention for EverClaw. Scans outbound content against configurable PII patterns before git push, email, social media, ClawHub publishing, GitHub interactions, or any external data transmission. Provides git pre-push hooks, CLI scanning tools, and hard-block enforcement with user override capability. Use when checking content for PII before external actions, adding new protected patterns, configuring git pre-push hooks, or auditing data leak prevention.
testing
Automated overnight task planning and execution engine for EverClaw. Generates prioritized action lists at 9:30 PM CST for the 10 PM–6 AM window, requires human approval before execution, enforces safety boundaries on allowed task types, and updates Mission Control dashboard at shift end. Use when planning overnight autonomous work, configuring night shift cron jobs, reviewing morning progress reports, or setting task approval policies.