Weekly Content Planner

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...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 371 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (weekly social media content planner) matches the provided artifacts. The only required runtime is Bash and cat, which the SKILL.md and generate.sh legitimately use to produce content-calendar.md. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs the agent/user to run ./generate.sh with a topic and optional audience. The script only formats text, uses date/sed/awk/tr, and writes a local markdown file. It does not read arbitrary system files, access environment variables, or transmit data to external endpoints.
Install Mechanism
There is no install spec (instruction-only + a single script). Nothing is downloaded or extracted. This is low-risk and consistent with the skill's functionality.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not reference any. That matches the simple local text-generation behavior.
Persistence & Privilege
The skill is not always-enabled, does not request persistent privileges, and does not modify system-wide or other skills' configuration. It only writes a single output file in the current directory.
Assessment
This skill is a simple, local Bash script that generates a markdown content calendar — it does not contact external services or require credentials. Before installing/running: (1) review the generate.sh file (it’s short and only uses date, tr, sed, awk, cat), (2) be aware it will create/overwrite content-calendar.md in the current directory, and (3) if you later pipe the output to an LLM or a scheduling tool, those downstream tools may require credentials or send data externally — review them separately. If future versions add networking, environment variables, or installers, re-evaluate those changes before use.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk9767tvh7z73g6w4mqad6pxsr181m5d5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Social Media Scheduler 📅

Generate a full week of social media content for any topic or niche. Outputs platform-optimized posts for Twitter/X, LinkedIn, and Instagram.

Usage

# Generate a week of posts for a topic
./generate.sh "artificial intelligence"

# Specify a niche audience
./generate.sh "sustainable fashion" "eco-conscious millennials"

Arguments

  1. Topic/Niche (required) — The subject for your content week
  2. Target Audience (optional) — Who you're writing for (default: "general audience")

Output

Creates content-calendar.md in the current directory with:

  • 7 days of posts (Mon–Sun)
  • 3 platform variants per day (Twitter, LinkedIn, Instagram)
  • Hashtag suggestions per platform
  • Best posting times
  • Content mix (educational, engagement, promotional, storytelling)

Content Strategy Built In

The generator follows a proven weekly content mix:

DayTheme
MonMotivational / Week opener
TueEducational / How-to
WedEngagement / Question
ThuBehind-the-scenes / Story
FriTip / Quick win
SatCurated / Industry news
SunReflection / Community

Platform Guidelines

  • Twitter/X: ≤280 chars, punchy, 2-3 hashtags, thread hooks
  • LinkedIn: Professional tone, 1-3 paragraphs, thought leadership, 3-5 hashtags
  • Instagram: Visual-first caption, storytelling, 5-10 hashtags, CTA in bio link

Requirements

  • Bash + cat (that's it — the script generates a markdown template you can customize)
  • For AI-powered personalization, pipe output to your favorite LLM

Example

./generate.sh "productivity tips" "remote workers"
# → Creates content-calendar.md with 21 ready-to-post drafts

Author

🦞 Shelly — @ShellyToMillion

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…