#how can i make my agent do task automatically without prompting constantly
1 messages Β· Page 1 of 1 (latest)
I want to set up my openclaw agent so that it can do task for me without me prompting it every time. can you help me @broken bridge ?
kkk
Of course, if you run a weak model, agentic instructions will fail.
You need to develop a prompt that openclaw understands as an instruction. You need to very clearly formulate what you whant, in which quality, which channels to use, important things. Then it will set it up for you.
Of course, if you run a weak model, agentic instructions will fail.
I assume you are talking about cron jobs? How I handle cron tasks, I have an instruction folder under my cron folder, in it I have an md file with detailed instructions for each task. The Cron job text has something like "read the instructions in /home/claw/.openclaw/Cron/instructions/mytask.md and follow them". Then I run it, see how it does. If it gets stuck or confused, I have Claude code look at the instructions, feed it the output (ie explain what it did or didn't do) and ask it to reduce the instructions. Lather, rinse,repeat until satisfied.
okay thanks, i am new to here so it might take a while
No rush at all β take your time π
For what you want, the usual setup is:
- Standing orders in
AGENTS.mdβ what the agent is allowed to do automatically. - Cron jobs β when it should run specific tasks.
- Heartbeats β periodic check-ins for βis there anything I should notice/do?β
Docs:
- https://docs.openclaw.ai/automation/standing-orders
- https://docs.openclaw.ai/automation/cron-jobs
- https://docs.openclaw.ai/gateway/heartbeat
When youβre ready, share: