Content Repurposer

PassAudited by ClawScan on May 1, 2026.

Overview

The visible artifacts show a text-only content repurposing skill with scoped local storage, and no evidence of posting, network access, credentials, or destructive behavior.

This appears safe for ordinary content repurposing. Before installing, be aware that it creates local files and may keep a local history of repurposed content, so avoid pasting confidential drafts unless local storage is acceptable.

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

Content you paste or generate may remain on disk in the skill's local history or saved-output files.

Why it was flagged

The skill stores repurposed-content history and saved outputs persistently, which is purpose-aligned but may include user-provided drafts, articles, or other sensitive text.

Skill content
history.json — repurposed content log; saved.json — bookmarked outputs
Recommendation

Avoid using highly sensitive material unless you are comfortable with local persistence, and periodically review or delete the files under ~/.openclaw/content-repurposer/ if needed.

What this means

The skill may create a local folder and JSON files for its own settings and history.

Why it was flagged

The setup instructions include a local shell-style directory creation command, but it is scoped to the skill's own data directory and does not download, execute, or install external code.

Skill content
On first message, create data directory: mkdir -p ~/.openclaw/content-repurposer
Recommendation

Confirm that local file creation under ~/.openclaw/content-repurposer/ is acceptable before using the skill.