pz) as the Paperzilla data transport.
Before you start
- Complete the CLI guide and OpenClaw guide.
- Make sure
pz project listworks in the same environment where OpenClaw runs. - Make sure your Telegram channel is working in OpenClaw. See Telegram in OpenClaw.
- Pick one Paperzilla project for this workflow.
- Prepare one short sentence for “our work” if the agent does not already know it. Example:
Our work is evaluation infrastructure for coding agents.
How this stack works
- You ask for papers in Telegram.
- OpenClaw reads your Paperzilla data through
pz. - For the weekday brief, OpenClaw runs a cron job and sends the result back to Telegram.
- Paperzilla still owns the project, feed, and relevance ranking. OpenClaw is the chat and delivery layer on top.
Use case 1: on-demand paper discussion
Start in a Telegram DM or group where your OpenClaw agent is already active. First ask for the latest papers from one project:- keep the project name and “our work” context in view
- separate metadata from interpretation
- explain relevance in terms of your actual work, not generic importance
- keep the paper discussion going instead of stopping at one summary
Use case 2: weekday research brief in Telegram
This pattern sends one brief to Telegram every weekday. Use an OpenClaw cron job for the schedule and Telegram for delivery. OpenClaw’s cron docs use standard cron syntax, so1-5 in the day-of-week field means weekdays.
<project-name>with the Paperzilla project name you want to follow<one-sentence team context>with your short “our work” descriptionEurope/Athenswith your own timezone<telegram target>with the Telegram target format you use in OpenClaw
- project name and date
- how many new papers were checked
- for each selected paper, one short summary and one sentence on why it is relevant to your work
- a clear “no new papers today” line when nothing new qualifies
Limits and troubleshooting
- If
pzdoes not work in OpenClaw, fix the CLI setup first with CLI guide and OpenClaw guide. - If the agent returns no papers, confirm the project is active and already has feed items.
- If markdown is not ready yet, retry after a short wait instead of changing the prompt.
- If the cron job does not fire, check that the OpenClaw Gateway is running continuously and that your timezone is correct.
Optional shortcut
If you want this workflow packaged as a reusable skill, see thepaperzilla-monitor skill repo. Current install and distribution details live in that repo’s README.