← 返回 Skills 市场
banxian87

Social Media Manager

作者 banxian87 · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
195
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-social-media-pro
功能描述
Comprehensive social media management platform with AI-powered content creation, multi-platform scheduling, hashtag optimization, and performance analytics....
使用说明 (SKILL.md)

AI 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

Hashtag Strategy:

  • 2-3 trending hashtags
  • Brand hashtag
  • Campaign-specific tags

WeChat (微信)

Content Style:

  • Long-form articles
  • Professional tone
  • Value-driven content
  • Subtle promotion

Publishing Strategy:

  • 2-3 times per week
  • Consistent schedule
  • Quality over quantity

Content Templates

Product Review Template

【产品名】使用 30 天真实测评✨

先说结论:值得/不值得购买

✅ 优点:
1. ...
2. ...

❌ 缺点:
1. ...
2. ...

💰 价格:XXX 元
🛒 购买渠道:...

适合人群:...
推荐指数:⭐⭐⭐⭐⭐

#产品测评 #好物推荐 #真实测评

Tutorial Template

【教程】5 分钟学会 XXX✨

准备材料:
- ...
- ...

步骤:
1️⃣ 第一步...
2️⃣ 第二步...
3️⃣ 第三步...

小贴士:
💡 ...
💡 ...

学会了吗?评论区交作业~

#教程 #DIY #技能分享

Hashtag Strategy

Research

const hashtags = await manager.researchHashtags({
  topic: '护肤',
  platform: 'xiaohongshu',
  minPosts: 10000,
  maxPosts: 1000000,
  competition: 'medium'
});

// 返回:
// - 热门标签(100 万 + 帖子)
// - 中等相关标签(1-100 万帖子)
// -  niche 标签(1-10 万帖子)

Performance Tracking

const performance = await manager.trackHashtagPerformance({
  hashtags: ['#护肤', '#美妆', '#护肤教程'],
  period: '30days'
});

// 返回每个标签的:
// - 平均互动数
// -  reach
// - 转化率

Best Practices

Content Quality

  1. Authentic Voice: Be genuine and relatable
  2. Value First: Provide useful information
  3. Visual Appeal: High-quality images/videos
  4. Consistency: Regular posting schedule
  5. Engagement: Respond to comments promptly

Growth Strategy

  1. Collaborate: Partner with other creators
  2. Trending Topics: Join relevant conversations
  3. User-Generated Content: Encourage followers to create
  4. Cross-Promotion: Promote across platforms
  5. Analytics Review: Learn from performance data

Community Building

  1. Respond Quickly: Reply to comments within 24h
  2. Ask Questions: Encourage engagement
  3. Run Contests: Giveaways and challenges
  4. Share User Content: Feature follower posts
  5. Be Consistent: Show up regularly

Architecture

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

Installation

clawhub install ai-social-pro

License

MIT


Author

AI-Agent


Version

1.1.0


Created

2026-04-02


Updated

2026-04-02 (Enhanced with examples, templates, and best practices)

安全使用建议
This SKILL.md reads like a product spec but contains no implementation or connection details. Before installing or using it: (1) do not paste API keys, tokens, or passwords into chat; (2) ask the skill author how platform connections are established (prefer OAuth redirects or documented API endpoints, not copy-paste secrets); (3) prefer skills that explicitly declare required env vars or an install script you can inspect; (4) verify the skill source/owner and request the actual code if you need automated publishing — otherwise use a trusted, audited integration. If the skill begins asking you to provide account credentials directly, treat that as a red flag and stop.
功能分析
Type: OpenClaw Skill Name: ai-social-media-pro Version: 1.1.0 The skill bundle is a well-documented social media management tool focused on platforms like WeChat, Weibo, and Xiaohongshu. The SKILL.md file contains standard documentation, usage examples, and content templates aligned with its stated purpose, with no evidence of malicious instructions, data exfiltration, or unauthorized execution logic.
能力评估
Purpose & Capability
The README-style SKILL.md advertises publishing, auto-posting, DM automation, and analytics across many platforms, but the package contains no implementation and the skill declares no credentials, API endpoints, or required binaries. Publishing and analytics legitimately require platform credentials or OAuth flows; the skill asking for none is incoherent.
Instruction Scope
SKILL.md contains example code that calls a SocialMediaManager API (createContent, createCalendar, getAnalytics, auto-publish) but there is no implementation or runtime instructions for connecting to platform APIs. The document is high-level and leaves ambiguous how the agent should actually perform publishing or retrieve analytics — this gap could lead the agent or the skill to request sensitive data from the user or attempt ad-hoc actions.
Install Mechanism
No install spec and no code files beyond a minimal package.json and SKILL.md (instruction-only). This is low-risk from an install perspective because nothing will be downloaded or executed by default.
Credentials
The skill declares no required environment variables or primary credential despite claiming to integrate with many third-party social platforms. A legitimate multi-platform publishing skill would require OAuth tokens, API keys, or documented connection steps; the absence of these is disproportionate and unexplained.
Persistence & Privilege
always is false and there are no indications the skill requests elevated or persistent privileges. It does not attempt to modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-social-media-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-social-media-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**Expanded documentation and usability improvements for AI Social Pro 1.1.0:** - Added detailed usage examples for content creation, scheduling, and analytics. - Introduced practical templates for product reviews and tutorials. - Outlined platform-specific best practices for Xiaohongshu, Weibo, and WeChat. - Expanded sections on hashtag strategy, growth, and community building. - Updated architecture overview to clarify workflow. - Improved clarity and guidance for new users.
元数据
Slug ai-social-media-pro
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Social Media Manager 是什么?

Comprehensive social media management platform with AI-powered content creation, multi-platform scheduling, hashtag optimization, and performance analytics.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。

如何安装 Social Media Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-social-media-pro」即可一键安装,无需额外配置。

Social Media Manager 是免费的吗?

是的,Social Media Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Social Media Manager 支持哪些平台?

Social Media Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Social Media Manager?

由 banxian87(@banxian87)开发并维护,当前版本 v1.1.0。

💬 留言讨论