Use Sidekiq Scheduler to run recurring Ruby/Sidekiq agent jobs for refreshes, evaluations, reports, maintenance, and queue-driven automations with cron-style schedules.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill run-scheduled-ruby-agent-jobs-with-sidekiq-scheduler --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Run Scheduled Ruby Agent Jobs With Sidekiq Scheduler?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-run-scheduled-ruby-agent-jobs-with-sidekiq-schedul)More formats (shields.io, HTML) on the badges page.
---
name: "Run scheduled Ruby agent jobs with Sidekiq Scheduler"
slug: "run-scheduled-ruby-agent-jobs-with-sidekiq-scheduler"
description: "Use Sidekiq Scheduler to run recurring Ruby/Sidekiq agent jobs for refreshes, evaluations, reports, maintenance, and queue-driven automations with cron-style schedules."
github_stars: 1754
verification: "security_reviewed"
source: "https://github.com/sidekiq-scheduler/sidekiq-scheduler"
author: "Sidekiq Scheduler contributors"
publisher_type: "open_source"
category: "Templates & Workflows"
framework: "Custom Agents"
tool_ecosystem:
github_repo: "sidekiq-scheduler/sidekiq-scheduler"
github_stars: 1754
---
# Run scheduled Ruby agent jobs with Sidekiq Scheduler
Use Sidekiq Scheduler to run recurring Ruby/Sidekiq agent jobs for refreshes, evaluations, reports, maintenance, and queue-driven automations with cron-style schedules.
## Prerequisites
Ruby application using Sidekiq, Redis, sidekiq-scheduler gem, Sidekiq worker classes, sidekiq.yml scheduler configuration
## Installation
Use the upstream install or setup path that matches your environment:
- gem install sidekiq-scheduler
Basic usage or getting-started notes:
- ruby
- require 'sidekiq-scheduler'
- include Sidekiq::Job
- Source: https://github.com/sidekiq-scheduler/sidekiq-scheduler
- Extracted from upstream docs: https://raw.githubusercontent.com/sidekiq-scheduler/sidekiq-scheduler/HEAD/README.md
## Documentation
- https://sidekiq-scheduler.github.io/sidekiq-scheduler/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/run-scheduled-ruby-agent-jobs-with-sidekiq-scheduler/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!