reddit-schedule

reddit-schedule is a command for coding agents from agamjn/rising. It costs 27 tokens per session (417 once invoked), scanned A, original, MIT.

A command for scheduling the /reddit-daily command to run automatically at times you specify, such as every weekday at 9 a.m. Cron is a system for running commands on a schedule.

In plain words
What is it for?
Use it to set or change the cadence for /reddit-daily, after the Reddit project has been set up.
Why use it?
It removes the need to remember to run the daily Reddit task and keeps the scheduled task tied to the correct product folder.

Command

Part of the rising plugin — 1 skill, 5 commands, 5 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/agamjn/rising/reddit-schedule
Clone the repo
git clone --depth 1 https://github.com/agamjn/rising

Or install rising, the plugin that ships this one along with the rest of its 1 skill, 5 commands, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for reddit-schedule

README.md
[![agentmods](https://agentmods.dev/badge/commands/agamjn/rising/reddit-schedule.svg)](https://agentmods.dev/commands/agamjn/rising/reddit-schedule)
Your own site
<a href="https://agentmods.dev/commands/agamjn/rising/reddit-schedule"><img src="https://agentmods.dev/badge/commands/agamjn/rising/reddit-schedule.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 417 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.00417
Opus 5 $0.00014 $0.00209
Sonnet 5 $0.00005 $0.00083
Haiku 4.5 $0.00003 $0.00042

Measured 5d ago against content hash c4b7ef581a64, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

reddit-schedule scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/reddit-schedule.md · 38 lines

What it actually says

You register /reddit-daily as a scheduled task using Claude Code's built-in scheduling.

Pre-flight check

  • Read $ARGUMENTS. If empty, ask: "When should /reddit-daily run? (e.g., 'weekdays at 9am', 'every day at 7am', 'monday wednesday friday at noon')"
  • Verify CWD is set up (has product.md, etc.) — same check as /reddit-daily. If not, refuse and tell the user to run /reddit-setup first.

Procedure

  1. Get the absolute CWD: pwd.

  2. Use the schedule skill (or mcp__scheduled-tasks__create_scheduled_task directly if available) to register a task with:

    • Schedule: parsed from the user's natural-language input
    • Working directory: the CWD captured above (so the daily run uses the right product folder)
    • Prompt: /reddit-daily
    • Name/label: rising: <product folder name> daily
  3. Confirm to the user:

Scheduled.
  Product folder: <CWD>
  Cadence: <human-readable cadence>
  Next run: <when>

Use /reddit-schedule <new-cadence> to change it, or your scheduled-tasks UI to remove it.

Quality bar

  • The schedule must include the working directory — without it, the scheduled run won't know which product folder to operate in.
  • If multiple folders are set up, each should have its own scheduled task. Don't try to multiplex.
  • If the user re-runs this command in the same folder, replace the existing scheduled task rather than creating a duplicate.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 38 lines · 27 tokens per session scan A c4b7ef581a64

Subscribe to this mod's changes

reddit-schedule is a command published in the GitHub repository agamjn/rising (17 stars, last pushed 3mo ago), licensed MIT. It adds 27 tokens to every session and 417 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.