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 AI to Port a Wi-Fi Driver from Linux to FreeBSD: A Case Study
A developer used Claude Code and Pi agent to attempt porting the Linux brcmfmac driver for Broadcom BCM4350 Wi-Fi chips to FreeBSD, first through direct code translation and then by generating a detailed 11-chapter specification for clean-room implementation.

Turn Your OpenClaw Briefing into a Podcast Feed for Apple Podcasts
A Reddit user shares a simple workflow to convert OpenClaw morning briefing output into a podcast feed: TTS the text, host the MP3, append to RSS XML, and subscribe in Apple Podcasts.

OpenClaw AI agent autonomously identifies bug, creates and submits GitHub PR
A developer reports their OpenClaw AI agent diagnosed a recurring issue, traced it to a third-party package, then autonomously created a GitHub branch, made multiple commits, reviewed its own code, and submitted a pull request to the package repository.

Agensi: A SKILL.md Marketplace Built with Claude in 3 Weeks
Agensi is a marketplace for SKILL.md skills built using Claude Code, Lovable, and Supabase. The platform includes 37 skills across 8 categories, with features like automated security scanning, download fingerprinting, and a bounty request system.