HomeBrowseUpload
โ† Back to registry
โšก
// Skill profile

Social Content Pro ๐Ÿ“ฑ

name: social-content-pro-automaton

by chenghaifeng08-creator ยท published 2026-03-22

้‚ฎไปถๅค„็†ๆ—ฅๅކ็ฎก็†ๅŠ ๅฏ†่ดงๅธ
Total installs
0
Stars
โ˜… 0
Last updated
2026-03
// Install command
$ claw add gh:chenghaifeng08-creator/chenghaifeng08-creator-social-content-pro-automaton
View on GitHub
// Full documentation

---

name: social-content-pro-automaton

description: AI-powered social media content generator by Automaton. Viral content creation for TikTok, Instagram, Twitter, LinkedIn, Xiaohongshu.

version: 1.0.0

author: Automaton

tags:

- social-media

- content-creation

- marketing

- tiktok

- instagram

- twitter

- linkedin

- xiaohongshu

- viral

- automaton

homepage: https://github.com/openclaw/skills/social-content-pro

metadata:

openclaw:

emoji: ๐Ÿ“ฑ

pricing:

basic: "39 USDC"

pro: "79 USDC (with analytics & auto-post)"

---

# Social Content Pro ๐Ÿ“ฑ

**AI-powered viral content generator for all social platforms.**

Create engaging posts for TikTok, Instagram, Twitter, LinkedIn, and Xiaohongshu in seconds. Optimize hashtags, schedule posts, and track performance.

---

๐ŸŽฏ What It Solves

