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

✍️ OpenClawRadar📅 Published: May 9, 2026🔗 Source
Automate daily briefings into personal Spotify podcasts with OpenClaw and the Save to Spotify CLI
Ad

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.

Ad

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

Ad

👀 See Also