← Back to Skills Marketplace
lvjunjie-byte

Ai Social Media Manager

by lvjunjie-byte · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
246
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-social-media-manager-lvjunjie
Description
AI驱动的社交媒体管理工具,自动生成内容日历,推荐最佳发布时间,智能互动回复及表现分析优化。
README (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

Usage Guidance
This package implements the advertised features in local JS code and currently uses mock/stubbed adapters, but its documentation tells you to add sensitive platform credentials (cookies, passwords, API keys, access tokens) into a TOOLS.md file — and the skill metadata does not declare those config paths or required secrets. Before installing or providing secrets: (1) avoid putting real credentials into plaintext project files (TOOLS.md) — prefer OS secret stores or environment variables; (2) inspect/verify how credentials are used and stored (search for any network calls, remote endpoints, or encryption code); (3) run the package in a sandboxed environment first and review runtime behavior (network connections, outbound endpoints); (4) ask the maintainer to clarify where credentials are stored and to update metadata to declare required config/credentials; and (5) if you must test, use test accounts / limited-permission tokens rather than your primary accounts.
Capability Analysis
Type: OpenClaw Skill Name: ai-social-media-manager-lvjunjie Version: 1.0.1 The skill is a functional template for an AI-driven social media management tool, providing logic for content planning, automated replies, and performance analytics. While the instructions in SKILL.md and README.md direct the agent to use sensitive credentials (cookies, passwords, and API keys) stored in a configuration file, the actual implementation in src/platform-adapter.js consists of harmless mock adapters. There is no evidence of data exfiltration, malicious execution, or prompt injection intended to subvert the agent's behavior.
Capability Assessment
Purpose & Capability
Name/description (social media posting, replies, analytics) reasonably require platform credentials; however the registry metadata declares no required env vars or config paths while the SKILL.md and README explicitly instruct the user to add platform credentials (username/password, cookie, API keys) to TOOLS.md. That discrepancy (tool asking for credentials but metadata not declaring them) is incoherent and worth flagging.
Instruction Scope
SKILL.md/README instruct the user to place sensitive credentials (cookies, passwords, API keys, access tokens) into a TOOLS.md file. The instructions do not declare how those secrets are stored or protected beyond a claim of 'encrypted storage' in README. The runtime instructions also reference connecting platforms and using those secrets for posting/replying; although the included adapters are currently stubs that return mock data, the instructions give explicit guidance to collect and store credentials — this expands scope into handling sensitive secrets and is not surfaced in the skill metadata.
Install Mechanism
No install spec is provided (instruction-only install via 'clawhub install' is documented), which is low-risk in itself. However this package includes multiple JS source files (cli, adapters, engine). The lack of an explicit install script/spec in the registry metadata is a minor mismatch but not inherently dangerous — installation will write bundled code to disk when the package is installed.
Credentials
The skill asks for high‑sensitivity secrets (cookies, platform passwords, API keys, access tokens) in its README/SKILL.md but the declared requirements list none (no required env vars, no required config paths). That omission prevents automated policy checks and is disproportionate: asking for many unrelated secrets without declaring them in metadata reduces transparency and increases risk of accidental credential exposure.
Persistence & Privilege
The skill does not request always:true or elevated platform privileges. It is user-invocable and allows normal autonomous invocation (default), which is expected. There is no code that modifies other skills or agent-wide settings in the bundle.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-social-media-manager-lvjunjie
  3. After installation, invoke the skill by name or use /ai-social-media-manager-lvjunjie
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Initial release
Metadata
Slug ai-social-media-manager-lvjunjie
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ai Social Media Manager?

AI驱动的社交媒体管理工具,自动生成内容日历,推荐最佳发布时间,智能互动回复及表现分析优化。 It is an AI Agent Skill for Claude Code / OpenClaw, with 246 downloads so far.

How do I install Ai Social Media Manager?

Run "/install ai-social-media-manager-lvjunjie" 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.1.

💬 Comments