ai-news-start

Registers cron jobs to automate AI and dev news collection and Telegram delivery.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Bae-ChangHyun/cc-plugins-bch --skill ai-news-start
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ai-news-start
Source: https://github.com/Bae-ChangHyun/cc-plugins-bch/tree/main/plugins/newsletter/skills/ai-news-start
Command: npx skills add https://github.com/Bae-ChangHyun/cc-plugins-bch --skill ai-news-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the need to manually run periodic news collection and notification tasks by registering a system-level scheduled job that triggers the newsletter aggregation and Telegram delivery automatically while the host machine is running.

Core Features & Use Cases

  • System Cron Registration: Installs or replaces a cron entry that executes the ai-news-now collection on the configured schedule.
  • Environment Validation: Verifies the presence of a configured plugin config.json and the claude CLI before scheduling.
  • Use Case: Set up nightly or hourly automated aggregation of AI and developer news from multiple sources and deliver a compiled newsletter to a Telegram channel without keeping an interactive session open.

Quick Start

Start automatic newsletter collection by saying 뉴스레터 시작 or start to register the scheduled cron job.

Frequently Asked Questions about ai-news-start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AI news aggregation and delivery to Telegram?▼

You can automate AI news aggregation by registering a system crontab entry that invokes the newsletter collector on a schedule, delivering compiled updates to a Telegram channel automatically while your machine runs.

What do I need to set up scheduled AI newsletter collection with cron?▼

To set up scheduled AI newsletter collection, you need a populated plugin config.json containing a schedule.cron value and the claude CLI executable available in your system PATH.

Can I send automated AI news updates to Telegram without keeping a session open?▼

Yes, automated AI news delivery to Telegram works without an interactive session by registering a system-level cron job that triggers the newsletter aggregation process in the background.

Does the automated newsletter collector validate my environment before scheduling?▼

The newsletter collector validates your environment by checking for the presence of a configured plugin config.json and verifying the claude CLI is available before registering the cron job.

What are the limitations of using cron for periodic news aggregation?▼

The limitation of using cron for news aggregation is that the scheduled job only executes while the host machine is running, and it requires a local claude executable in PATH to function correctly.

How does the ai-news-start Skill replace existing scheduled newsletter jobs?▼

The ai-news-start Skill installs or replaces an existing cron entry to execute the newsletter collection on the configured schedule, ensuring only one active job runs the aggregation task.