← Back to Skills Marketplace
claudiodrusus

Social Media Scheduler

by claudiodrusus · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
560
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install shelly-social-scheduler
Description
Generate a full week of social media content for any topic. Outputs platform-optimized posts for Twitter/X, LinkedIn, and Instagram with hashtags and posting...
Usage Guidance
This skill is coherent and low-risk: it generates a local markdown file from the topic and optional audience and does not access the network or require secrets. Before running, inspect generate.sh (you already have it) and: 1) back up any existing content-calendar.md because the script will overwrite it; 2) run it in a dedicated directory if you want to avoid accidental file replacement; 3) note that topic normalization removes non-alphanumeric characters and lowercases tags (e.g., "Sustainable Fashion" -> #sustainablefashion), so check hashtags for readability; 4) if you plan to use an LLM as the SKILL.md suggests, be aware that piping to an external model may send your topic/audience text to that model—review that model's privacy policy before sending sensitive content.
Capability Analysis
Type: OpenClaw Skill Name: shelly-social-scheduler Version: 1.0.0 The skill bundle is benign. The `generate.sh` script correctly implements its stated purpose of creating a social media content calendar in markdown format. It uses standard shell commands (`cat`, `echo`, `tr`, `sed`, `awk`, `date`) for text processing and file output. User inputs (`TOPIC`, `AUDIENCE`) are handled appropriately; `TOPIC_TAG` is sanitized, and while `AUDIENCE` is used directly, it is embedded within a heredoc that is written to a file, not executed as a shell command. There is no evidence of data exfiltration, unauthorized execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent itself in `SKILL.md` or `generate.sh`.
Capability Assessment
Purpose & Capability
Name/description match the provided files: a small Bash script plus documentation that generate a week of platform-optimized draft posts. Required tools (bash, cat, common POSIX utilities) are proportionate to the task.
Instruction Scope
SKILL.md and generate.sh are limited to producing content-calendar.md in the current directory from the supplied topic/audience. One minor operational note: the script unconditionally writes/overwrites content-calendar.md (cat > "$OUTPUT"), so running it in a directory with an existing file will replace that file without prompting.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with an included shell script. Nothing is fetched from the network or written outside the current working directory.
Credentials
The skill requests no environment variables, no credentials, and does not read config paths. The script only reads its positional args and standard date/locale utilities.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not attempt to modify other skills or system-wide settings. It runs locally when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install shelly-social-scheduler
  3. After installation, invoke the skill by name or use /shelly-social-scheduler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
social-media-scheduler 1.0.0 — Initial release - Generate a full week of platform-optimized posts for any topic or audience. - Outputs content for Twitter/X, LinkedIn, and Instagram, including hashtags and suggested posting times. - Follows a built-in weekly content strategy and platform-specific post guidelines. - Creates a ready-to-edit markdown content calendar with 21 posts (7 days × 3 platforms). - Simple usage: run a shell script with your topic and (optional) target audience.
Metadata
Slug shelly-social-scheduler
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Social Media Scheduler?

Generate a full week of social media content for any topic. Outputs platform-optimized posts for Twitter/X, LinkedIn, and Instagram with hashtags and posting... It is an AI Agent Skill for Claude Code / OpenClaw, with 560 downloads so far.

How do I install Social Media Scheduler?

Run "/install shelly-social-scheduler" 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 claudiodrusus (@claudiodrusus); the current version is v1.0.0.

💬 Comments