Autonomous Cron Job & Task Pipeline
I've been experimenting with a new system to keep my busy: > I created a "log" skill that captures my thoughts as they move through the idea-to-decision pipeline. > Throughout the day, I send any interesting ideas, and it records each as a TASK.
@antonplex shared their OpenClaw setup on X.
I've been experimenting with a new system to keep my busy: > I created a "log" skill that captures my thoughts as they move through the idea-to-decision pipeline. > Throughout the day, I send any interesting ideas, and it records each as a TASK. > Overnight, a cron job picks up a task and spawns experiments (exploration, research via scientist subagents, writing code, etc.). > The next morning, I review the results and either assign follow-up tasks or make a decision. > Each decision is captured as a decision record, similar to an ADR in software, including problem context, considered alternatives, pros and cons, and the final proposed solution. > All these artifacts live in a log directory with templates and file naming conventions, enabling the agent to write complex search expressions.
Setup
Requires an always-on machine (Mac Mini, Hetzner VPS, etc.) running OpenClaw with a Claude API key. Integration with the mentioned services via their respective APIs or CLI tools.
Requirements
- OpenClaw or Clawdbot
- Always-on machine (Mac Mini, VPS, etc.)
- Claude API Key