← Back to Skills Marketplace
zopyx

Tageblatt Headlines

by Andreas Jung · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
759
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tageblatt-headlines
Description
Download and archive daily Schlagzeilen from https://www.tageblatt.de/. Use when Master asks for TAGEBLATT headlines, wants them saved locally, or needs an automated 07:00 workflow that fetches and forwards the latest headlines.
Usage Guidance
This skill appears to do exactly what it claims: fetch and save Tageblatt headlines. Before installing, consider: (1) Confirm you have permission to scrape the site and check robots.txt/terms of service. (2) If you plan automated delivery (Telegram), ensure you configure tokens securely elsewhere — the skill does not include or request Telegram credentials. (3) The parser is a simple regex and may break if the site structure or consent banners change; review HEADING_PATTERN if you see missing headlines. (4) The script writes files under paths you supply (e.g., data/tageblatt/) — review retention and commit practices to avoid storing sensitive data. (5) Run the script locally once to verify behavior and outputs before enabling automation.
Capability Analysis
Type: OpenClaw Skill Name: tageblatt-headlines Version: 1.0.0 The skill bundle is classified as suspicious due to significant vulnerabilities in `scripts/fetch_headlines.py` and the prompt injection surface in `SKILL.md`. The Python script allows fetching content from arbitrary URLs via the `--url` argument (Server-Side Request Forgery) and writing to arbitrary file paths via the `--output` argument (Arbitrary File Write). While the current instructions in `SKILL.md` are benign and align with the stated purpose of archiving headlines and forwarding them via Telegram, these capabilities, combined with the agent's ability to execute commands and follow instructions, create a high-risk attack surface for potential exploitation.
Capability Assessment
Purpose & Capability
Name/description match the provided code and instructions. The included script performs a simple HTTP GET of https://www.tageblatt.de/, extracts <h2 class="article-heading"> blocks, and writes text/JSON output. No unrelated binaries, env vars, or cloud credentials are requested.
Instruction Scope
SKILL.md stays on-topic (run script, schedule cron, save/commit archives). One notable instruction is the cron payload that asks the agent to "Send Master the list via Telegram" — the skill does not declare or provide Telegram credentials, so sending would rely on other agent integrations or user-provided tokens. Otherwise the instructions do not direct the agent to read unrelated files or secrets.
Install Mechanism
No install spec — instruction-only plus a small included Python script that uses only standard libraries (urllib, re). Nothing is downloaded from third-party URLs and nothing is written to system locations beyond the user-specified output path.
Credentials
The skill requires no environment variables, credentials, or config paths. The only external network access is to the stated source site. The Telegram-send suggestion in the docs may require credentials elsewhere, but the skill itself does not demand them.
Persistence & Privilege
always:false and model invocation enabled (default). The skill does not request permanent platform-level presence or make modifications to other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tageblatt-headlines
  3. After installation, invoke the skill by name or use /tageblatt-headlines
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: fetches TAGEBLATT Schlagzeilen daily at 07:00
Metadata
Slug tageblatt-headlines
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tageblatt Headlines?

Download and archive daily Schlagzeilen from https://www.tageblatt.de/. Use when Master asks for TAGEBLATT headlines, wants them saved locally, or needs an automated 07:00 workflow that fetches and forwards the latest headlines. It is an AI Agent Skill for Claude Code / OpenClaw, with 759 downloads so far.

How do I install Tageblatt Headlines?

Run "/install tageblatt-headlines" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tageblatt Headlines free?

Yes, Tageblatt Headlines is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Tageblatt Headlines support?

Tageblatt Headlines is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tageblatt Headlines?

It is built and maintained by Andreas Jung (@zopyx); the current version is v1.0.0.

💬 Comments