Content Repurposer

v1.1.0

When user asks to repurpose content, convert blog to tweets, turn article into LinkedIn post, create Twitter thread from text, make Instagram caption from bl...

2· 502·0 current·0 all-time
byManish Pareek@mkpareek0315
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (convert content into multiple social formats) matches the SKILL.md: no external APIs, no credentials, and only local read/write of a ~/.openclaw/content-repurposer directory. The requested capabilities (read/write) are appropriate for saving preferences, history, and outputs.
Instruction Scope
Instructions are focused on repurposing content and on creating/storing files under ~/.openclaw/content-repurposer. The SKILL.md repeatedly asserts "NO external API calls" which is consistent with the instructions, but that is a behavioral claim the platform cannot enforce from static instructions. Also note the example settings.json includes // comments (invalid JSON) — a minor inconsistency that could cause errors if copied verbatim. The skill will persist user-provided content locally (history.json/saved.json) — so users should not paste secrets or sensitive data unless they accept local storage.
Install Mechanism
Instruction-only skill with no install steps and no third-party downloads. This is the lowest-risk install mechanism.
Credentials
No environment variables, no credentials, and no config paths beyond the skill's own directory. Required tool permissions are limited to read/write which align with saving and loading preferences/history.
Persistence & Privilege
always:false (not force-installed) and the skill only asks to create files under ~/.openclaw/content-repurposer. However the declared requirement of 'read' and 'write' tools could be broader depending on the platform's enforcement; confirm that those tools are sandboxed to the stated path. The skill will persist user content locally and update stats/history.
Assessment
This skill appears to do what it says: generate multiple platform-ready text outputs and save them locally. Before installing, consider: (1) the skill will create and store files under ~/.openclaw/content-repurposer — do not paste secrets or private data you don't want stored locally; (2) confirm how the platform enforces the 'read' and 'write' tool permissions (are they limited to the skill directory or do they allow broader filesystem/network access?); (3) the example settings.json uses // comments which are invalid JSON — if the skill writes files automatically, check that files are valid and readable; (4) if you require encryption or auto-deletion of saved content, request those features or avoid saving sensitive material. If these points are acceptable, the skill is coherent with its purpose.

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

latestvk9753a528b87hke7vv87jdebdh81q7xk

License

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

Runtime requirements

♻️ Clawdis

Comments