Tweet Ideas Generator

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: tweet-ideas-generator Version: 1.0.0 The skill is classified as suspicious due to its explicit instruction in `SKILL.md` to use `web_fetch` for retrieving content from user-provided URLs. While this network access capability is plausibly needed for the stated purpose of analyzing web content, it introduces a high-risk vector. There is no clear evidence of intentional malicious behavior, such as data exfiltration or unauthorized execution, within the skill's instructions themselves; however, the ability to make arbitrary network requests based on user input makes it a potentially vulnerable component.

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

The assistant may retrieve web pages you provide and create a local output file with generated tweet ideas.

Why it was flagged

The skill directs the agent to use a web-fetch tool for user-provided URLs and to write a generated markdown file. This is disclosed, user-directed, and aligned with creating tweet ideas from reference material.

Skill content
If the user provides a URL, use web_fetch to retrieve the content. ... Save to tweet-ideas/tweets-{timestamp}.md
Recommendation

Provide only URLs and source material you want analyzed, and review the saved output before using or sharing it.

What this means

Generated tweets may include urgency, exclusivity, or status-oriented phrasing that sounds stronger than the original reference content.

Why it was flagged

The skill explicitly asks for persuasive marketing framing. This matches the social-media copywriting purpose, but generated claims could become overstated if not checked against the source material.

Skill content
Apply Psychological Triggers ... Time-bound promises ... Exclusivity framing ... Status elevation
Recommendation

Review generated ideas for factual accuracy, substantiation, and brand fit before publishing.