turkey-news_skill

This skill aggregates Turkish news from RSS feeds, summarizes top stories, and notifies via Telegram to keep you informed.
  • Python

2.5k

GitHub Stars

2

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill openclaw/skills --skill turkey-news

  • _meta.json279 B
  • SKILL.md1.3 KB

Overview

This skill fetches important news from Türkiye via multiple RSS feeds, filters and summarizes them, and delivers notifications automatically. It runs on a schedule (cron) to provide timely digests and can also be run manually for on-demand summaries.

How this skill works

The skill polls a curated list of Turkish news RSS feeds, normalizes and de-duplicates incoming items, and filters entries by recency (default: last 3 hours). It ranks stories, selects the top 5–7 important items, produces short summaries (headline + one sentence), outputs JSON, and can push notifications to Telegram or other endpoints.

When to use it

  • Deliver concise, timely summaries of Turkish national news to a chat or channel.
  • Automate morning/afternoon/evening news digests with cron jobs.
  • Quick manual checks for breaking news when you need immediate context.
  • Feed summarized news into other automation or analytics pipelines.
  • Archive or backup latest headlines from multiple Turkish outlets.

Best practices

  • Run the cron job 2–3 times per day for balanced coverage and fewer duplicates.
  • Keep the RSS source list updated; remove broken feeds and add reliable outlets.
  • Use the JSON output to integrate with Telegram bots or other notification services.
  • Configure deduplication and ranking thresholds to avoid noisy or minor items.
  • Monitor delivery (Telegram/API) for failures and log fetch errors for troubleshooting.

Example use cases

  • A newsroom channel receives twice-daily summaries of Türkiye’s top stories.
  • A researcher collects short, timestamped JSON digests for incident tracking.
  • A personal Telegram bot notifies an editor about breaking events in real time.
  • A backup system archives headlines from major Turkish outlets for long-term analysis.

FAQ

Yes — the frequency is controlled by your cron configuration; the skill itself runs whenever invoked.

Which feeds are used by default?

It uses a curated set of major Turkish RSS feeds (national broadcasters and top newspapers); update the feed list to customize sources.

What output formats are available?

The primary output is JSON (list of summarized items). You can pipe or transform this JSON to send Telegram messages or other outputs.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
turkey-news skill by openclaw/skills | VeilStrat