newsletter

Aggregate scheduled-task results and vault edits into a narrative newsletter.

9|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/lmorchard/decafclaw --skill newsletter-lmorchard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: newsletter
Source: https://github.com/lmorchard/decafclaw/tree/main/src/decafclaw/skills/newsletter
Command: npx skills add https://github.com/lmorchard/decafclaw --skill newsletter-lmorchard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams and individuals summarize long-running autonomous agent activity into a concise, human-friendly newsletter that can be emailed or stored in the vault.

Core Features & Use Cases

  • Aggregate scheduled-task results and vault edits within a configurable window into a cohesive narrative.
  • Support argument parsing for optional tokens like "send" and a window spec, enabling both inline previews and full archive + delivery.
  • Deliver the composed narrative to configured targets (email and vault pages) and generate a short, relevant subject hint to accompany the delivery.

Quick Start

Invoke the newsletter skill to generate and publish the latest autonomous-agent activity digest.

Frequently Asked Questions about newsletter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize autonomous agent activity into a newsletter?

You can summarize autonomous agent activity into a newsletter by aggregating scheduled-task results and vault edits within a configurable time window, grouping related entries into a cohesive narrative story, and formatting the output with a conversational tone.

How do I automate email delivery for an autonomous agent activity digest?

To automate email delivery for an autonomous agent activity digest, parse the 'send' argument and a window spec during invocation, which triggers the skill to archive the composed markdown narrative and publish it to configured delivery targets like email and vault pages.

What is the best way to group scheduled-task results into a narrative email?

The best way to group scheduled-task results into a narrative email is to configure a specific time window for aggregation, allowing the skill to cluster related task outcomes and vault edits into a cohesive, human-friendly story with relevant vault references.

Can I preview a newsletter before sending it to email delivery targets?

Yes, you can preview a newsletter before sending it to email delivery targets by invoking the skill without the optional 'send' token, which produces an inline markdown preview instead of executing full archive and delivery actions.

Does the newsletter skill require external dependencies to format vault edits?

No, the newsletter skill requires no external dependencies to format vault edits, operating autonomously to parse arguments, aggregate activity within a time window, and generate markdown with vault references natively.

How do I generate a subject line for an automated agent newsletter?

You generate a subject line for an automated agent newsletter by triggering the delivery action, which automatically produces a concise, relevant subject hint to accompany the narrative email sent to configured targets.