repurpose

Generate platform-specific social media posts from blog post content.

2|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/Anglesite/anglesite --skill repurpose-anglesite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repurpose
Source: https://github.com/Anglesite/anglesite/tree/main/agent-skills/repurpose
Command: npx skills add https://github.com/Anglesite/anglesite --skill repurpose-anglesite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, requests, beautifulsoup4, markdown, Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of social media post variants from blog posts, saving you time and ensuring consistency across platforms.

Core Features & Use Cases

  • Generate Post Variants: Create tailored social media posts for each platform based on blog post content.
  • Platform-Specific Content: Customize captions, hashtags, and images for Instagram, Facebook, Google Business Profile, Nextdoor, Twitter, Bluesky, and Reddit.
  • Use Case: After publishing a blog post, automatically generate social media posts with relevant information, hashtags, and images for all active platforms.

Quick Start

Use the repurpose skill to generate Instagram posts from the attached blog post 'latest-release.md'.

Frequently Asked Questions about repurpose

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

FAQPage Schema
How do I automate social media post generation from blog posts?

Automating social media post generation from blog posts requires parsing text, images, and metadata to create platform-specific posts. This Skill processes blog content to produce tailored captions, hashtags, and images for multiple social platforms.

Can I generate platform-specific content for Instagram and Twitter from a single blog post?

Yes, you can generate platform-specific content for Instagram, Twitter, Facebook, Google Business Profile, Nextdoor, Bluesky, and Reddit. The Skill customizes captions, hashtags, and images from a single blog post for each platform.

Do I need Python and BeautifulSoup to repurpose blog content into post variants?

Python and BeautifulSoup are required dependencies for repurposing blog content into post variants. These libraries handle HTML parsing and text manipulation to extract and process blog post data for content generation.

What is the best way to create post variants from markdown blog posts?

Creating post variants from markdown blog posts involves parsing markdown content and metadata to generate customized social media posts. The Skill uses the markdown library to process text and produce platform-specific social media content.

Does automated blog content repurposing work with images and metadata?

Automated blog content repurposing works with images and metadata by processing them alongside text. Using Pillow and BeautifulSoup, it extracts metadata and images from blog posts to include in generated platform-specific social media posts.

Are there limitations when generating social media posts for platforms not supporting text-based posts?

Generating social media posts is limited to platforms that support text-based social media posts. The Skill is incompatible with platforms requiring purely video or audio content, as it focuses on processing text, metadata, and images.