Weekly Content Planner

v1.0.0

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

1· 531·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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.

latestvk9767tvh7z73g6w4mqad6pxsr181m5d5

License

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

Comments