Tweet Processor

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent and purpose-aligned: it processes user-provided tweet links and appends structured summaries to local note files.

This appears safe to install if you want an agent to process tweet URLs into local notes. Be aware that it will append to tweet-notes/*.md files and may preserve tweet URLs or summaries, so review entries before relying on them or using it with sensitive/private content.

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

Sending a tweet URL can cause the agent to open that URL and change local note files without a separate confirmation step.

Why it was flagged

The skill directs the agent to use browser/navigation capability and make local file changes. This is disclosed and purpose-aligned, but users should know it will act automatically after receiving a tweet URL.

Skill content
When user sends a tweet URL, automatically: 1. Navigate to the tweet ... 3. Categorize into tweet-notes/ files 4. Append with proper formatting
Recommendation

Use it only for tweet links you want saved, and review the appended Markdown entries if accuracy or privacy matters.

What this means

Tweet-derived summaries may become part of your persistent notes and could influence later work if you rely on them.

Why it was flagged

The skill persists summaries of external tweet content into local notes. This is the intended behavior, but external content can be inaccurate, misleading, or later over-trusted if reused.

Skill content
Appends to: - `tweet-notes/tools.md` ... - `tweet-notes/misc.md`
Recommendation

Review saved entries for accuracy and avoid processing private or sensitive tweets unless you are comfortable storing their content or URL.