Social Media Scheduler

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a local-only social media drafting and planning skill, with no evidence of posting, credential use, network access, or hidden code.

This skill looks suitable if you want a local social media drafting planner. Before installing, be aware that it creates a local data folder and saves drafts, ideas, settings, and calendars there; it does not show evidence of posting to social networks or sending data externally.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may create a local folder in your home directory for this skill's data.

Why it was flagged

The skill instructs a local shell command on first use. The command is simple and scoped to creating the skill's own directory, but users should notice that shell execution is requested.

Skill content
On first message, create data directory: `mkdir -p ~/.openclaw/social-media-scheduler`
Recommendation

Allow this only if you are comfortable with the local directory being created; no elevated permissions should be needed.

What this means

Drafts and brand planning information may remain on disk and be reused by the skill later.

Why it was flagged

The skill persists brand details, content plans, ideas, and saved drafts for future use. This is purpose-aligned, but it creates reusable local context.

Skill content
All data stored under `~/.openclaw/social-media-scheduler/`: `settings.json`, `calendar.json`, `ideas.json`, `drafts.json`
Recommendation

Avoid storing sensitive unpublished content unless you are comfortable with local persistence, and delete the skill folder if you want to reset or remove saved data.