Turkey News

v1.0.0

Türkiye'den önemli haberleri RSS ile çekip özetleyen skill. Cron ile otomatik bildirim yapar.

0· 768·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for yalcindemir/turkey-news.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Turkey News" (yalcindemir/turkey-news) from ClawHub.
Skill page: https://clawhub.ai/yalcindemir/turkey-news
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install turkey-news

ClawHub CLI

Package manager switcher

npx clawhub@latest install turkey-news
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
!
Purpose & Capability
Name/description and the included script align with fetching and parsing Turkish RSS feeds and emitting JSON summaries. However, the SKILL.md explicitly says the agent will notify via Telegram (to 'Usta'), yet there is no code to send Telegram messages and the skill requests no Telegram bot token / chat id or any environment variables. This mismatch is unexpected for a skill that promises automatic notifications.
!
Instruction Scope
Runtime instructions ask the agent to run scripts, filter recent items, summarize, and send Telegram notifications. The script only fetches and prints JSON; it does not send messages or accept destination credentials. The SKILL.md does not explain where Telegram credentials come from or whether the agent is expected to have an external integration, leaving an unclear scope and an implicit requirement on the agent/environment.
Install Mechanism
No install spec; this is instruction-only with a small included Node script. No downloads or archive extraction. Low installation risk.
!
Credentials
The skill declares no required environment variables or credentials, but its intended behavior (sending Telegram notifications) normally requires a bot token and chat identifier. Absence of those declarations is an incoherence — either the skill relies on external agent integrations (not documented) or it expects the user to manually wire credentials elsewhere. Neither is explained.
Persistence & Privilege
Skill does not request always:true and does not modify system or other skills. It will run only when invoked or scheduled by the agent; no elevated persistence or privileges are requested.
What to consider before installing
This skill fetches RSS feeds and prints JSON summaries — that part is coherent and the included script is small and readable. However, SKILL.md says the agent will automatically notify a Telegram user named “Usta”, but there is no Telegram code or declared credentials. Before installing: (1) ask the author how Telegram notifications are intended to work and where bot token/chat-id come from; (2) if you plan to enable automatic Telegram posting, provide credentials only if you trust the skill and the environment — avoid putting secrets into unknown files; (3) consider whether your agent already has a separate Telegram integration (if so, confirm it won’t leak other data); (4) note the script uses simple regex XML parsing (fragile) and logs no sensitive info, but confirm you are comfortable with network access to the listed feed domains and any scheduling behavior. If the author cannot justify the Telegram flow or provide safe instructions for supplying credentials, treat this skill as untrusted.

Like a lobster shell, security has layers — review code before you run it.

habervk975v89m69a3rpb7vzn7vwrpf5811h5ylatestvk975v89m69a3rpb7vzn7vwrpf5811h5ynewsvk975v89m69a3rpb7vzn7vwrpf5811h5yrssvk975v89m69a3rpb7vzn7vwrpf5811h5yturkeyvk975v89m69a3rpb7vzn7vwrpf5811h5yturkishvk975v89m69a3rpb7vzn7vwrpf5811h5y
768downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

🇹🇷 Turkey News

Türkiye'deki önemli haberleri takip eder ve özetler.

Kaynaklar (RSS)

Kullanım

Manuel

Agent'a "Türkiye haberleri ver" veya "son haberler ne" de.

Otomatik (Cron)

Günde 2-3 kez cron job ile çalıştır. Agent haberleri çeker, filtreler ve önemli olanları Telegram'dan bildirir.

Script

node scripts/fetch-news.js

JSON çıktı verir, agent yorumlar.

Agent Talimatları

  1. scripts/fetch-news.js çalıştır
  2. Çıktıdan son 3 saatteki haberleri filtrele
  3. En önemli 5-7 haberi seç
  4. Kısa Türkçe özet yaz (başlık + 1 cümle)
  5. Telegram'dan Usta'ya bildir

Comments

Loading comments...