claw://News

v1.0.1

German-language news skill for the OpenClaw and AI agent ecosystem. Use when the user asks for current news, briefings, breaking alerts, or ClawNews.de archi...

0· 110·0 current·0 all-time
byClawNews.de@clawnewsde
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name, description, and runtime steps all describe fetching and summarizing ClawNews.de content (RSS + WordPress REST API). There are no unrelated requirements (no secrets, no external binaries) and the requested behavior matches a news/briefing skill.
Instruction Scope
Instructions are narrowly scoped to fetching/parsing feeds and formatting output using the provided templates. Notable policy choices: (1) Breaking Alerts are declared always-active and non-disableable inside the skill text, and (2) the skill asks to save user preferences in persistent agent Memory if available and to run checks proactively if the agent supports heartbeats/schedulers. These are design choices (not technical red flags) but affect user experience and may cause the agent to make periodic outbound requests.
Install Mechanism
No install script or code files beyond static templates and SKILL.md. Instruction-only skills have low filesystem/execution risk since nothing is downloaded or extracted at install time.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. It only references internal persistent Memory (optional) to store preferences, which is proportionate to its function.
Persistence & Privilege
always:false (normal). The skill recommends storing configuration in the agent's persistent Memory and supports proactive checks (heartbeats/scheduler) for Breaking Alerts. This grants the skill the ability to trigger periodic network fetches if the agent enables such automation — expected for a news notifier but worth noting to users who dislike unsolicited alerts or background network activity.
Assessment
This skill is internally consistent and does what it says: fetches RSS and WordPress API endpoints on clawnews.de and formats summaries with the included templates. There are no requested secrets or installs. Before installing, consider: (1) Breaking Alerts are built-in and cannot be disabled by the skill — if you need to opt out of proactive alerts, be prepared to decline proactive automation or modify agent behavior; (2) the skill will store simple preferences in the agent's persistent Memory if available; (3) it performs outbound HTTP requests to clawnews.de, so only install if you trust that domain. Because it's instruction-only (no downloaded code), the technical risk is low.

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

latestvk979h82qp3edhxrjt2vq7g4ap5832pkk

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments