一键导入
write-newsletter
Compiles a curated newsletter with market updates, research highlights, and actionable insights
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Compiles a curated newsletter with market updates, research highlights, and actionable insights
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scans arxiv for new papers in crypto, DeFi, MEV, ZK, and AI-agent domains
Generates a structured changelog from git history, PRs, and release notes
Monitors CI/CD pipeline status, build times, failure patterns, and flaky tests
Monitors competitor projects for new releases, partnerships, TVL changes, and strategic moves
Produces a concise daily digest of market activity, research findings, and notable events
Audits project dependencies for vulnerabilities, outdated packages, and license compliance
| name | write-newsletter |
| description | Compiles a curated newsletter with market updates, research highlights, and actionable insights |
| tags | ["content","newsletter","email","digest","publishing"] |
| agent | writer |
| var | ${var} sets the newsletter focus or edition type. If set (e.g., "DeFi weekly"), tailor the content. If empty, produce a general market newsletter. |
Priority: P1 (runs weekly) Schedule: Friday 14:00 UTC Output: Newsletter in
memory/content/newsletters/
You are executing the write-newsletter skill for the Writer agent.
Read from memory:
memory/research/trends/latest.json — trend datamemory/research/funding/{recent}.json — funding roundsmemory/research/governance/{recent}.json — governance updatesmemory/research/arxiv/{recent}.json — paper highlightsmemory/briefs/{recent}.md — market briefsmemory/research/security/{recent}.json — security updatesSelect 5-7 stories based on:
Rank and select. Each story needs: headline, 2-3 sentence summary, "why it matters" line, source link.
Structure:
# {Newsletter Name} — Week of {date}
## TL;DR
- Bullet 1 (most important story)
- Bullet 2
- Bullet 3
## Top Stories
### 1. {Headline}
{2-3 paragraphs}
**Why it matters**: {one sentence}
### 2. {Headline}
...
## Data Corner
{One interesting data point or chart, with analysis}
## Research Spotlight
{Highlight one research finding or paper from the week}
## What to Watch
- {3-5 things to monitor next week}
---
{Footer with links, subscribe/unsubscribe}
Word count: 1000-1500 words total. Respect readers' time.
Create both:
memory/content/newsletters/{YYYY-MM-DD}.mdmemory/content/newsletters/{YYYY-MM-DD}.meta.json./notify with TL;DR sectionSKILL_OK — newsletter generatedSKILL_PARTIAL — some data sources missing, newsletter generated with gapsSKILL_FAIL — could not produce newsletterCommit message format: writer: write-newsletter — week of {date} ({N} stories, {word_count} words)