← 返回 Skills 市场
Social Media Content Generator
作者
Carl Luis Olivier
· GitHub ↗
· v1.0.0
679
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install social-media-content
功能描述
Generate social media posts for LevelUpLove and PayLessTax brands
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install social-media-content - 安装完成后,直接呼叫该 Skill 的名称或使用
/social-media-content触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish - content for LevelUpLove & PayLessTax
元数据
常见问题
Social Media Content Generator 是什么?
Generate social media posts for LevelUpLove and PayLessTax brands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 679 次。
如何安装 Social Media Content Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-media-content」即可一键安装,无需额外配置。
Social Media Content Generator 是免费的吗?
是的,Social Media Content Generator 完全免费(开源免费),可自由下载、安装和使用。
Social Media Content Generator 支持哪些平台?
Social Media Content Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social Media Content Generator?
由 Carl Luis Olivier(@wespeakallday)开发并维护,当前版本 v1.0.0。
推荐 Skills