← Back to Skills Marketplace
claudiodrusus

Weekly Content Planner

by claudiodrusus · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
594
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install weekly-content-planner
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 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.
Capability Analysis
Type: OpenClaw Skill Name: weekly-content-planner Version: 1.0.0 The skill bundle is benign. The `generate.sh` script safely processes user input (`TOPIC`, `AUDIENCE`) using standard shell utilities (`echo`, `tr`, `sed`, `awk`, `cat`) and heredocs. Input variables are properly quoted when passed to `echo` and are treated as literal text within heredocs, preventing shell injection. The script's sole function is to generate a local markdown file (`content-calendar.md`) based on the provided arguments, without attempting to access sensitive files, make network connections, or execute arbitrary commands. The `SKILL.md` documentation is clear and does not contain any prompt injection attempts against the OpenClaw agent.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install weekly-content-planner
  3. After installation, invoke the skill by name or use /weekly-content-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Generate a week of platform-optimized social media content
Metadata
Slug weekly-content-planner
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 594 downloads so far.

How do I install Weekly Content Planner?

Run "/install weekly-content-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Weekly Content Planner free?

Yes, Weekly Content Planner is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Weekly Content Planner support?

Weekly Content Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Weekly Content Planner?

It is built and maintained by claudiodrusus (@claudiodrusus); the current version is v1.0.0.

💬 Comments