Weekly Content Planner
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a simple local content-calendar generator that runs a Bash script and writes a markdown file, with no evidence of credential, account, or network access.
This skill looks safe for its stated purpose. Before installing or running it, note that it is from an unknown source and will create or overwrite content-calendar.md in your current folder. It does not appear to post to social media, use platform credentials, or send data to external services.
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.
You are relying on the registry-provided artifact rather than a verifiable upstream project page.
The skill has limited provenance metadata. This is only a notice because the provided artifacts include the full shell script and no remote install or dependency-fetching behavior is shown.
Source: unknown Homepage: none
Review the included script before running it and prefer installing skills from sources you trust.
Running the skill will write content-calendar.md in the current directory and may replace an existing file with that name.
The skill is implemented as a local Bash script that creates or overwrites a fixed markdown file. This is disclosed and central to the stated purpose, with no evidence of network calls, credential use, or destructive system changes.
OUTPUT="content-calendar.md" ... cat > "$OUTPUT" << EOF
Run it in a directory where creating or overwriting content-calendar.md is acceptable, or rename/back up any existing file first.
