Generate social media posts for different platforms. Use when sharing content.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill social-gen --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Social Gen?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-social-gen)More formats (shields.io, HTML) on the badges page.
---
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://lxgic.dev
## 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!