← Back to Skills Marketplace
Turkey News
by
yalcindemir
· GitHub ↗
· v1.0.0
773
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install turkey-news
Description
Türkiye'den önemli haberleri RSS ile çekip özetleyen skill. Cron ile otomatik bildirim yapar.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: turkey-news
Version: 1.0.0
The skill is designed to fetch and summarize news from legitimate Turkish RSS feeds. The `SKILL.md` instructions guide the agent to execute a local script (`scripts/fetch-news.js`), filter its output, summarize the news, and notify the user via Telegram. The `scripts/fetch-news.js` script makes network requests only to the predefined, legitimate news RSS URLs, parses the content, and outputs JSON. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's security or intended function. The use of regex for XML parsing is a potential vulnerability in robustness but does not indicate malicious intent.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install turkey-news - After installation, invoke the skill by name or use
/turkey-news - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of turkey-news
- Collects and summarizes important news from Türkiye using various RSS sources.
- Supports both manual and automatic (cron-based) news fetching and notifications.
- Filters and summarizes the top recent news items, sending concise updates via Telegram.
- Includes a script to fetch news and output as JSON for agent processing.
Metadata
Frequently Asked Questions
What is Turkey News?
Türkiye'den önemli haberleri RSS ile çekip özetleyen skill. Cron ile otomatik bildirim yapar. It is an AI Agent Skill for Claude Code / OpenClaw, with 773 downloads so far.
How do I install Turkey News?
Run "/install turkey-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Turkey News free?
Yes, Turkey News is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Turkey News support?
Turkey News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Turkey News?
It is built and maintained by yalcindemir (@yalcindemir); the current version is v1.0.0.
More Skills