Skip to content

Kilo-Org/kilo-newsletter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kilo Newsletter Automation

Tools and templates for producing the weekly Kilo Code newsletter.

Quick Start

# Run the full pipeline
./scripts/run-pipeline.sh

# Or run steps individually:
./scripts/gather-github.sh    # Pull PRs and contributors
./scripts/gather-blog.sh      # Pull blog posts from RSS
./scripts/gather-events.sh    # Generate event data
./scripts/transform.sh        # Transform to newsletter format
./scripts/draft.sh            # Generate HTML draft with LLM

Structure

kilo-newsletter/
├── AGENTS.md           # Detailed documentation for automation
├── archives/           # Past newsletters (raw HTML)
├── data/               # Generated data (gitignored)
├── drafts/             # Generated drafts
├── prompts/
│   └── system.md       # LLM system prompt
└── scripts/
    ├── gather-github.sh
    ├── gather-blog.sh
    ├── gather-events.sh
    ├── transform.sh
    ├── draft.sh
    ├── run-pipeline.sh
    └── sync-archives.sh

Schedule

  • Draft generation: Thursday 6am ET (cron)
  • Human review: Thursday morning
  • Newsletter sent: Thursday (via Customer.io)

Pipeline

  1. Data Gathering (scripts) — Pull from GitHub, blog RSS, events
  2. Data Transform (scripts) — Structure and deduplicate
  3. Draft Generation (LLM) — Generate HTML newsletter
  4. Human Review — Brendan reviews and publishes

Documentation

See AGENTS.md for detailed documentation on:

  • Newsletter structure and sections
  • Content sources
  • Employee filtering
  • Manual input requirements
  • HTML styling guidelines

Syncing Archives

To pull new newsletters from news.kilocode.ai:

./scripts/sync-archives.sh

Dependencies

  • gh CLI (authenticated with Kilo-Org access)
  • python3 with standard library
  • jq
  • curl
  • openclaw CLI or ANTHROPIC_API_KEY for draft generation

About

Kilo Code weekly newsletter automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors