Scheduler - command-line tool for everyday use Use when you need scheduler.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill command-line-task-scheduler --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Command Line Task Scheduler?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-command-line-task-scheduler)More formats (shields.io, HTML) on the badges page.
---
name: command-line-task-scheduler
description: "Scheduler - command-line tool for everyday use Use when you need scheduler."
category: "Productivity"
author: community
version: "2.0.0"
icon: check-square
---
# Scheduler
Task scheduler — cron job management, recurring tasks, calendar integration, reminder setting, deadline tracking, and time blocking.
## Commands
| Command | Description |
|---------|-------------|
| `scheduler run` | Execute main function |
| `scheduler list` | List all items |
| `scheduler add <item>` | Add new item |
| `scheduler status` | Show current status |
| `scheduler export <format>` | Export data |
| `scheduler help` | Show help |
## Usage
```bash
# Show help
scheduler help
# Quick start
scheduler run
```
## Examples
```bash
# Run with defaults
scheduler run
# Check status
scheduler status
# Export results
scheduler export json
```
## How It Works
## Tips
- Run `scheduler help` for all commands
- Data stored in `~/.local/share/scheduler/`
---
*Powered by BytesAgain | bytesagain.com*
*Feedback & Feature Requests: https://bytesagain.com/feedback*
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!