ai-social-pro
Comprehensive social media management platform with AI-powered content creation, multi-platform scheduling, hashtag optimization, and performance analytics. Supports WeChat, Weibo, Xiaohongshu, Douyin, and more.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/banxian87/ai-social-media-proAI Social Pro
All-in-one social media management platform powered by AI. Create, schedule, publish, and analyze content across multiple platforms efficiently.
Features
📝 Content Creation
- AI Writing: Platform-specific content generation
- Hashtag Optimization: Trending and relevant hashtags
- Image Suggestions: Visual content recommendations
- Caption Variations: Multiple versions for A/B testing
📅 Content Calendar
- Visual Calendar: Plan posts weeks in advance
- Auto-Scheduling: Optimal posting times
- Bulk Upload: Schedule multiple posts at once
- Content Queue: Never run out of content
🌐 Multi-Platform Support
- WeChat: Official account posts
- Weibo: Microblogging content
- Xiaohongshu: Lifestyle posts
- Douyin: Short video scripts
- Bilibili: Video content planning
- LinkedIn: Professional content
📊 Analytics & Insights
- Performance Metrics: Engagement, reach, clicks
- Audience Insights: Demographics and behavior
- Competitor Analysis: Benchmark against rivals
- ROI Tracking: Measure campaign effectiveness
🎯 Audience Engagement
- Comment Management: Respond to comments efficiently
- DM Automation: Automated message responses
- Mention Tracking: Monitor brand mentions
- Sentiment Analysis: Understand audience mood
Usage
Content Creation
const manager = new SocialMediaManager();
// 为小红书创建内容
const xhsContent = await manager.createContent({
platform: 'xiaohongshu',
topic: '夏季护肤 routine',
tone: 'friendly',
targetAudience: '18-30 岁女性',
keyPoints: ['防晒', '保湿', '美白'],
includeHashtags: true
});
console.log(xhsContent.caption);
console.log(xhsContent.hashtags);
Content Calendar
// 创建一周内容计划
const calendar = await manager.createCalendar({
startDate: '2026-04-03',
endDate: '2026-04-09',
platforms: ['xiaohongshu', 'weibo', 'wechat'],
postsPerDay: 2,
themes: {
monday: '教育内容',
wednesday: '产品展示',
friday: '用户案例',
sunday: '互动话题'
}
});
Analytics
// 获取表现分析
const analytics = await manager.getAnalytics({
platform: 'xiaohongshu',
startDate: '2026-03-01',
endDate: '2026-03-31',
metrics: ['engagement', 'reach', 'followers']
});
console.log(`总互动数:${analytics.totalEngagement}`);
console.log(`平均互动率:${analytics.avgEngagementRate}%`);
Platform-Specific Optimization
Xiaohongshu (小红书)
Content Style:
- Personal, authentic tone
- Before/after photos
- Detailed product reviews
- Step-by-step tutorials
Hashtag Strategy:
- 5-10 relevant hashtags
- Mix of popular and niche
- Include trending tags
Best Posting Times:
- Morning: 7-9 AM
- Lunch: 12-2 PM
- Evening: 7-10 PM
Weibo (微博)
Content Style:
- Short, punchy messages
- Trending topics integration
- Visual content priority
- Call-to-action included
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-banxian87-ai-social-media-pro": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
agent-architecture-patterns
AI Agent architecture patterns library with 10 patterns for single and multi-agent systems
ai-code-generator
AI code generator using Plan-and-Solve + ReAct for generating complete, runnable code from requirements and specifications.
ai-email-master
Professional email writing assistant with tone adjustment, template library, grammar checking, and response suggestions. Supports formal, casual, persuasive, and empathetic tones for business communication.
research-assistant
Research assistant using ReAct + Plan-and-Solve for web research, information synthesis, and report generation with citations.
content-creator-assistant
AI writing assistant using Reflection + Tree of Thoughts for high-quality content creation. Generates articles, blogs, and documentation with iterative refinement.