← Back to Skills Marketplace
129
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install normieclaw-content-creator-pro
Description
You have something to say but crafting platform-perfect posts for X, LinkedIn, Instagram, and TikTok is a full-time job. Content Creator Pro learns your bran...
Usage Guidance
This skill appears to do what it says: local-first content generation with brand profiles saved as JSON. Before installing: 1) Inspect the files yourself (data files are plain JSON) and confirm you are comfortable keeping brand data locally. 2) If you plan to use web_fetch or paste URLs, only allow explicit https:// URLs you trust — the skill's doc enforces this but you should still supervise fetched content. 3) Review scripts/export-calendar.sh — it contains a workspace-detection bug that will cause it to fail; fix or test the script before relying on exports. 4) SETUP-PROMPT runs a find over $HOME to locate the skill package — verify the discovered SKILL_DIR before copying to avoid accidental file operations. 5) If you later deploy the dashboard or a hosted DB, treat that as a separate integration that will require credentials and network access; review the dashboard code and hosting choices carefully. Overall, there are no red flags of credential exfiltration or hidden network calls in the packaged files — the issues found are implementation bugs and usability items rather than malicious behavior.
Capability Analysis
Type: OpenClaw Skill
Name: normieclaw-content-creator-pro
Version: 1.0.3
The Content Creator Pro skill bundle is a legitimate social media management tool that aligns with its stated purpose. It includes robust security guardrails in SKILL.md, such as explicit prompt-injection defenses and strict rules against exfiltrating sensitive brand data to external URLs. The bundle follows security best practices by instructing the agent to set restrictive file permissions (chmod 600/700) and includes a SECURITY.md audit. While the export-calendar.sh script contains a logic error in its directory traversal that prevents it from executing correctly, this appears to be a non-malicious bug rather than a vulnerability or intentional harm.
Capability Assessment
Purpose & Capability
The skill's name and description (multi-platform content generation, brand voice learning, calendar exports) match the included files and instructions. It requests no environment variables or external credentials, keeps data in local JSON files, and does not require network access by default. The dashboard and DB schema are optional companion artifacts (for users who choose to build a hosted dashboard) and do not contradict the offline-first claim.
Instruction Scope
SKILL.md limits runtime activity to reading/writing files under the skill workspace (data/*.json, config/), running the provided export script, and optionally using web_fetch/web_search when the user explicitly asks to fetch a URL. It also includes an explicit prompt-injection defense telling the agent to treat external content as data-only. Minor concerns: examples and prose describe fetching external URLs and extracting content (which is expected behavior when the user asks) — make sure you only allow web fetches for explicit, safe https:// URLs. Also, SETUP-PROMPT uses a find command that scans $HOME for the skill package directory (intended to locate the skill copy) — this is not a secret exfiltration action but it may search the filesystem, so inspect the path it finds before copying.
Install Mechanism
There is no remote installer; the skill is instruction-only and uses local scripts. That is low risk. The provided export-calendar.sh is included as a local script and requires jq (documented). Note: export-calendar.sh contains a workspace-detection loop that will always reach '/' and then exit (appears to be a logic bug) — the script as packaged will likely immediately error instead of locating the skill directory; this is an implementation bug rather than malicious behavior.
Credentials
The skill declares zero required env vars, no credentials, and no config paths outside its workspace. All file permissions/chmod operations in SETUP-PROMPT are scoped to the skill workspace and intended to lock down data files (chmod 700/600). Nothing requests unrelated credentials or broad system access.
Persistence & Privilege
The skill does not request permanent 'always' inclusion and does not modify other skills or system-wide settings. Setup creates/locks files inside the skill folder only. Autonomous invocation is allowed by default (normal for skills) but not combined with broad privileges or credential access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install normieclaw-content-creator-pro - After installation, invoke the skill by name or use
/normieclaw-content-creator-pro - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
v1.0.3: Security fixes: confined scripts to skill directory, removed filesystem traversal from setup
v1.0.2
v1.0.2: MIT license, cleaned descriptions, removed cross-sell
v1.0.1
Added rich descriptions and frontmatter.
v1.0.0
Initial publish from NormieClaw.ai - Free OpenClaw skills for everyone.
Metadata
Frequently Asked Questions
What is Content Creator Pro?
You have something to say but crafting platform-perfect posts for X, LinkedIn, Instagram, and TikTok is a full-time job. Content Creator Pro learns your bran... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.
How do I install Content Creator Pro?
Run "/install normieclaw-content-creator-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Content Creator Pro free?
Yes, Content Creator Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Content Creator Pro support?
Content Creator Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Content Creator Pro?
It is built and maintained by Nollio (@nollio); the current version is v1.0.3.
More Skills