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

✍️ OpenClaw Radar📅 Published: February 7, 2026🔗 Source
Running an AI News Channel with Telegram and OpenClaw: A Complete Workflow
Ad

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
Ad

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

Ad

👀 See Also

Reducing AI Agent Costs by 30% Through Behavior Monitoring and Configuration Changes
Use Cases

Reducing AI Agent Costs by 30% Through Behavior Monitoring and Configuration Changes

A developer cut their OpenClaw bot's token usage by 30% after discovering 70 cron jobs were dumping results into the main chat session, causing context bloat and repeated compaction. The fix involved redirecting cron outputs directly to Telegram and building a monitoring skill to identify inefficiencies like redundant searches and oversized file reads.

OpenClawRadar
Solo Developer Builds H-1B Visa Intelligence Tool with Claude Code
Use Cases

Solo Developer Builds H-1B Visa Intelligence Tool with Claude Code

A developer built H1B.Guru, a free tool that processes 800K+ US Department of Labor H-1B and PERM records, using Claude Code for the entire stack from ETL pipeline to production deployment.

OpenClawRadar
Developer Replaces AI Agent with Direct Playwright Script for Browser Automation
Use Cases

Developer Replaces AI Agent with Direct Playwright Script for Browser Automation

A developer used OpenClaw to spawn a Gemma 4 31B agent for browser automation via Playwright but encountered issues with incorrect API calls and timeouts. They replaced the entire agent with a 50-line script that communicates directly with Chrome, completing the task in 10 seconds.

OpenClawRadar
How OpenClaw's 5-layer autonomous agent system reduces context switching for solo developers
Use Cases

How OpenClaw's 5-layer autonomous agent system reduces context switching for solo developers

OpenClaw operates as a 5-layer autonomous agent system that monitors email, GitHub, calendar, Telegram, and webhooks 24/7, with shared memory between agents enabling automated workflows without manual intervention.

OpenClawRadar