← 返回 Skills 市场
michael-laffin

Newsletter Generator

作者 Michael-laffin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2022
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install newsletter-generator
功能描述
Generate automated email newsletters with curated content, affiliate links, and personalized recommendations. Use when creating daily/weekly newsletters, building email lists, or monetizing subscriber engagement with affiliate content.
安全使用建议
This skill's documentation promises many integrations (RSS crawling, affiliate networks, analytics, scheduling) but the shipped code only generates newsletters from hard-coded mock data and writes local files; several scripts mentioned in the README are missing. Before installing or using it in production: 1) Ask the author for the missing scripts and a clear explanation of which external services the skill will contact and what credentials it needs. 2) Inspect any additional code that will perform network I/O or require API keys — ensure it only uses minimal, service-specific credentials and does not exfiltrate sensitive data. 3) Test the skill in a sandbox (no real credentials) to confirm actual behavior. 4) If you need affiliate/ESP integration, require the skill to explicitly declare the needed environment variables and document how tokens are stored/used. Given the current mismatch between claims and code, do not assume it performs the advertised integrations until the author provides complete, auditable code.
功能分析
Type: OpenClaw Skill Name: newsletter-generator Version: 1.0.0 The skill bundle is designed for generating newsletters and curating content. The Python scripts (`curate_content.py`, `generate_newsletter.py`) currently use mock data and do not perform any network requests or access sensitive system resources. File operations are limited to writing generated content (JSON/Markdown) to user-specified output paths. The `SKILL.md` documentation provides clear, benign instructions and examples, with no evidence of prompt injection attempts or instructions for malicious actions.
能力评估
Purpose & Capability
The name/description promise curated content, affiliate integration, analytics, scheduling, and personalization. The bundled code only provides two Python scripts that generate newsletters from hard-coded mock data and write local files. There are no implementations for affiliate network APIs, analytics ingestion, ESP integration, or real RSS fetching. Several capabilities documented in SKILL.md (add_affiliate_links.py, schedule_newsletter.py, analytics_report.py) are referenced but not present. Requiring no credentials while advertising integrations that normally need API keys (ESP, affiliate networks, analytics) is inconsistent.
Instruction Scope
SKILL.md instructs the agent to run various scripts and to curate from RSS feeds / add affiliate links / schedule newsletters. The curate script accepts rss URLs but uses MOCK_RSS_DATA and does not perform network requests or real RSS parsing. SKILL.md references scripts that are not in the bundle. The instructions therefore over-promise and give the agent discretion to perform operations that the included code does not implement — this is confusing and could lead to incorrect assumptions about what will actually happen at runtime.
Install Mechanism
No install specification and the skill is primarily instruction + small Python scripts. Nothing is downloaded from external URLs and no install operations write code to the system. This is low-risk from an install/mechanism perspective.
Credentials
The skill declares no required environment variables or credentials, yet SKILL.md describes integration with affiliate networks, ESPs, and analytics (which typically require API keys/tokens). The absence of declared env vars is inconsistent with the claimed features. If the skill were extended to contact affiliate/ESP APIs it would need credentials — the current manifest does not request them or document how secrets would be used.
Persistence & Privilege
The skill does not request always:true and has no install hooks or code that modifies other skills or system-wide settings. It appears to run only as invoked and writes outputs locally (markdown/JSON files). No elevated persistence is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install newsletter-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /newsletter-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Automated email newsletter generation with curated content, affiliate links, and personalized recommendations
元数据
Slug newsletter-generator
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Newsletter Generator 是什么?

Generate automated email newsletters with curated content, affiliate links, and personalized recommendations. Use when creating daily/weekly newsletters, building email lists, or monetizing subscriber engagement with affiliate content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2022 次。

如何安装 Newsletter Generator?

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

Newsletter Generator 是免费的吗?

是的,Newsletter Generator 完全免费(开源免费),可自由下载、安装和使用。

Newsletter Generator 支持哪些平台?

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

谁开发了 Newsletter Generator?

由 Michael-laffin(@michael-laffin)开发并维护,当前版本 v1.0.0。

💬 留言讨论