Reddit Scorecard

Re-measures live Reddit promo posts at day 7 and day 14 to score reach and earned-media value.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reddit posts keep accruing views for one to two weeks after publishing, so a single early snapshot undercounts reach and makes week-over-week growth unrecoverable. This Skill closes the measurement loop for Reddit promotion by keeping a per-post baseline ledger, re-measuring at day 7 and day 14, and reporting every number as a conservative floor. ## Core Features & Use Cases - Baseline Ledger: Registers operator-confirmed live posts in a JSON state file and stores every measurement so growth percentages stay recoverable. - Due Re-measure Reminders: Flags posts due for day-7 or day-14 re-measurement with their post-insights URLs, since Reddit view counts are not exposed by any public API. - Honest Scoring & EMV: Scores each post W/H/L on latest views, flags discussion wins, computes a conservative earned-media value range ($6-8 CPM plus $0.70-1.50 per comment), and logs removals separately instead of counting them as zero. - Use Case: After running a Reddit promo campaign, feed in the view counts from your post-insights page each week and receive a scorecard showing reach floors, growth, conservative EMV, and which subreddits removed posts. ## Quick Start Ask the agent to run the Reddit scorecard and list every tracked post due for a day-7 or day-14 re-measurement.

Frequently Asked Questions about Reddit Scorecard

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

FAQPage Schema
How do I track Reddit post views over time?▼

Register each live post with an add clause, then record view counts from the post-insights page using measure clauses at day 7 and day 14. The Skill keeps the earliest measurement as a baseline so growth percentages remain recoverable.

Can I get Reddit post view counts from an API?▼

No, Reddit per-post view and insight numbers are not exposed by any public API; they only appear in the poster's own post-insights UI. This Skill never fetches them and instead accepts operator-fed numbers through its var parameter or state file.

How is earned-media value calculated for Reddit posts?▼

EMV uses $6-8 CPM on total views plus $0.70-1.50 per comment, reported as a low-high range. It is stated as conservative because view counts are floors and only comments count as engagement, never as revenue.

What happens when a Reddit post gets removed by moderators?▼

Removed posts are moved to a separate removals ledger with subreddit, date, and reason, and report no view data. They are never counted as zero views and are excluded from reach and EMV totals, avoiding poisoned averages.

Does this skill post to Reddit automatically?▼

No, it is report-only and never posts. It only reads local memory files, writes the state ledger and logs, and sends the scorecard through a local notify command with no outbound network calls.