editorial-reddit-sync

Sync Reddit submissions to site calendars by matching blog or YouTube entries.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/oletizi/audiocontrol.org --skill editorial-reddit-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: editorial-reddit-sync
Source: https://github.com/oletizi/audiocontrol.org/tree/main/.claude/skills/editorial-reddit-sync
Command: npx skills add https://github.com/oletizi/audiocontrol.org --skill editorial-reddit-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill reduces manual work by automatically aligning Reddit submissions with the site's published blog posts or YouTube videos and upserting corresponding DistributionRecords into the site calendar.

Core Features & Use Cases

  • Fetches recent Reddit submissions for a configured site and matches them to blog posts or YouTube entries, updating the calendar with DistributionRecords in an idempotent manner.
  • Supports two match types: blog and YouTube, with automatic deduplication and cross-site filtering (skips submissions from other sites).
  • Uses per-site credentials stored in ~/.config/audiocontrol/reddit.json to determine the Reddit username for syncing.

Quick Start

Run the editorial-reddit-sync skill to fetch recent Reddit submissions for the configured site and upsert matching entries into the site's calendar.

Frequently Asked Questions about editorial-reddit-sync

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

FAQPage Schema
How do I auto-sync Reddit posts to my content calendar?

You can sync Reddit submissions to your content calendar by configuring per-site credentials and running this skill, which matches posts to published blog or YouTube entries and upserts DistributionRecords automatically.

How does Reddit submission matching work for blog posts and YouTube videos?

The matching mechanism fetches recent Reddit submissions and compares them against published blog posts or YouTube entries, automatically determining the match type and upserting corresponding DistributionRecords into the site calendar.

Do I need a config file to sync Reddit submissions to my site calendar?

Yes, you need a per-site Reddit config file at ~/.config/audiocontrol/reddit.json to provide the Reddit username for syncing and enable the skill to read the site calendar to resolve matches and perform upserts.

Can I avoid duplicate DistributionRecords when syncing Reddit posts?

Yes, the skill applies idempotent behavior and automatic deduplication when upserting DistributionRecords, including cross-site filtering that skips submissions from other sites to prevent duplicate calendar entries.

What sites are supported for Reddit content synchronization?

Currently, the skill applies to configured sites audiocontrol and editorialcontrol, supporting per-site Reddit usernames and host matching to sync submissions into their respective content calendars.

Why are my Reddit posts not showing up in the content calendar?

Reddit submissions may not appear in the content calendar if the per-site config file is missing, if the submissions do not match existing blog or YouTube entries, or if cross-site filtering skips the posts because they belong to another configured site.