Back to skills
SkillHub ClubGrow & DistributeFull StackTech Writer

social-media-automator

Automatically generate social media posts from articles. Supports Twitter, LinkedIn, and more. Perfect for content repurposing.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,083
Hot score
99
Updated
March 20, 2026
Overall rating
C5.4
Composite score
5.4
Best-practice grade
B80.4

Install command

npx @skill-hub/cli install openclaw-skills-social-media-automator

Repository

openclaw/skills

Skill path: skills/fly3094/social-media-automator

Automatically generate social media posts from articles. Supports Twitter, LinkedIn, and more. Perfect for content repurposing.

Open repository

Best for

Primary workflow: Grow & Distribute.

Technical facets: Full Stack, Tech Writer.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install social-media-automator into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding social-media-automator to shared team environments
  • Use social-media-automator for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: social-media-automator
description: Automatically generate social media posts from articles. Supports Twitter, LinkedIn, and more. Perfect for content repurposing.
author: fly3094
version: 0.2.0
metadata: {"clawdbot":{"emoji":"πŸ“±","requires":{"bins":["curl"]}}}
---

# Social Media Automator πŸ“±

Transform your long-form content into engaging social media posts automatically.

## What It Does

- πŸ“„ **Article Analysis**: Extracts key points and quotes from any article
- 🐦 **Twitter Thread**: Generates 3-10 tweet threads with hooks
- πŸ’Ό **LinkedIn Post**: Creates professional long-form posts
- πŸ“Έ **Instagram Caption**: Writes engaging captions with hashtags
- πŸ“… **Scheduling**: Prepares posts for Buffer/Hootsuite
- πŸ”„ **Variations**: Generates multiple versions for A/B testing

## Commands

### Generate All Posts
```
Create social media posts from "[article URL or text]"
```

### Twitter Thread Only
```
Generate Twitter thread from "[article]" - 5 tweets
```

### LinkedIn Post Only
```
Create LinkedIn post from "[article]"
```

### With Scheduling
```
Generate posts from "[article]" and schedule for next week
```

## Output Format

### Twitter Thread (3-10 tweets)
- Hook tweet (attention-grabbing)
- Key points (1 per tweet)
- Data/statistics highlighted
- Call-to-action on final tweet
- Relevant hashtags (2-3 per tweet)

### LinkedIn Post
- Professional tone
- 1000-1300 characters
- Line breaks for readability
- 3-5 industry hashtags
- Engagement question at end

### Instagram Caption
- Casual, engaging tone
- 150-200 characters
- 10-15 relevant hashtags
- Emoji usage

## Configuration

Optional environment variables:
- `DEFAULT_PLATFORM`: Default platform (twitter|linkedin|instagram|all)
- `THREAD_LENGTH`: Default Twitter thread length (default: 5)
- `INCLUDE_EMOJIS`: Add emojis to posts (true|false, default: true)
- `HASHTAG_COUNT`: Number of hashtags (default: 3)

## Example Usage

**User**: Generate Twitter thread from my article "10 Best AI Automation Tools" - 7 tweets

**Assistant**: 
1. Analyzing article content...
2. Extracting 7 key points...
3. Writing hook tweet...
4. Generating thread with engagement hooks...
5. Adding relevant hashtags...

βœ… Twitter thread ready!

**Tweet 1/7**: 
Stop wasting hours on repetitive tasks πŸ›‘

I analyzed 50+ AI automation tools. These 10 will save you 20+ hours/week.

Thread πŸ§΅πŸ‘‡

#AI #Automation #Productivity

**Tweet 2/7**: 
1. Zapier - The gold standard for no-code automation

Connects 6,000+ apps. Perfect for beginners.

Starts at $19.99/mo

...

## Use Cases

### Content Marketers
- Turn 1 blog post into 2 weeks of social content
- Maintain consistent posting schedule
- Test different messaging

### Solopreneurs
- Automate your entire social presence
- Focus on creation, not distribution
- Build audience while you sleep

### Agencies
- Scale content delivery for clients
- White-label social media management
- Charge $500-2000/mo for this service

## Integration with SEO Content Engine

This skill works perfectly with the SEO Content Engine:

1. Write article with SEO Content Engine
2. Generate social posts with Social Media Automator
3. Schedule and publish
4. Drive traffic back to your content

Full content automation loop! πŸ”„

## Pricing Integration

This skill powers LobsterLabs social media services:
- Single article β†’ social posts: $50
- Monthly social pack (4 articles): $300
- Full social media management: $800-1500/month

Contact: PayPal [email protected]

## Tips for Best Results

1. **Provide context**: Tell the skill your target audience
2. **Specify tone**: Professional, casual, or humorous
3. **Add examples**: Share posts you like for style reference
4. **Review before posting**: AI is great, but add your voice

## Integration with rss-to-social

This skill works great with the **rss-to-social** skill:
- rss-to-social: Auto-monitor RSS feeds and post on schedule
- social-media-automator: Manual post generation from specific articles

Use both for complete content automation!

## Changelog

### 0.2.0 (2026-03-07)
- Added integration with rss-to-social skill
- Improved hashtag suggestions
- Better platform-specific formatting
- Added A/B testing variations

### 0.1.0 (2026-03-06)
- Initial release
- Twitter thread generation
- LinkedIn post creation
- Instagram caption support
- Hashtag suggestions


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "fly3094",
  "slug": "social-media-automator",
  "displayName": "Social Media Automator",
  "latest": {
    "version": "0.2.0",
    "publishedAt": 1772855990156,
    "commit": "https://github.com/openclaw/skills/commit/c15992004e6695cf9b674a3707a906e92fccc7e6"
  },
  "history": []
}

```

social-media-automator | SkillHub