← Back to Skills Marketplace
kryzl19

Social Post Generator Agent

by KRYZL19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
133
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install social-post-generator-agent
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 is internally consistent and appears benign, but review before use: 1) The scripts fetch whatever URL you pass with curl — avoid pointing it at internal/private endpoints or URLs that require authentication (could leak internal content to the terminal). 2) The SKILL.md mentions a --dry-run flag, but the provided scripts don't implement it; expect the scripts to always print output and create a cache directory under the skill folder. 3) The scripts use grep -P (PCRE); some environments' grep builds lack -P and extraction may fail. 4) No credentials are requested, but generated content comes from source text — check that source content doesn't contain sensitive PII you wouldn't want copied into social posts. If you plan to run this in an automated agent with network access, consider the implications of allowing the agent to fetch arbitrary URLs.
Capability Analysis
Type: OpenClaw Skill Name: social-post-generator-agent Version: 1.0.0 The skill bundle is a legitimate tool for generating social media content from URLs or text files. It uses standard utilities like curl, grep, and sed to extract metadata and body text to populate hardcoded post templates. No evidence of data exfiltration, malicious execution, or prompt injection was found in scripts/generate.sh, scripts/hook.sh, or scripts/thread.sh.
Capability Assessment
Purpose & Capability
Name/description (generate social media posts from an article) matches the provided scripts and declared requirement (curl). Requiring curl is appropriate because the scripts fetch URLs.
Instruction Scope
Runtime instructions are scoped to reading an input URL or file, fetching content with curl, extracting text, and printing generated posts. Minor inconsistencies: SKILL.md mentions a --dry-run flag but none of the scripts implement option parsing for --dry-run; SKILL.md also mentions 'web_fetch' while the scripts use curl (equivalent in effect). The scripts only read the provided input file/URL and create a local cache directory under the skill directory; they do not transmit data to third-party endpoints beyond the initial curl fetch of the user-supplied URL.
Install Mechanism
No install spec; instruction-only plus included shell scripts. Nothing is downloaded or written outside the skill's directory except the created cache directory. This is low-risk compared with remote installers.
Credentials
No required secrets or credentials. The scripts honor optional environment variables documented in SKILL.md (PLATFORM, TONE, BRAND_NAME, HASHTAGS). No unrelated env vars or credential access is requested.
Persistence & Privilege
always is false and the skill does not request elevated persistence. Scripts create and use a cache directory under the skill folder only and do not modify system or other-skill configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install social-post-generator-agent
  3. After installation, invoke the skill by name or use /social-post-generator-agent
  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. - Generate 5 social media posts from a blog post URL or text for Twitter or LinkedIn. - Create formatted Twitter threads and viral hooks from article content. - Supports platform, tone, brand attribution, and custom hashtag configuration via environment variables. - Outputs copy-paste ready content tailored to platform requirements with hashtag suggestions.
Metadata
Slug social-post-generator-agent
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 Agent?

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 133 downloads so far.

How do I install Social Post Generator Agent?

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

Is Social Post Generator Agent free?

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

Which platforms does Social Post Generator Agent support?

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

Who created Social Post Generator Agent?

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

💬 Comments