home / skills / openclaw / skills / social-card-gen

social-card-gen skill

This skill helps you tailor social media posts for Twitter, LinkedIn, and Reddit, maximizing engagement across platforms.

npx playbooks add skill openclaw/skills --skill social-card-gen

Review the files below or copy the command above to add this skill to your agents.

Files (2)
SKILL.md
2.1 KB
---
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

```bash
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

```bash
# 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:**
- GitHub: https://github.com/LXGIC-Studios
- Twitter: https://x.com/lxgicstudios
- Substack: https://lxgicstudios.substack.com
- Website: https://lxgicstudios.com

## Requirements

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

```bash
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.

---

**Built by LXGIC Studios**

- GitHub: [github.com/lxgicstudios/social-card-gen](https://github.com/lxgicstudios/social-card-gen)
- Twitter: [@lxgicstudios](https://x.com/lxgicstudios)

Overview

This skill generates platform-specific social media posts from a single source file so you can share content quickly and effectively. It adapts tone, length, and structure for Twitter, LinkedIn, Reddit, and other platforms with one command and no configuration. Designed to save time while preserving channel-appropriate voice and engagement tactics.

How this skill works

Read your input content and automatically extract the core message, key points, and suggested CTAs. Rewrites the content into platform-appropriate variations—short and punchy for Twitter, professional and structured for LinkedIn, and conversational and non-promotional for Reddit. Optionally outputs posts for one platform or all platforms in a single run.

When to use it

  • Launching a project or product announcement across multiple networks
  • Promoting a new blog post, article, or newsletter issue
  • Sharing release notes or feature updates with targeted tone per platform
  • Preparing social-ready text when you want consistent messaging without manual rewriting
  • Creating variations for scheduled posts to avoid identical cross-posting

Best practices

  • Review and personalize generated posts to match your brand voice and current context
  • Avoid posting identical copy across platforms; use the provided platform variations
  • Add platform-specific tags, mentions, or links that the generator may not infer
  • Use generated CTAs as drafts—adapt timing and call-to-action strength per audience
  • Check length limits and emoji use for your target platform before scheduling

Example use cases

  • Run once to produce a Twitter teaser, a LinkedIn article blurb, and a Reddit discussion starter from a blog post
  • Quickly generate social copy for a product release to share with marketing and engineering teams
  • Create multiple drafts to A/B test headlines and CTAs across platforms
  • Prepare coordinated launch posts that keep core messaging consistent but tone-optimized
  • Turn a long-form README or announcement into bite-sized social updates

FAQ

Do I need API keys or an install?

You can run it via npx; Node.js 18+ is recommended and an OPENAI_API_KEY may be required for AI rewriting.

Can I customize tone or length?

Yes. Generated posts are editable; adjust tone, length, hashtags, and CTAs after generation to fit your needs.