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.