Install
openclaw skills install ai-social-media-proComprehensive social media management platform with AI-powered content creation, multi-platform scheduling, hashtag optimization, and performance analytics. Supports WeChat, Weibo, Xiaohongshu, Douyin, and more.
openclaw skills install ai-social-media-proAll-in-one social media management platform powered by AI. Create, schedule, publish, and analyze content across multiple platforms efficiently.
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);
// 创建一周内容计划
const calendar = await manager.createCalendar({
startDate: '2026-04-03',
endDate: '2026-04-09',
platforms: ['xiaohongshu', 'weibo', 'wechat'],
postsPerDay: 2,
themes: {
monday: '教育内容',
wednesday: '产品展示',
friday: '用户案例',
sunday: '互动话题'
}
});
// 获取表现分析
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}%`);
Content Style:
Hashtag Strategy:
Best Posting Times:
Content Style:
Hashtag Strategy:
Content Style:
Publishing Strategy:
【产品名】使用 30 天真实测评✨
先说结论:值得/不值得购买
✅ 优点:
1. ...
2. ...
❌ 缺点:
1. ...
2. ...
💰 价格:XXX 元
🛒 购买渠道:...
适合人群:...
推荐指数:⭐⭐⭐⭐⭐
#产品测评 #好物推荐 #真实测评
【教程】5 分钟学会 XXX✨
准备材料:
- ...
- ...
步骤:
1️⃣ 第一步...
2️⃣ 第二步...
3️⃣ 第三步...
小贴士:
💡 ...
💡 ...
学会了吗?评论区交作业~
#教程 #DIY #技能分享
const hashtags = await manager.researchHashtags({
topic: '护肤',
platform: 'xiaohongshu',
minPosts: 10000,
maxPosts: 1000000,
competition: 'medium'
});
// 返回:
// - 热门标签(100 万 + 帖子)
// - 中等相关标签(1-100 万帖子)
// - niche 标签(1-10 万帖子)
const performance = await manager.trackHashtagPerformance({
hashtags: ['#护肤', '#美妆', '#护肤教程'],
period: '30days'
});
// 返回每个标签的:
// - 平均互动数
// - reach
// - 转化率
Content Request
↓
Platform Analysis Agent
├─ Analyze platform requirements
├─ Identify best practices
└─ Determine optimal format
↓
Content Creation Agent
├─ Generate caption
├─ Suggest hashtags
└─ Recommend visuals
↓
Optimization Agent
├─ A/B test variations
├─ Optimize posting time
└─ Hashtag performance
↓
Scheduling & Publishing
├─ Add to calendar
├─ Auto-publish
└─ Cross-post
↓
Analytics & Feedback
├─ Track performance
├─ Learn from results
└─ Improve future content
clawhub install ai-social-pro
MIT
AI-Agent
1.1.0
2026-04-02
2026-04-02 (Enhanced with examples, templates, and best practices)