Reddit Promo

Drafts subreddit-tailored Reddit posts from daily fetch-tweets output for human review and posting.

Updated Jun 11, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon-bd --skill reddit-promo-aaronjmars
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Reddit Promo
Source: https://github.com/aaronjmars/aeon-bd/tree/main/skills/reddit-promo
Command: npx skills add https://github.com/aaronjmars/aeon-bd --skill reddit-promo-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning daily social monitoring output into occasional, rule-compliant Reddit self-promotion is repetitive and easy to get wrong: duplicate text across subreddits trips spam filters, missing disclosure violates sub rules, and posting too often reads as spam. This Skill reads the existing fetch-tweets output, picks the freshest promotable story about Aeon, and writes copy-paste-ready drafts tailored per subreddit. ## Core Features & Use Cases - Story selection from existing data: Parses the last 7 days of fetch-tweets logs and dashboard JSON to find promotable items (shipped features, metrics, endorsements), deduplicating against a seen-file and skipping FUD or rumors. - Per-subreddit drafting: Generates 3-5 unique drafts using archetypes (open-source, agents, startup, github, community, etc.), each with a title, value-first body, canonical link, one-click submit URL, and a rule/disclosure note. - Cadence and state tracking: Surfaces days since the last promo, appends promoted URLs to the seen-file, and logs each run; exits silently when nothing fresh is worth promoting. - Use Case: After fetch-tweets captures a third-party endorsement of Aeon's agent framework, run this Skill to get three distinct drafts for r/Agent_AI, r/OpenSourceAI, and r/StartupMind, each with a pre-filled composer link for the operator to review and post manually. ## Quick Start Run the reddit-promo skill to draft Reddit posts promoting the freshest Aeon story from the latest fetch-tweets output.

Frequently Asked Questions about Reddit Promo

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

FAQPage Schema
How do I draft Reddit posts promoting my open-source project?▼

Run the Skill after your daily fetch-tweets job; it reads the last 7 days of curated tweet logs, selects the strongest promotable story, and writes one tailored draft per chosen subreddit. Each draft includes a title, body, canonical link, and a pre-filled submit URL for manual posting.

How to avoid Reddit spam filters when posting to multiple subreddits?▼

Never post identical text across subreddits, since Reddit's filter flags cross-posted duplicates. This Skill rewrites each draft independently per subreddit archetype, varies titles and openings, and keeps self-promotion occasional by surfacing days since the last promo.

Does this Reddit drafting tool post automatically to Reddit?▼

No, it produces drafts only and never posts to Reddit or requires Reddit credentials. Output is delivered via a local notify script, and a human operator reviews each draft and posts it manually using the provided one-click composer link.

Can I use this without running fetch-tweets first?▼

No, the Skill depends on existing fetch-tweets output stored in memory logs or dashboard JSON files; it does not call the X API itself. Without recent curated tweet data, it finds no promotable items and exits with a skip status.

What happens when there is nothing new worth promoting on Reddit?▼

The Skill logs a REDDIT_PROMO_SKIP status and exits without sending any notification. This silence-by-design behavior keeps self-promotion occasional so the account does not read as spam to subreddit moderators.