Bytesagain Email Writer
v1.0.1Generate professional email templates for outreach, follow-ups, and apologies. Use when writing cold emails, drafting follow-up messages, creating apology em...
⭐ 0· 50·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description (email template generator) aligns with the provided code and SKILL.md. However, metadata declares no required binaries while SKILL.md and the included script state it needs bash and python3; that mismatch is an implementation inconsistency (the script actually invokes python3).
Instruction Scope
SKILL.md describes only generating templates and the script prints template content — there are no network calls, file reads, or credential accesses. Note: the script uses single-quoted heredocs for embedded Python (python3 << 'PYEOF') and sets Python variables like name="$name", which prevents shell variable interpolation; as a result the script will print literal "$name" placeholders instead of substituting the CLI arguments. This is a functionality bug, not a data-exfiltration behavior.
Install Mechanism
No install spec (instruction-only) and code is bundled in the repository. Nothing is downloaded or executed from external URLs. This is low-risk from an install perspective.
Credentials
The skill declares no required environment variables or credentials and the instructions do not attempt to access secrets or unrelated config paths. Proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges or modify other skills' configs. Autonomous invocation is allowed (platform default) but there are no additional privilege requests.
Assessment
This skill appears coherent and non-malicious: it only generates email templates and does not access network or credentials. Before installing, note two practical issues: (1) SKILL.md and the script require bash and python3 but the registry metadata lists no required binaries — ensure python3 is available where you run it; (2) the included script uses single-quoted heredocs so CLI arguments will not be substituted into the templates (you'll see literal $name, $company, etc.). If you want it callable as bytesagain-email-writer, you’ll need to place the script in your PATH or add an install step. If you need help confirming or fixing the interpolation bug, request an updated script that either expands shell variables before invoking Python or passes values via environment/command-line arguments and reads them in Python.Like a lobster shell, security has layers — review code before you run it.
latestvk97dktegq5g7j1pa4epmpf3fbx83v3ky
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
