← 返回 Skills 市场
Tageblatt Headlines
作者
Andreas Jung
· GitHub ↗
· v1.0.0
759
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tageblatt-headlines - 安装完成后,直接呼叫该 Skill 的名称或使用
/tageblatt-headlines触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: fetches TAGEBLATT Schlagzeilen daily at 07:00
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 759 次。
如何安装 Tageblatt Headlines?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tageblatt-headlines」即可一键安装,无需额外配置。
Tageblatt Headlines 是免费的吗?
是的,Tageblatt Headlines 完全免费(开源免费),可自由下载、安装和使用。
Tageblatt Headlines 支持哪些平台?
Tageblatt Headlines 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tageblatt Headlines?
由 Andreas Jung(@zopyx)开发并维护,当前版本 v1.0.0。
推荐 Skills