← Back to Skills Marketplace
theshadowrose

NewsletterKit Email Newsletter Builder

by Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
390
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install newsletter-kit
Description
Build and format email newsletters from agent-curated content. Sections, formatting, subscriber-friendly HTML output. Works with any email service.
README (SKILL.md)

NewsletterKit Email Newsletter Builder

Build and format email newsletters from agent-curated content. Sections, formatting, subscriber-friendly HTML output. Works with any email service.


Curate content through the week. Generate a formatted newsletter on publish day.

Workflow

  1. Collect — save links, notes, snippets during the week
  2. Curate — agent organizes by section and relevance
  3. Draft — generate newsletter copy with section intros
  4. Format — output as HTML email, markdown, or plain text
  5. Review — human approves final version
  6. Send — export to your email service

Usage

const { NewsletterKit } = require('./src/newsletter-kit');
const kit = new NewsletterKit();

kit.addItem({ section: 'AI News', title: 'New model released', url: '...' });
kit.addItem({ section: 'Tools', title: 'Useful new library', url: '...' });

const newsletter = await kit.generate({
  name: 'Weekly AI Brief',
  intro: 'This week in AI...',
  format: 'html'
});

Output Formats

  • HTML — ready for Mailchimp, ConvertKit, or any ESP
  • Markdown — for Substack, Ghost, or your own platform
  • Plain text — for minimalist newsletters

⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from the use or misuse of this software — including but not limited to financial loss, data loss, security breaches, business interruption, or any indirect/consequential damages.
  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for their use case, environment, and risk tolerance.
  • No guarantee is made regarding accuracy, reliability, completeness, or fitness for any particular purpose.
  • The author(s) are not responsible for how third parties use, modify, or distribute this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system. The author(s) are not responsible for data loss, corruption, or unauthorized access resulting from software bugs, system failures, or user error. Always maintain independent backups of important data. This software does not transmit data externally unless explicitly configured by the user.


Support & Links

🐛 Bug Reports [email protected]
Ko-fi ko-fi.com/theshadowrose
🛒 Gumroad shadowyrose.gumroad.com
🐦 Twitter @TheShadowyRose
🐙 GitHub github.com/TheShadowRose
🧠 PromptBase promptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

Usage Guidance
This skill appears coherent and local-only, but review these practical points before installing: 1) It reads/writes a JSON file (default ./newsletter-items.json) in whatever working directory the agent runs from—ensure that location is acceptable and file permissions are appropriate. 2) _loadItems/_saveItems silently swallow errors, so make backups if the data is important. 3) Generated HTML escapes text and restricts links to http/https, which reduces XSS risk, but if you later embed or auto-send the HTML through an ESP, validate any user-provided URLs and content before sending. 4) The package contains no network calls or credential requirements; if a future version requests API keys or adds external downloads, treat that as a new risk. Overall, the package matches its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: newsletter-kit Version: 1.0.0 The NewsletterKit skill is a straightforward utility for collecting, organizing, and formatting newsletter content into HTML, Markdown, or plain text. The code in src/newsletter-kit.js follows basic security best practices, such as escaping HTML entities and validating URL protocols to prevent XSS or malicious URI schemes. It performs local file I/O to persist data to a JSON file, which is consistent with its stated purpose, and contains no evidence of data exfiltration, unauthorized network access, or malicious instructions.
Capability Assessment
Purpose & Capability
Name/description match the included source and SKILL.md. The code implements collecting items, organizing sections, and generating markdown/html/plain text output as advertised. No unrelated capabilities or external services are requested.
Instruction Scope
SKILL.md usage and workflow are scoped to newsletter curation and formatting. Runtime instructions and example usage reference only the bundled module and local data; they do not instruct reading arbitrary system files, environment variables, or sending data externally.
Install Mechanism
No install spec; this is instruction-plus-source only. There are no downloads or package installs referenced in the manifest or SKILL.md, so nothing writes arbitrary code to disk beyond the provided source file.
Credentials
The skill requests no environment variables, credentials, or config paths. The code uses only Node's fs module to read/write a single local JSON file (default './newsletter-items.json'), which is proportional to its purpose.
Persistence & Privilege
Skill is not always-enabled and does not request persistent platform privileges. It only persists its own data to a local JSON file; it does not modify other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install newsletter-kit
  3. After installation, invoke the skill by name or use /newsletter-kit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial upload
Metadata
Slug newsletter-kit
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is NewsletterKit Email Newsletter Builder?

Build and format email newsletters from agent-curated content. Sections, formatting, subscriber-friendly HTML output. Works with any email service. It is an AI Agent Skill for Claude Code / OpenClaw, with 390 downloads so far.

How do I install NewsletterKit Email Newsletter Builder?

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

Is NewsletterKit Email Newsletter Builder free?

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

Which platforms does NewsletterKit Email Newsletter Builder support?

NewsletterKit Email Newsletter Builder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created NewsletterKit Email Newsletter Builder?

It is built and maintained by Shadow Rose (@theshadowrose); the current version is v1.0.0.

💬 Comments