reddit-warmup-scheduler

Schedule Reddit warmup actions across accounts with safety constraints and JSON output.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/PytaichukBohdan/salesbooster-snoopgame --skill reddit-warmup-scheduler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reddit-warmup-scheduler
Source: https://github.com/PytaichukBohdan/salesbooster-snoopgame/tree/main/.claude/skills/reddit-warmup-scheduler
Command: npx skills add https://github.com/PytaichukBohdan/salesbooster-snoopgame --skill reddit-warmup-scheduler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-dotenv, pydantic, and includes scripts (resource) components.

What problem does it solve?

Reddit accounts require careful, scalable planning to grow karma without triggering safety signals. This skill provides decision-making for scheduling warmup actions across multiple accounts, ensuring natural timing and compliance with platform rules.

Core Features & Use Cases

  • Intelligent, session-based scheduling of warmup actions across accounts to maximize karma growth while minimizing risk.
  • Enforces safety constraints such as minimum action intervals, daily limits, active hours, weekend multipliers, and safe subreddits.
  • Supports early-warmup strategies (subscriptions to safe subreddits, passive browsing/reading) and coordination with a warmup job executor.
  • Use Case: A team wants to ramp up 5 Reddit accounts by scheduling a mix of subscribes, upvotes, and passive reads, evenly spaced across the day, with cooldowns respected.

Quick Start

Tell me to schedule a warmup session for Account A across safe subreddits during active hours to start the early warmup process.

Frequently Asked Questions about reddit-warmup-scheduler

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

FAQPage Schema
How do I schedule Reddit warmup actions across multiple accounts safely?

Scheduling Reddit warmup actions safely requires balancing safety constraints like minimum action intervals, daily limits, and active hours. This skill plans warmup actions across accounts, enforcing natural timing and compliance with platform rules to minimize risk.

What is the best way to automate early Reddit account warmup without triggering safety signals?

Early Reddit account warmup should prioritize subscriptions to safe subreddits and passive actions like browsing. This skill applies these early-warmup strategies automatically, spacing actions evenly across the day with cooldowns respected to avoid triggering safety signals.

Can I use Python to automate Reddit warmup schedules with cooldown awareness?

Yes, this skill uses Python with pydantic and python-dotenv to automate Reddit warmup schedules. It leverages cooldown awareness and trending content, outputting structured JSON-like decisions including action_type, subreddit, and timing for the executor.

How does a Reddit warmup scheduler handle weekend multipliers and daily limits?

A Reddit warmup scheduler handles weekend multipliers and daily limits by enforcing them as safety constraints during action planning. This skill validates these constraints and outputs them in a structured format to ensure compliant, natural growth.

Do I need a warmup executor to run the output from a Reddit warmup scheduler?

Yes, a warmup executor is needed to run the scheduled actions. This skill acts as the decision-making layer, outputting structured JSON-like data with action_type, subreddit, timing, and constraints validation designed specifically for a warmup job executor to consume.