convert-beehiiv-newsletter

Convert Beehiiv newsletter posts into blog markdown files with front matter and images.

8|1|Updated Oct 29, 2023
One-click install
npx skills add https://github.com/DidierRLopes/my-website --skill convert-beehiiv-newsletter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-beehiiv-newsletter
Source: https://github.com/DidierRLopes/my-website/tree/main/.claude/skills/convert-beehiiv-newsletter
Command: npx skills add https://github.com/DidierRLopes/my-website --skill convert-beehiiv-newsletter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates converting Beehiiv newsletter posts into properly formatted blog markdown files for use on your website, saving hours of manual formatting and link-cleaning work.

Core Features & Use Cases

  • Content extraction: Retrieve newsletter text, headings, links, and images from Beehiiv posts.
  • Front matter & structure: Generate blog-ready Markdown with slug, title, date, image, and tags.
  • Asset handling: Download hero and content images, convert to PNG, and save to the static blog assets directory for reliable rendering.
  • Use Case: Convert your latest Beehiiv posts into blog entries without losing formatting or context, ready for publishing.

Quick Start

Run the conversion workflow on the Beehiiv newsletter URL to produce a Markdown blog post with proper front matter and assets.

Frequently Asked Questions about convert-beehiiv-newsletter

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

FAQPage Schema
How do I convert a Beehiiv newsletter into a blog post?

Converting Beehiiv newsletters to blog posts involves extracting the newsletter content—text, headings, links, and images—then generating a markdown file with front matter including slug, title, date, and tags. This Skill automates that extraction and formatting, downloading images as PNG files to your static blog assets directory.

Can I extract images and preserve formatting from Beehiiv newsletters?

Yes. The Skill extracts all newsletter images, converts them to PNG, and organizes them into standard static paths while preserving links, heading hierarchy, and text formatting. It maintains 1:1 content fidelity excluding ads.

What's the best way to migrate content from Beehiiv to a static blog?

Web-scraping Beehiiv newsletter URLs with content conversion tools automates the migration. This Skill retrieves the full newsletter content and generates blog-ready markdown with proper front matter and organized assets, eliminating manual reformatting.

Do I need to manually clean up links when converting newsletters to markdown?

No. The Skill preserves all links and formatting during extraction, generating properly structured markdown without requiring manual link-cleaning or reformatting work.

What metadata does the converted markdown file include?

The generated markdown includes front matter with slug, title, date, featured image, and tags—all derived from Beehiiv post metadata. This makes the content immediately ready for publishing on static site generators.

Can I use this for importing multiple Beehiiv posts at once?

The Skill is designed to run the conversion workflow on individual Beehiiv newsletter URLs. For batch imports, you would run the conversion iteratively on each post URL to produce separate markdown files with assets.