← 返回 Skills 市场
theshadowrose

NewsletterKit Email Newsletter Builder

作者 Shadow Rose · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
390
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install newsletter-kit
功能描述
Build and format email newsletters from agent-curated content. Sections, formatting, subscriber-friendly HTML output. Works with any email service.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install newsletter-kit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /newsletter-kit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial upload
元数据
Slug newsletter-kit
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

NewsletterKit Email Newsletter Builder 是什么?

Build and format email newsletters from agent-curated content. Sections, formatting, subscriber-friendly HTML output. Works with any email service. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 390 次。

如何安装 NewsletterKit Email Newsletter Builder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install newsletter-kit」即可一键安装,无需额外配置。

NewsletterKit Email Newsletter Builder 是免费的吗?

是的,NewsletterKit Email Newsletter Builder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

NewsletterKit Email Newsletter Builder 支持哪些平台?

NewsletterKit Email Newsletter Builder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 NewsletterKit Email Newsletter Builder?

由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.0。

💬 留言讨论