routine-advisor

Suggest cron automation routines from recurring workflow patterns and create them after confirmation.

12.6k|1.5k|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/nearai/ironclaw --skill routine-advisor-nearai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: routine-advisor
Source: https://github.com/nearai/ironclaw/tree/main/skills/routine-advisor
Command: npx skills add https://github.com/nearai/ironclaw --skill routine-advisor-nearai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ironclaw helps you turn recurring manual actions into scheduled cron routines by recognizing patterns in what you do, what you forget, and what you want to automate.

Core Features & Use Cases

  • Routine suggestion: Proposes a specific automation only when the user indicates repeatability or scheduling intent (e.g., “every morning” or “I keep forgetting”).
  • Concrete routine design: Recommends what the routine will do, when it will run (plain-language schedule), and how you’ll be notified (your active channel).
  • Safe creation workflow: Guides creation via routine_create, checking routine_list first to avoid duplicates, and prompts the user to confirm before any routine is created.

Quick Start

Ask: “I review my PRs every morning—can you set up a daily 9am routine that checks my open PRs and sends me a summary?”

Frequently Asked Questions about routine-advisor

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

FAQPage Schema
How do I automate daily recurring tasks using cron schedules?

Automate daily recurring tasks by setting up cron-based routines that run at specified times and send notifications to your active channels. This reduces manual effort by scheduling repeatable workflows like daily reviews, weekly check-ins, and habit reminders.

What is the best way to set up a routine for daily PR reviews?

The best way to set up a daily PR review routine is to specify the action, schedule, and notification channel. The routine advisor designs the cron schedule, checks for duplicates, and prompts for confirmation before creating the automated routine.

Can I get habit reminders sent directly to my active notification channels?

Yes, you can get habit reminders sent to your active notification channels. The routine advisor specifies how you will be notified and creates a scheduled routine that delivers automated reminders across your available channels.

Does setting up a new routine check for duplicates before creation?

Yes, setting up a new routine checks for duplicates before creation. The workflow queries routine_list first to prevent overlapping schedules, then prompts for user confirmation before executing routine_create for the final setup.

When should I use cron automation for my recurring workflows?

Use cron automation for recurring workflows when you indicate repeatability or scheduling intent, such as needing a daily review, a weekly check-in, or expressing that you keep forgetting a specific task. The system recognizes these patterns to propose appropriate routines.

What are the limitations of using cron-based routines for habit building?

Cron-based routines for habit building require pattern-aware suggestion logic and clear schedule specification. Limitations include the need for explicit user confirmation before creation and dependence on defining precise schedules and available notification channels.