Schedule your AI to check websites, search for news, and send you summaries. Train delays at 8am? Tech news at 7? Set it once, your AI handles the rest.
Get Automated UpdatesLet your AI do the tedious checking for you
Checking NS.nl every morning before leaving? Let AI do it and tell you only when there's a problem.
Scrolling through 10 sites for industry news? Get one AI-curated summary in your chat.
Manually checking competitor sites? Set up a weekly automated search.
No coding required. Just pick what, when, and where.
Fetch & summarize a webpage, search the web, check an RSS feed, or run a custom script.
Pick the time and days. Every morning at 8? Weekdays only? Monday, Wednesday, Friday? You decide.
At the scheduled time, your AI fetches the info, summarizes it, and sends you a message in your chat.
No Python, no API keys, no dependencies. Just Claude Code + cron.
# Morning briefing at 7:00 AM
0 7 * * * cd ~/copana && claude -p \
"Read memory.md and tasks.md. What needs my attention today?" \
--allowedTools "Read,Glob,Grep" \
--output-format json | jq -r '.result'
# Daily reflection at 23:00
0 23 * * * cd ~/copana && claude -p \
"Review all files. Write a daily summary to journal.md." \
--allowedTools "Read,Write,Edit,Glob,Grep"
# Weekly review on Sunday
0 20 * * 0 cd ~/copana && claude -p \
"What got done this week? What slipped? Write to journal.md." \
--allowedTools "Read,Write,Edit,Glob,Grep"
Your AI reads your Copana files automatically — tasks, memory, loops, everything. No manual context loading.
Python scripts are still available for advanced use cases like the Telegram bot.
Built-in actions that work out of the box. No setup, no coding.
Give it any URL. AI fetches the page, reads the content, and gives you the key information.
Search the web for any topic. AI gathers results and summarizes findings.
Monitor any RSS feed. Get notified when new items appear, with AI summaries.
Simple timed messages. Get reminders at specific times without any web fetching.
Run your own Python or shell scripts on schedule. Full flexibility for advanced use cases.
Get current weather for any city. Temperature, conditions, and forecast at a glance.
See today's and tomorrow's events. Never miss a meeting or deadline.
All-in-one morning brief: weather + calendar events + tasks due today. One message, everything you need.
Stop manually checking 10 websites. Get one summary in your AI chat.
No more "I should check X". Your AI does the checking. You just read results.
Competitor changed pricing? Industry news dropped? You'll know.
Wake up to useful information. Your AI worked overnight for you.
Ideas to get you started
Join the beta and set up your first automation in minutes.
Join Free Beta