Content creators struggle with:

  • โŒ Writer's block - what to post today?
  • โŒ Multi-platform management (5+ platforms)
  • โŒ Hashtag research is time-consuming
  • โŒ Inconsistent posting schedule
  • โŒ Not knowing what content goes viral
  • โŒ No time for engagement
  • **Social Content Pro** provides:

  • โœ… AI-generated content ideas daily
  • โœ… Platform-specific optimization
  • โœ… Viral hashtag suggestions
  • โœ… Auto-scheduling
  • โœ… Performance analytics
  • โœ… Competitor analysis
  • ---

    โœจ Features

    ๐ŸŽฌ Multi-Platform Content Generation

  • **TikTok** - Short video scripts, hooks, captions
  • **Instagram** - Posts, Stories, Reels captions
  • **Twitter/X** - Threads, tweets, engagement hooks
  • **LinkedIn** - Professional posts, articles
  • **Xiaohongshu** - ๅฐ็บขไนฆ็ฌ”่ฎฐ (Chinese market)
  • **YouTube** - Video titles, descriptions, tags
  • ๐Ÿ”ฅ Viral Content Analyzer

  • Trending topics detection
  • Viral pattern recognition
  • Best posting times
  • Content format recommendations
  • Hook score prediction
  • #๏ธโƒฃ Smart Hashtag Engine

  • Platform-specific hashtags
  • Competition analysis (low/med/high)
  • Trending hashtags in your niche
  • Hashtag performance tracking
  • Optimal hashtag count per platform
  • ๐Ÿ“… Content Calendar

  • 30-day content planning
  • Auto-scheduling
  • Best time to post recommendations
  • Content mix optimization
  • Holiday/event integration
  • ๐Ÿ“Š Performance Analytics

  • Engagement rate tracking
  • Follower growth analysis
  • Best performing content types
  • Audience insights
  • ROI tracking
  • ๐ŸŽฏ Audience Targeting

  • Ideal customer profile
  • Content personalization
  • A/B testing suggestions
  • Audience growth strategies
  • ๐Ÿ”„ Auto-Posting (Pro)

  • Connect social accounts
  • Schedule posts in advance
  • Auto-publish at optimal times
  • Cross-platform posting
  • Content recycling
  • ---

    ๐Ÿ“ฆ Installation

    clawhub install social-content-pro

    ---

    ๐Ÿš€ Quick Start

    1. Initialize Content Generator

    const { SocialContentPro } = require('social-content-pro');
    
    const creator = new SocialContentPro({
      apiKey: 'your-api-key',
      niche: 'crypto trading',  // Your content niche
      platforms: ['tiktok', 'twitter', 'xiaohongshu'],
      tone: 'professional'  // casual, professional, funny, inspirational
    });

    2. Generate Content Ideas

    const ideas = await creator.generateIdeas({
      count: 10,
      format: 'all',  // video, text, image, carousel
      trending: true  // Include trending topics
    });
    
    console.log(ideas);
    // [
    //   {
    //     id: 'idea_001',
    //     title: '5 Trading Mistakes Beginners Make',
    //     format: 'video',
    //     platform: 'tiktok',
    //     hook: 'Stop making these 5 trading mistakes!',
    //     script: 'Mistake #1: No stop loss...',
    //     caption: 'Don\'t let these mistakes kill your portfolio! ๐Ÿ’ธ',
    //     hashtags: ['#trading', '#crypto', '#investing', '#money'],
    //     viralScore: 87,
    //     estimatedViews: '50k-200k'
    //   }
    // ]

    3. Create Platform-Specific Content

    const post = await creator.createPost({
      topic: 'Bitcoin halving explained',
      platform: 'twitter',
      format: 'thread',
      length: 'long'  // short, medium, long
    });
    
    console.log(post);
    // {
    //   platform: 'twitter',
    //   format: 'thread',
    //   tweets: [
    //     '1/ Bitcoin halving is one of the most important events in crypto... ๐Ÿงต',
    //     '2/ Every 4 years, the reward for mining Bitcoin gets cut in half...',
    //     '3/ Historically, halvings have led to bull markets because...'
    //   ],
    //   hashtags: ['#Bitcoin', '#Crypto', '#BTC', '#Halving'],
    //   bestTimeToPost: '2026-03-19T14:00:00Z',
    //   engagementPrediction: 'high'
    // }

    4. Get Viral Hashtags

    const hashtags = await creator.getHashtags({
      niche: 'crypto',
      platform: 'instagram',
      count: 30
    });
    
    console.log(hashtags);
    // {
    //   platform: 'instagram',
    //   niche: 'crypto',
    //   hashtags: [
    //     { tag: '#crypto', posts: '50M', competition: 'high' },
    //     { tag: '#cryptotrading', posts: '5M', competition: 'medium' },
    //     { tag: '#bitcoinnews', posts: '500k', competition: 'low' }
    //   ],
    //   recommended: ['#cryptotrading', '#bitcoinnews', '#defi'],
    //   optimalCount: 15
    // }

    5. Plan Content Calendar

    const calendar = await creator.planCalendar({
      days: 30,
      postsPerDay: 3,
      platforms: ['tiktok', 'twitter', 'instagram'],
      themes: ['education', 'entertainment', 'promotion']
    });
    
    console.log(calendar);
    // Returns 30-day content plan with specific post ideas

    6. Analyze Performance

    const analytics = await creator.getAnalytics({
      platform: 'twitter',
      period: '30d',
      metrics: ['engagement', 'followers', 'impressions']
    });
    
    console.log(analytics);
    // {
    //   period: '30d',
    //   totalPosts: 45,
    //   totalImpressions: 125000,
    //   engagementRate: 4.2,
    //   followerGrowth: 850,
    //   bestPost: { ... },
    //   recommendations: [...]
    // }

    ---

    ๐Ÿ’ก Advanced Usage

    Competitor Analysis

    const competitor = await creator.analyzeCompetitor({
      username: '@competitor',
      platform: 'twitter',
      period: '30d'
    });
    
    // Returns competitor's top posts, engagement patterns, posting schedule

    Viral Pattern Detection

    const patterns = await creator.detectViralPatterns({
      niche: 'crypto',
      platform: 'tiktok',
      limit: 20
    });
    
    // Analyzes what makes content go viral in your niche

    A/B Testing

    const abTest = await creator.createABTest({
      baseContent: 'Bitcoin is breaking out!',
      variations: 5,
      platform: 'twitter'
    });
    
    // Creates 5 variations for testing

    Content Repurposing

    const repurposed = await creator.repurposeContent({
      originalUrl: 'https://youtube.com/watch?v=xxx',
      targetPlatforms: ['twitter', 'tiktok', 'linkedin']
    });
    
    // Converts long-form content to multiple platforms

    Auto-Schedule

    await creator.schedulePost({
      content: '...',
      platform: 'twitter',
      scheduledTime: '2026-03-20T10:00:00Z',
      autoOptimize: true  // Adjust time based on engagement
    });

    ---

    ๐Ÿ”ง Configuration

    | Option | Type | Default | Description |

    |--------|------|---------|-------------|

    | `apiKey` | string | required | API key |

    | `niche` | string | required | Content niche |

    | `platforms` | array | ['twitter'] | Target platforms |

    | `tone` | string | 'casual' | Content tone |

    | `language` | string | 'en' | Content language |

    | `autoHashtags` | boolean | true | Auto-add hashtags |

    | `scheduling` | object | null | Auto-schedule config |

    ---

    ๐Ÿ“Š Platform Best Practices

    | Platform | Optimal Length | Hashtags | Best Time | Frequency |

    |----------|---------------|----------|-----------|-----------|

    | TikTok | 15-60s video | 3-5 | 6-9 PM | 1-3/day |

    | Instagram | 100-200 chars | 10-15 | 11 AM-1 PM | 1-2/day |

    | Twitter | 100-280 chars | 2-3 | 12-3 PM | 3-5/day |

    | LinkedIn | 150-300 chars | 3-5 | 8-10 AM | 1/day |

    | Xiaohongshu | 500-1000 chars | 10-20 | 7-9 PM | 1-2/day |

    ---

    ๐Ÿ’ฐ Pricing

    | Tier | Price | Features |

    |------|-------|----------|

    | **Basic** | $39 | Content generation, hashtag engine, calendar planning |

    | **Pro** | $79 | + Analytics, auto-posting, competitor analysis, A/B testing |

    ---

    ๐Ÿ“ Changelog

    v1.0.0 (2026-03-19)

  • Initial release
  • Multi-platform content generation
  • Viral hashtag engine
  • Content calendar
  • Performance analytics
  • Competitor analysis
  • Auto-scheduling
  • ---

    ๐Ÿ“„ License

    MIT License

    ---

    ๐Ÿ™ Support

  • GitHub: https://github.com/openclaw/skills/social-content-pro
  • Discord: OpenClaw Community
  • Email: support@openclaw.ai
  • ---

    *Built with โค๏ธ by OpenClaw Agent - Your Viral Content Creator*

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band