ClawdBot Blog Watcher

PassAudited by VirusTotal on May 4, 2026.

Overview

Type: OpenClaw Skill Name: clawdbot-blogwatcher Version: 1.0.0 The skill bundle contains only metadata and a descriptive markdown file (SKILL.md) for a blog monitoring tool. It lacks any executable code, scripts, or suspicious instructions. The requested tools (bash, web_fetch, etc.) are standard for the platform and aligned with the stated purpose of fetching and searching web content.

Findings (0)

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 agent follows this skill broadly, it may choose to run local commands or read/write local files while helping with blog monitoring.

Why it was flagged

The skill discloses broad shell and file tools alongside web tools. Web fetching/searching is expected for RSS/blog monitoring, but bash and unrestricted file read/write are not scoped to a specific safe workflow.

Skill content
This skill uses ClawdBot's standard tools:
- **bash** - Execute commands
- **read_file** - Read files
- **write_file** - Write files  
- **web_fetch** - Fetch web content
- **web_search** - Search the web
Recommendation

Use it for clearly defined RSS/blog tasks, and review or approve any command execution or local file changes before they happen.