Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

newsletter-generator时事通讯生成器

Agent Skill

newsletter-generator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

64,081

周安装

2,697

GitHub Stars

1

下载量

22,439
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:newsletter-generator(时事通讯生成器)
来源仓库:https://github.com/michael-laffin/newsletter-generator
安装命令:
openclaw skills install newsletter-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install newsletter-generator

简介

生成包含精选内容、附属链接和个性化推荐的自动电子邮件通讯。在创建每日/每周时事通讯、构建电子邮件列表或通过联属内容的订户参与获利时使用。

SKILL.md

name
newsletter-generator
description
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.

Newsletter Generator

Overview

Automate email newsletter creation with curated content, affiliate monetization, and personalized recommendations. Build and monetize email lists at scale.

Core Capabilities

1. Content Curation

Automatically:

  • Curate trending articles and blog posts
  • Find relevant content based on keywords/topics
  • Extract key points and summaries
  • Categorize content by topic (tech, marketing, lifestyle, etc.)
  • Filter for quality and relevance

2. Newsletter Templates

Pre-built templates for:

  • Daily digest (5-10 links, brief summaries)
  • Weekly roundup (deep dives, featured articles)
  • Industry news (news-focused, time-sensitive)
  • Tutorial series (educational, step-by-step)
  • Product recommendations (affiliate-heavy, monetized)

3. Affiliate Integration

Automatically includes:

  • Context-aware affiliate links
  • Product recommendations matching newsletter theme
  • FTC-compliant disclosures
  • Trackable links for analytics
  • Revenue optimization based on engagement

4. Personalization

Personalize with:

  • Subscriber segments
  • Past engagement data
  • Time zones for optimal send times
  • Custom sender info
  • Dynamic content based on preferences

5. Analytics & Optimization

Track and optimize:

  • Open rates and click-through rates
  • Affiliate link performance
  • Subscriber growth and churn
  • Best-performing content types
  • Send time optimization

Quick Start

Generate Daily Digest

# Use scripts/generate_newsletter.py
python3 scripts/generate_newsletter.py \
  --type daily \
  --topic marketing \
  --articles 10 \
  --affiliate-links 3 \
  --output newsletter.md

Generate Weekly Roundup

python3 scripts/generate_newsletter.py \
  --type weekly \
  --topic tech \
  --articles 20 \
  --include-tutorials \
  --include-products \
  --output weekly.md

Curate from RSS Feeds

# Use scripts/curate_content.py
python3 scripts/curate_content.py \
  --rss-feeds https://feeds.feedburner.com/example1,https://example2.com/feed \
  --keywords marketing,seo,content \
  --articles 10 \
  --output curated_content.json

Scripts

generate_newsletter.py

Generate newsletter from curated content.

Parameters:

  • --type: Newsletter type (daily, weekly, monthly, roundup, products)
  • --topic: Primary topic/theme
  • --articles: Number of articles to include
  • --affiliate-links: Number of affiliate links to include
  • --include-tutorials: Include educational content
  • --include-products: Include product recommendations
  • --tone: Newsletter tone (professional, casual, playful)
  • --output: Output file

Example:

python3 scripts/generate_newsletter.py \
  --type daily \
  --topic digital-marketing \
  --articles 8 \
  --affiliate-links 3 \
  --tone conversational \
  --output newsletter.md

curate_content.py

Curate content from RSS feeds or URLs.

Parameters:

  • --rss-feeds: Comma-separated RSS feed URLs
  • --keywords: Filter by keywords
  • --max-articles: Maximum articles to curate
  • --min-relevance: Minimum relevance score (0-1)
  • --output: Output JSON file

Example:

python3 scripts/curate_content.py \
  --rss-feeds https://blog.example.com/feed,https://news.example.com/rss \
  --keywords "marketing,seo,growth" \
  --max-articles 15 \
  --output curated.json

add_affiliate_links.py

Add affiliate links to existing newsletter.

Parameters:

  • --input: Newsletter file
  • --network: Affiliate network (amazon, shareasale, cj, impact)
  • --links: Number of links to add
  • --disclosure-position: Where to add disclosure (top, bottom, inline)

Example:

python3 scripts/add_affiliate_links.py \
  --input newsletter.md \
  --network amazon \
  --links 5 \
  --disclosure-position top

