skills$openclaw/social-gen
lxgicstudios6.3k

by lxgicstudios

social-gen – OpenClaw Skill

social-gen is an OpenClaw Skills integration for writing workflows. Generate social media posts for different platforms. Use when sharing content.

6.3k stars3.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namesocial-gen
descriptionGenerate social media posts for different platforms. Use when sharing content. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/social-gen
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/social-gen
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains social-gen in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
src
cli.ts
1.2 KB
index.ts
1.7 KB
_meta.json
284 B
package-lock.json
30.2 KB
package.json
659 B
README.md
792 B
SKILL.md
1.9 KB
tsconfig.json
251 B
SKILL.md

name: social-gen description: Generate social media posts for different platforms. Use when sharing content.

Social Generator

You wrote something great. Now you need to share it on Twitter, LinkedIn, and Reddit. Each platform wants different formats. This handles that.

One command. Zero config. Just works.

Quick Start

npx ai-social README.md --platform twitter

What It Does

  • Reads your content and adapts it per platform
  • Twitter gets short and punchy
  • LinkedIn gets professional
  • Reddit gets genuine and non-promotional

Usage Examples

# Twitter post
npx ai-social README.md --platform twitter

# LinkedIn post
npx ai-social blog-post.md --platform linkedin

# All platforms
npx ai-social announcement.md --platform all

Best Practices

  • Know your audience - each platform has different expectations
  • Don't cross-post identical content - people notice
  • Engage don't broadcast - social is conversation
  • Time it right - different platforms peak at different times

When to Use This

  • Launching a project
  • Sharing blog posts
  • Announcing features
  • Building audience

Part of the LXGIC Dev Toolkit

This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.

Find more:

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.

npx ai-social --help

How It Works

Reads your content, understands the key message, and rewrites it for each platform. Twitter gets hashtags and brevity. LinkedIn gets line breaks and CTAs. Reddit gets genuine, non-salesy language.

License

MIT. Free forever. Use it however you want.

README.md

ai-social

You wrote a great blog post. Now you need to share it on Twitter, LinkedIn, and Reddit. Each platform wants a different format and tone. This handles that for you.

Install

npm install -g ai-social

Usage

npx ai-social README.md --platform twitter
npx ai-social blog-post.md --platform linkedin
npx ai-social announcement.md --platform all

Setup

export OPENAI_API_KEY=sk-...

Options

  • -p, --platform <platform> - Which platform (twitter, linkedin, reddit, all). Default: all

What you get

Each platform gets the right treatment:

  • Twitter - Punchy, under 280 chars, relevant hashtags
  • LinkedIn - Professional with line breaks and a CTA
  • Reddit - Genuine, not salesy, with a proper title

License

MIT

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable. ```bash npx ai-social --help ```

FAQ

How do I install social-gen?

Run openclaw add @lxgicstudios/social-gen in your terminal. This installs social-gen into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/social-gen. Review commits and README documentation before installing.