← Back to Skills Marketplace
AI Social Media Manager
by
lvjunjie-byte
· GitHub ↗
· v1.0.0
· MIT-0
477
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install ai-social-media-manager
Description
AI驱动的社交媒体管理,自动生成内容日历,推荐最佳发布时间,智能回复互动,分析并优化表现,支持多平台发布。
README (SKILL.md)
AI-Social-Media-Manager Skill
AI 驱动的社交媒体管理技能,自动化内容创作、发布和优化。
功能
- 📅 内容日历自动生成 - 基于行业趋势和受众分析生成月度内容计划
- ⏰ 最佳发布时间推荐 - 分析受众活跃度,推荐最优发布时段
- 💬 自动回复和互动 - 智能回复评论、私信,提升互动率
- 📊 表现分析和优化 - 追踪关键指标,提供优化建议
支持平台
- Twitter/X
- 小红书
- 微博
- 微信公众号
安装
clawhub install ai-social-media-manager
使用示例
生成内容日历
ai-smm calendar generate --platform xiaohongshu --month 2026-03 --topic "科技产品评测"
获取最佳发布时间
ai-smm schedule best-time --platform weibo --audience "18-35 岁科技爱好者"
自动回复评论
ai-smm engage auto-reply --post-id "xxx" --tone "友好专业"
分析表现
ai-smm analytics report --period "last_30_days" --platforms "xiaohongshu,weibo"
配置
在 TOOLS.md 中添加社交媒体账号配置:
### Social Media
- xiaohongshu: {username: "xxx", cookie: "xxx"}
- weibo: {username: "xxx", password: "xxx"}
- twitter: {api_key: "xxx", api_secret: "xxx"}
定价
$99/月 - 包含所有平台无限次使用
API 参考
详见 src/README.md
Usage Guidance
This package appears to be a local/simulated social‑media manager rather than a real connector. Before installing or adding any account secrets: 1) Do not paste real passwords, cookies, or API keys into TOOLS.md or any file unless the code explicitly reads them. 2) Inspect the code (platform adapters) for real HTTP calls or SDK usage — currently adapters return mock objects and perform no network I/O. 3) If you need real posting/analytics, ask the author/maintainer whether and how credentials are consumed; do not assume the README is accurate. 4) Run the included tests locally in a safe environment to confirm behavior. 5) If you must supply credentials, prefer creating limited/sandbox/test accounts and revoke them afterward. The main issue is coherence and potential for users to expose secrets unnecessarily, not active malicious behavior.
Capability Analysis
Type: OpenClaw Skill
Name: ai-social-media-manager
Version: 1.0.0
The skill bundle is a well-documented template for an AI-driven social media management tool. The core logic in `src/index.js` and `src/platform-adapter.js` consists of deterministic algorithms for content scheduling and mock adapters for various social platforms (Twitter, Weibo, etc.). There is no evidence of data exfiltration, malicious execution, or obfuscation; the platform adapters are currently stubs that return hardcoded data rather than making actual network requests. While it instructs users to store credentials in `TOOLS.md`, this is consistent with the OpenClaw framework's standard operating procedure for handling secrets.
Capability Assessment
Purpose & Capability
The name/description promise multi‑platform posting, auto‑publishing, and analytics. The code contains platform adapters and a CLI, but all adapters return mocked/simulated responses and there are no network/API calls or SDK usage. The project documentation also tells users to add platform credentials, yet the runtime does not read environment variables or any credential/config files. This is a functional mismatch: expected external integrations are not implemented.
Instruction Scope
SKILL.md / README instruct users to add platform account credentials into TOOLS.md and shows CLI commands for posting/commenting. However, runtime instructions and the actual code do not access those credentials or perform real network I/O. The instructions could cause users to store sensitive credentials for no reason; the skill's operational instructions imply capabilities that the code does not implement.
Install Mechanism
There is no install script or remote download; the package is self‑contained with source files. No external URLs, installers, or extraction steps are present in the manifest—low install risk.
Credentials
The manifest declares no required environment variables or credentials, but documentation asks users to place usernames, passwords, cookies, and API keys into TOOLS.md. Requesting or instructing users to provide secrets without the code actually needing them is disproportionate and could lead users to expose credentials unnecessarily.
Persistence & Privilege
The skill does not request persistent/always inclusion and does not modify other skills or system settings. It is user‑invocable only and has no privileged flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-social-media-manager - After installation, invoke the skill by name or use
/ai-social-media-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0 - Initial release with content calendar generation, optimal posting time, auto engagement, and analytics
Metadata
Frequently Asked Questions
What is AI Social Media Manager?
AI驱动的社交媒体管理,自动生成内容日历,推荐最佳发布时间,智能回复互动,分析并优化表现,支持多平台发布。 It is an AI Agent Skill for Claude Code / OpenClaw, with 477 downloads so far.
How do I install AI Social Media Manager?
Run "/install ai-social-media-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI Social Media Manager free?
Yes, AI Social Media Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI Social Media Manager support?
AI Social Media Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI Social Media Manager?
It is built and maintained by lvjunjie-byte (@lvjunjie-byte); the current version is v1.0.0.
More Skills