Content Writer Pro
v1.0.0Generate professional marketing copy, social media posts, ads, brand stories, and emails with customizable tones using AI-powered templates.
⭐ 0· 63·1 current·2 all-time
byLv Lancer@kaiyuelv
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (marketing copy, social posts, emails) matches the provided code, templates, examples, and tests. Declared dependencies (jinja2, pyyaml) are plausible for templating/configuration even if not obviously required in the visible snippet.
Instruction Scope
SKILL.md simply instructs installing requirements and importing the ContentWriterPro API — it does not direct the agent to read unrelated system files, access environment variables, or send data to external endpoints. Runtime instructions stay within the stated purpose.
Install Mechanism
There is no registry install spec (instruction-only in registry), but SKILL.md recommends pip install -r requirements.txt which is normal. requirements.txt points to standard PyPI packages; no downloads from unknown URLs or archive extraction are present.
Credentials
The skill requests no environment variables, credentials, or config paths. No evidence the code needs secrets or unrelated credentials.
Persistence & Privilege
Skill flags are default (always:false, agent invocation allowed). It does not request permanent presence or elevated agent/system privileges.
Assessment
This package appears to be what it says — a local copywriting helper — but before installing or giving it runtime access: 1) verify the full content_writer.py file (the provided snippet is truncated and contains a likely bug line 'content = templat...' which will cause runtime errors), 2) confirm the source/repository and check for any network calls, subprocess.exec, or code that reads environment variables or files (search for requests, urllib, socket, os.environ, subprocess, eval/exec, base64), 3) run tests in an isolated environment or sandbox (python -m pytest tests/) and review requirements usage (jinja2/pyyaml) to ensure they are actually needed, and 4) prefer installing from a known repository or fork you trust. If you need higher assurance, ask the author for the canonical source URL or request a signed release.Like a lobster shell, security has layers — review code before you run it.
latestvk97033nwjg6k0nfg739z0ne16n84mafs
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
