← 返回 Skills 市场
lvjunjie-byte

AI Social Media Manager

作者 lvjunjie-byte · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
477
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install ai-social-media-manager
功能描述
AI驱动的社交媒体管理,自动生成内容日历,推荐最佳发布时间,智能回复互动,分析并优化表现,支持多平台发布。
使用说明 (SKILL.md)

AI-Social-Media-Manager Skill

AI 驱动的社交媒体管理技能,自动化内容创作、发布和优化。

功能

  • 📅 内容日历自动生成 - 基于行业趋势和受众分析生成月度内容计划
  • 最佳发布时间推荐 - 分析受众活跃度,推荐最优发布时段
  • 💬 自动回复和互动 - 智能回复评论、私信,提升互动率
  • 📊 表现分析和优化 - 追踪关键指标,提供优化建议

支持平台

  • Twitter/X
  • 小红书
  • 微博
  • LinkedIn
  • Instagram
  • 微信公众号

安装

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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-social-media-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-social-media-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 - Initial release with content calendar generation, optimal posting time, auto engagement, and analytics
元数据
Slug ai-social-media-manager
版本 1.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

AI Social Media Manager 是什么?

AI驱动的社交媒体管理,自动生成内容日历,推荐最佳发布时间,智能回复互动,分析并优化表现,支持多平台发布。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 477 次。

如何安装 AI Social Media Manager?

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

AI Social Media Manager 是免费的吗?

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

AI Social Media Manager 支持哪些平台?

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

谁开发了 AI Social Media Manager?

由 lvjunjie-byte(@lvjunjie-byte)开发并维护,当前版本 v1.0.0。

💬 留言讨论