← Back to Skills Marketplace
wespeakallday

Social Media Content Generator

by Carl Luis Olivier · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
679
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install social-media-content
Description
Generate social media posts for LevelUpLove and PayLessTax brands
Usage Guidance
This package appears to be what it says: a local image generator using Pillow and simple templates. Before installing or running it: 1) note the minor doc/code mismatches — SKILL.md mentions OpenCV/API triggers and template placeholders, but index.py only uses Pillow, offers a CLI, and does not perform placeholder substitution; you may need to preprocess templates or modify index.py to replace placeholders. 2) There are no network calls or credential requests, so it doesn't exfiltrate secrets, but it will write files to the output path you supply (default ./output) — run it in a sandbox or controlled folder first. 3) Install only trusted versions of dependencies (Pillow/numpy) from your package manager. 4) If you expect scheduled or API-triggered behavior, implement or review that code before enabling automated invocation. Overall this skill is low-risk but has small functional gaps to fix before production use.
Capability Analysis
Type: OpenClaw Skill Name: social-media-content Version: 1.0.0 The skill bundle is designed for social media content generation, using Pillow for image manipulation. The `SKILL.md` file describes the skill's purpose and inputs without any prompt injection attempts against the AI agent. The `index.py` script reads a specified JSON template file and writes generated images to a specified output directory, both of which are core to its stated functionality. There is no evidence of network communication, arbitrary command execution, sensitive data exfiltration, persistence mechanisms, or obfuscation. File operations are limited to reading the provided template and writing output images, aligning with the skill's benign purpose.
Capability Assessment
Purpose & Capability
Name and description match the included code and templates: index.py generates images for the two brands and templates exist for carousel/infographic/oneliner. Minor mismatches: SKILL.md mentions OpenCV but the code uses Pillow only, and SKILL.md lists 'API trigger' and 'scheduled content calendar' though the shipped code only provides a CLI. These are implementation/documentation inconsistencies but not security risks.
Instruction Scope
The SKILL.md instructions and inputs describe image generation and template variables only. There are no instructions that read unrelated files, access environment variables, or send data externally. The one scope discrepancy is that templates include placeholder tokens (e.g., {{HEADLINE}}) but index.py simply loads JSON and does not perform placeholder substitution — this is a functional bug, not malicious behavior.
Install Mechanism
No install spec is provided (instruction-only + bundled code). There is no download-from-URL or extract step, and no binaries are created outside the package; installation risk is low. The declared dependencies (Pillow, numpy) are reasonable for image work, although numpy is unused in the provided code.
Credentials
The skill declares no required environment variables, no credential access, and no privileged config paths. The code performs only local file I/O to an output directory and does not access secrets or network endpoints.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide configuration. It runs as a normal CLI module and writes generated images to a local output directory (default ./output).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install social-media-content
  3. After installation, invoke the skill by name or use /social-media-content
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish - content for LevelUpLove & PayLessTax
Metadata
Slug social-media-content
Version 1.0.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Social Media Content Generator?

Generate social media posts for LevelUpLove and PayLessTax brands. It is an AI Agent Skill for Claude Code / OpenClaw, with 679 downloads so far.

How do I install Social Media Content Generator?

Run "/install social-media-content" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Social Media Content Generator free?

Yes, Social Media Content Generator is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Social Media Content Generator support?

Social Media Content Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Social Media Content Generator?

It is built and maintained by Carl Luis Olivier (@wespeakallday); the current version is v1.0.0.

💬 Comments