← 返回 Skills 市场
mkpareek0315

Social Media Scheduler

作者 Manish Pareek · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
557
总下载
2
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install social-media-planner
功能描述
When user asks to plan social media posts, create content calendar, write captions, generate hashtags, schedule posts, plan content strategy, write tweets, c...
安全使用建议
This skill appears to do what it says: generate and save social posts locally. Before installing, verify two things: (1) whether your agent runtime will grant exec permission (the SKILL.md says mkdir is needed but the metadata doesn't list exec); if the agent will require exec, confirm you are comfortable giving that minimal filesystem-create capability. (2) understand that queries asking for live/trending data may be hallucinated because the skill claims no network access—it cannot fetch real-time trends. If you proceed, check the created ~/.openclaw/social-media-scheduler/ files yourself and avoid granting network or extra credential permissions unless you explicitly want the skill to integrate with external services.
功能分析
Type: OpenClaw Skill Name: social-media-planner Version: 1.1.0 The skill is classified as benign. The `SKILL.md` explicitly states that it makes 'NO external API calls, NO network requests, NO data sent to any server' and 'Does NOT post to social media'. All data is stored locally within `~/.openclaw/social-media-scheduler/`. The only `exec` command is `mkdir -p` for creating its data directory, which is a necessary and benign operation. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The skill's functionality is entirely focused on generating text content and managing it locally, aligning perfectly with its stated purpose.
能力评估
Purpose & Capability
Name/description match the instructions: it generates captions, calendars, ideas and saves them locally. It does not request external credentials or unrelated binaries, which is proportionate for a local content planner.
Instruction Scope
Runtime instructions are self-contained and limit file I/O to ~/.openclaw/social-media-scheduler/, which is appropriate. Two minor concerns: (1) the examples include queries like "trending topics today" which suggest real-time data but the skill explicitly disallows network access—so it will either hallucinate trends or rely on stale/local data; (2) the textual instructions state mkdir (an exec action) is needed, but the skill metadata only declares read/write tools (exec is not declared).
Install Mechanism
No install spec or external downloads — instruction-only. This is low-risk because nothing is written to disk by an installer beyond the files the agent itself creates as part of normal operation.
Credentials
The skill requests no environment variables or credentials, which fits its stated local-only operation. However, the SKILL.md text lists exec, read, and write as needed permissions while the metadata only lists read and write — this mismatch should be clarified.
Persistence & Privilege
always is false and the skill only writes to a private directory under the user's home; it does not ask to modify other skills or system-wide settings. Its persistence is limited to its own ~/.openclaw/social-media-scheduler/ files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install social-media-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /social-media-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0 — Removed exec permission
v1.0.0
v1.0.0 — 18-feature AI content planner with captions, hashtags, calendars, batch creation
元数据
Slug social-media-planner
版本 1.1.0
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Social Media Scheduler 是什么?

When user asks to plan social media posts, create content calendar, write captions, generate hashtags, schedule posts, plan content strategy, write tweets, c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 557 次。

如何安装 Social Media Scheduler?

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

Social Media Scheduler 是免费的吗?

是的,Social Media Scheduler 完全免费(开源免费),可自由下载、安装和使用。

Social Media Scheduler 支持哪些平台?

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

谁开发了 Social Media Scheduler?

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

💬 留言讨论