schedule_newsletter.py

Schedule newsletter for sending (generates schedule data).

Parameters:

  • --newsletter: Newsletter file
  • --send-time: Optimal send time
  • --timezone: Subscriber timezone
  • --segments: Subscriber segments
  • --output: Schedule file for ESP (Email Service Provider)

Example:

python3 scripts/schedule_newsletter.py \
  --newsletter newsletter.md \
  --send-time "09:00" \
  --timezone "America/Chicago" \
  --output schedule.json

analytics_report.py

Generate analytics and optimization recommendations.

Parameters:

  • --metrics-file: Metrics data from ESP
  • --period: Time period (7d, 30d, 90d)
  • --output: Report file

Newsletter Templates

Daily Digest Template

Subject: [Topic] Daily Digest - [Date]

---

## Today's Top Stories

[Article 1 Title]
[Summary]
[Read more →] [Affiliate Link if applicable]

[Article 2 Title]
[Summary]
[Read more →]

...

## Quick Tip
[Brief actionable tip with affiliate link]

## Featured Resource
[Product/Tool recommendation]
[Brief description]
[Get it here →] [Affiliate Link]

---

[FTC Disclosure]

Weekly Roundup Template

Subject: [Topic] Weekly Roundup - Top [N] Stories

---

## This Week's Highlights

[Deep Dive Article 1]
[Comprehensive summary]
[Read the full article →]

[Deep Dive Article 2]
[Comprehensive summary]
[Read the full article →]

## Tutorial Corner
[Step-by-step tutorial]
[Product recommendations with affiliate links]

## Industry News
[3-5 key news stories]
[Brief updates]

## Recommended Resources
[Product recommendations with affiliate links]

---

[FTC Disclosure]

Best Practices

Subject Lines

  • Keep under 50 characters for mobile
  • Use numbers and brackets [Daily Digest], [Weekly]
  • Include urgency or curiosity
  • A/B test different subject lines

Content Balance

  • 70% value (educational content)
  • 20% curation (other people's content)
  • 10% promotion (affiliate/sales)

Affiliate Links

  • 1-3 links per newsletter
  • Contextually relevant to content
  • Clear disclosure at the top
  • Trackable links for analytics

Send Times

  • B2B: Tuesday-Thursday, 9-11 AM
  • B2C: Weekends, 6-8 PM
  • Newsletters: Tuesday/Wednesday, 8-10 AM
  • Promotions: Monday or Friday

Automation

Daily Newsletter Generation

# Generate daily newsletter at 8 AM
0 8 * * * /path/to/newsletter-generator/scripts/generate_newsletter.py \
  --type daily \
  --topic tech \
  --articles 10 \
  --affiliate-links 3 \
  --output /path/to/newsletters/daily_$(date +\%Y\%m\%d).md

Weekly Roundup

# Generate weekly newsletter every Sunday at 9 AM
0 9 * * 0 /path/to/newsletter-generator/scripts/generate_newsletter.py \
  --type weekly \
  --topic marketing \
  --articles 20 \
  --include-tutorials \
  --output /path/to/newsletters/weekly_$(date +\%Y\%m\%d).md

Integration Opportunities

With Content Recycler

# 1. Recycle article to newsletter format
content-recycler/scripts/recycle_content.py \
  --input article.md \
  --platforms email

# 2. Add affiliate links
newsletter-generator/scripts/add_affiliate_links.py \
  --input email_version.md

With SEO Article Generator

# 1. Generate SEO article
seo-article-gen --keyword "newsletter topic"

# 2. Curate related content
newsletter-generator/scripts/curate_content.py --keywords "newsletter topic"

# 3. Generate newsletter
newsletter-generator/scripts/generate_newsletter.py

Revenue Impact

Email Marketing Stats:

  • Average open rate: 20-30%
  • Average CTR: 2-5%
  • Affiliate conversion: 1-3%
  • Revenue per 1,000 subscribers: $50-500/month

Scaling Potential:

  • 1 newsletter/day × 1,000 subscribers = $50-500/day
  • 1 newsletter/week × 10,000 subscribers = $500-5,000/week

Build your list. Monetize automatically. Scale effortlessly.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.94%
按下载量换算16,367

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills