← Back to Skills Marketplace
loutai0307-prog

Bytesagain Email Writer

by loutai0307-prog · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
105
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install bytesagain-email-writer
Description
Generate professional email templates for outreach, follow-ups, and apologies. Use when writing cold emails, drafting follow-up messages, creating apology em...
README (SKILL.md)

bytesagain-email-writer

Professional email templates for cold outreach, follow-ups, apologies, introductions, and polite declines. Includes subject line generators with estimated open rates and platform-specific timing tips.

Usage

bytesagain-email-writer cold \x3Cname> \x3Ccompany> \x3Cgoal>
bytesagain-email-writer followup \x3Ccontext> \x3Cdays_since>
bytesagain-email-writer apology \x3Cissue> \x3Caudience>
bytesagain-email-writer intro \x3Cyour_name> \x3Ctheir_name>
bytesagain-email-writer decline \x3Crequest>
bytesagain-email-writer subject \x3Ctopic> \x3Cgoal>

Commands

  • cold — Cold outreach email with personalization tips and send-time guidance
  • followup — Follow-up email with multiple variants and cadence recommendations
  • apology — Apology email with accountability structure and remedy framework
  • intro — Self-introduction or mutual introduction email templates
  • decline — Polite decline with optional alternative and delay variants
  • subject — Generate 5 subject line variants by goal (open/convert/engage)

Examples

bytesagain-email-writer cold "Sarah Chen" "Acme Corp" "partnership"
bytesagain-email-writer followup "our product demo" 3
bytesagain-email-writer apology "service outage" "customers"
bytesagain-email-writer intro "Alice" "Bob"
bytesagain-email-writer decline "speaking at conference"
bytesagain-email-writer subject "AI tools" convert

Requirements

  • bash
  • python3

When to Use

Use when writing professional emails, need templates for common scenarios, want subject line inspiration, or need structured guidance on email etiquette and timing.

Usage Guidance
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.
Capability Assessment
Purpose & 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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bytesagain-email-writer
  3. After installation, invoke the skill by name or use /bytesagain-email-writer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add YAML metadata: homepage, source, description with Use when
v1.0.0
Initial release
Metadata
Slug bytesagain-email-writer
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Bytesagain Email Writer?

Generate professional email templates for outreach, follow-ups, and apologies. Use when writing cold emails, drafting follow-up messages, creating apology em... It is an AI Agent Skill for Claude Code / OpenClaw, with 105 downloads so far.

How do I install Bytesagain Email Writer?

Run "/install bytesagain-email-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bytesagain Email Writer free?

Yes, Bytesagain Email Writer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bytesagain Email Writer support?

Bytesagain Email Writer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Bytesagain Email Writer?

It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.1.

💬 Comments