← Back to Skills Marketplace
Social Media Scheduler
by
Manish Pareek
· GitHub ↗
· v1.1.0
557
Downloads
2
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install social-media-planner
Description
When user asks to plan social media posts, create content calendar, write captions, generate hashtags, schedule posts, plan content strategy, write tweets, c...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install social-media-planner - After installation, invoke the skill by name or use
/social-media-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 557 downloads so far.
How do I install Social Media Scheduler?
Run "/install social-media-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Social Media Scheduler free?
Yes, Social Media Scheduler is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Social Media Scheduler support?
Social Media Scheduler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Social Media Scheduler?
It is built and maintained by Manish Pareek (@mkpareek0315); the current version is v1.1.0.
More Skills