← Back to Skills Marketplace
kryzl19

Social Post Generator

by KRYZL19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install strd-social-post-gen
Description
Take a blog post URL or text and generate social media posts from it. Use when repurposing content for Twitter, LinkedIn, or creating promotional posts.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: strd-social-post-gen Version: 1.0.0 The skill bundle is a legitimate tool for generating social media content from URLs or text files. It uses standard bash utilities like `curl`, `grep`, and `sed` to fetch and parse webpage metadata (title, description) and populate predefined post templates for Twitter and LinkedIn. No evidence of data exfiltration, malicious execution, or prompt injection was found in `SKILL.md` or the scripts (`generate.sh`, `hook.sh`, `thread.sh`).
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install strd-social-post-gen
  3. After installation, invoke the skill by name or use /strd-social-post-gen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Social Post Generator. - Generates 5 social media posts from a blog URL or text, ready for Twitter or LinkedIn. - Creates Twitter threads and viral hook ideas from long-form content. - Supports configurable tone, target platform, brand attribution, and hashtags via environment variables. - Outputs are formatted and copy-ready. - Integrated scripts: generate.sh, thread.sh, hook.sh for flexible workflows.
Metadata
Slug strd-social-post-gen
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Social Post Generator?

Take a blog post URL or text and generate social media posts from it. Use when repurposing content for Twitter, LinkedIn, or creating promotional posts. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install Social Post Generator?

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

Is Social Post Generator free?

Yes, Social Post Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Social Post Generator support?

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

Who created Social Post Generator?

It is built and maintained by KRYZL19 (@kryzl19); the current version is v1.0.0.

💬 Comments