Automate daily briefings into personal Spotify podcasts with OpenClaw and the Save to Spotify CLI

A developer on the OpenClaw team built a personal briefing pipeline that produces a private Spotify podcast episode every morning. The setup uses OpenClaw's skill system and the newly released Save to Spotify CLI, which is open-source and available on ClawHub.
How it works
- OpenClaw runs daily at 7am.
- It pulls overnight Slack threads, GitHub notifications, and calendar events.
- Summarizes everything into a structured briefing (top 5 items, ordered by urgency).
- Generates a transcript and renders it as mp3 audio.
- Calls the Save to Spotify CLI to upload the mp3 as a private episode.
By the time the developer is on their commute, the episode is in their Spotify library. They listen at 1.5x speed and are caught up before their first meeting.
Installation and setup
The skill is published on ClawHub under @spotify/save-to-spotify. One install — no manual manifest wiring. Under the hood, the project exposes a skill manifest under agents/skills/, and your OpenClaw agent picks it up automatically.
The project is open source: github.com/spotify/save-to-spotify
Tips from production use
- Give OpenClaw a strict format — the developer uses "top 5 things, in order of urgency".
- Write summaries aimed at audio: short sentences, no bulleted asides.
- Timeline mode is useful for referencing external links, screenshots, diagrams.
This pipeline replaced the developer's morning Slack-scrolling ritual entirely.
📖 Read the full source: r/openclaw
👀 See Also

Claude Code Prompt Architecture Reverse-Engineered for Local Models
A clean-room reimplementation of Claude Code's 26-prompt architecture is now available on GitHub, offering system prompts, tool prompts, safety rules, memory compression, and verification patterns for building coding agents on local models like Ollama, llama.cpp, or vLLM.

OpenEvol: Offline Self-Improvement Pipeline for LLMs Using Conversation History
OpenEvol v0.1.1 is an offline pipeline that automatically mines AI conversation history to create fine-tuning datasets without manual labeling. It runs on CPU initially and supports five teacher backends including OpenAI-compatible APIs and HuggingFace Transformers.

Modo: Open-Source AI IDE with Spec-Driven Development and Agent Hooks
Modo is an open-source desktop IDE built on Void editor that adds spec-driven development workflows, agent hooks, and steering files. It structures prompts into requirements, design, and tasks before generating code.

WAYD: A 60-Second Social Break Inside Claude Code, Cursor, and Copilot CLI
WAYD is a plugin for Claude Code, Cursor, and Copilot CLI that lets you post one-line vibes about your coding day under mood-tags and scroll a feed of other devs' reactions — all from your terminal, backed by GitHub Issues.