Social Post Generator
v1.0.0Take a blog post URL or text and generate social media posts from it. Use when repurposing content for Twitter, LinkedIn, or creating promotional posts.
⭐ 0· 65·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (social post generation) align with the shipped files and runtime needs. The scripts fetch article HTML with curl, extract title/description/body, generate hashtags and formatted posts — all coherent with the stated purpose.
Instruction Scope
SKILL.md instructs running the included shell scripts. The scripts only read the provided URL or local file, create a local cache directory under the skill path, and print generated posts to stdout. They do not read unrelated system files, access secrets, or post data to external endpoints other than the user-supplied URLs fetched with curl.
Install Mechanism
There is no install spec — the skill is instruction/script-only and will not download or install external code. That is low-risk and proportionate for this task.
Credentials
No required environment variables or credentials are declared. The SKILL.md and scripts reference optional env vars (PLATFORM, TONE, BRAND_NAME, HASHTAGS) which are reasonable and proportionate for customizing output.
Persistence & Privilege
The skill is not forced-always, does not modify other skills or system-wide settings, and does not request persistent elevated privileges. It only creates a small cache directory under its own skill path.
Assessment
This skill appears to do what it says: it fetches an article (via curl) or reads a local file, and prints ready-to-use social posts. Before using it, be aware that: (1) the scripts will fetch any URL you provide — only supply trusted URLs; (2) generated copy should be reviewed for accuracy, tone, and copyright concerns before posting; (3) the scripts create a local cache directory inside the skill folder (no other system paths are modified); and (4) no credentials are required, but if you integrate these outputs with an automated publisher, make sure that publisher's credentials are handled securely. Overall the skill is internally consistent and does not request disproportionate access.Like a lobster shell, security has layers — review code before you run it.
latestvk97dqn7z3zs9c2t3mde8q9sw5n83nbx8
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
Binscurl
