Tageblatt Headlines

PassAudited by ClawScan on May 1, 2026.

Overview

The skill does what it says—fetches public Tageblatt headlines and saves them locally—with an optional, disclosed daily Telegram workflow that users should opt into knowingly.

Use this skill if you are comfortable with it fetching Tageblatt headlines, saving files under the chosen output path, and, if you opt in, running a daily cron job that sends the results through your Telegram setup.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If the user adds the cron job, the agent may fetch and send headlines every morning until the job is removed.

Why it was flagged

The documentation shows a user-created scheduled agent turn that would run daily. It is optional and aligned with the stated purpose, but recurring automation should be noticed before enabling it.

Skill content
"openclaw cron add" ... "expr": "0 7 * * *" ... "kind": "agentTurn" ... "Send Master the list via Telegram"
Recommendation

Only add the cron job if daily automation is desired, review the schedule and message payload, and remove or disable the cron job when no longer needed.

What this means

The Telegram recipient may receive the public headline list and the local path where the archive was saved.

Why it was flagged

The optional workflow routes the generated headline list and local save path through Telegram. The content is expected to be public headlines, and the script does not handle Telegram credentials, but it is still an external communication channel.

Skill content
"Send Master the list via Telegram (bulleted) and mention where the file was saved."
Recommendation

Confirm the Telegram recipient/channel before enabling forwarding, and avoid including sensitive local paths if that matters in your environment.