lobster-jobs Transform OpenClaw cron jobs into Lobster workflows with approval gates and resumable execution. Purpose OpenClaw cron jobs are either: - systemEvent : Simple shell commands (fully deterministic) - agentTurn : Natural language instructions spawning AI agents (flexible but token-heavy) Lobster workflows offer: - Deterministic execution : No LLM re-planning each step - Approval gates : Hard stops requiring explicit user approval - Stateful execution : Remembers cursors/checkpoints - Resumability : Pauses and resumes exactly where left off This skill helps analyze existing cron jobs…