Running an AI News Channel with Telegram and OpenClaw: A Complete Workflow

A developer has shared their complete workflow for running an AI-powered news channel on Telegram, demonstrating how OpenClaw enables efficient content curation with minimal human intervention.
The Setup
The system uses an AI assistant named Jackie running on OpenClaw, with Telegram as the primary interface. Jackie monitors RSS feeds from sources like Hacker News, Testing Catalog, and Reddit, validating stories using Perplexity MCP for fact-checking.
How It Works
- Hourly News Scans — Jackie monitors multiple sources for trending AI stories
- Proposal System — When something newsworthy is found, Jackie drafts a post and sends it to a private Telegram group
- One-Tap Publishing — The human editor reviews and types "Approve" or provides feedback
- Mobile-First — The entire editorial workflow happens on phone between meetings
Key Technical Details
- OpenClaw running on an old Mac (always-on gateway)
- Telegram bot with multiple groups for different contexts
- Custom Perplexity MCP for fact-checking and validation
- Cron jobs for scheduled scans and reports
- Deduplication tracking via markdown files
Results
The channel publishes 5-10 high-quality AI news posts per day with just 10-20 minutes of actual human time for validation. Jackie handles scanning, validating, and drafting, while the human editor makes final decisions.
Lessons Learned
- Always fact-check with Perplexity before proposing stories
- Short posts (2-3 sentences + link) perform better than long explanations
- Deduplication matters — log everything to avoid repeats
A video demonstration of this workflow is available on YouTube.
📖 Read the full source: r/openclaw
👀 See Also

Using yavy.dev to query OpenClaw docs via AI for configuration help
A user reports success configuring OpenClaw by using yavy.dev to index the documentation and query it through Claude AI, moving from confusion to a working setup in an afternoon.

OpenClaw Use Case: Building a Daily Personal News Digest with AI
A developer shares their OpenClaw setup for a daily news digest using a cronjob with a detailed prompt that specifies news sources, interest priorities, and output format. The system fetches RSS feeds from trusted Dutch publications and delivers 5 curated stories each morning.

Claude as a Coding Mentor: From Zero to Shipped Full-Stack SaaS in a Month
A developer used Claude to learn SvelteKit 2, Stripe subscriptions, MongoDB, and AES-256 encryption, shipping a zero-knowledge encrypted pastebin called CloakBin in one month.

Developer uses Claude to build AI audio ad generator with Go backend and ElevenLabs integration
A developer built Prompt Audio Ads, a tool that generates finished audio ads from text scripts in about 30 seconds using AI voice and background music. The Go backend integrates ElevenLabs API, ffmpeg audio processing, and 18 music genre presets.