2) If you expected “the bot” to create jobs from chat
That only happens when the agent decides to call the cron tool (cron.add). Your config does allow that (group:automation includes cron), so the next question is: what exact message are you sending that you expected to result in a cron job?
Quick sanity test: ask it something explicit like:
“Create a cron job that runs every day at 7am and posts the result here.”
(Or create one manually via CLI to confirm the scheduler works, see the docs’ openclaw cron add … examples.)
3) “I don’t see it having access to edit the pages”
If you mean edit web pages (via browser automation), you’re missing the UI/web tool groups. From the tools docs, you likely want:
group:ui → browser, canvas
group:web → web_search, web_fetch
So your tools section would look like: