qclaw-cron-skill

Schedule and manage future tasks using built-in cron tools or OpenClaw cron CLI.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/novolei/if2Ai --skill qclaw-cron-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qclaw-cron-skill
Source: https://github.com/novolei/if2Ai/tree/main/src-tauri/resources/bundled-skills/qclaw-cron-skill
Command: npx skills add https://github.com/novolei/if2Ai --skill qclaw-cron-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling future actions across local and external channels can be error-prone without a standardized interface. This skill enforces precise timing semantics through built-in cron tooling and the OpenClaw cron CLI, preventing guesswork and misconfigurations.

Core Features & Use Cases

  • Built-in cron tool integration: Use the internal cron tool for local and wechat-access sessions with mandatory parameter validation.
  • OpenClaw CLI support: Generate openclaw cron add commands for external channels, with agentId extraction rules and delivery configuration.
  • Delivery configuration: Configure target delivery channels and channel-to-recipient mappings for local and external sessions.

Quick Start

Configure a cron task by selecting a schedule (every or cron) and providing a brief reminder message, then specify the delivery target.

Frequently Asked Questions about qclaw-cron-skill

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

FAQPage Schema
What do I need to set up a cron task for local and external delivery?

Configuring cron task scheduling requires a chosen schedule type, a brief reminder message, and a specified delivery target. This skill enforces mandatory parameter validation to ensure reliable task creation across local and external channels.

Does the OpenClaw CLI support generating cron add commands with agentId extraction?

Yes, you can use the OpenClaw CLI to add cron tasks. The skill generates openclaw cron add commands and handles agentId extraction rules automatically, ensuring the correct agent is mapped to the scheduled task.

How does built-in cron tooling handle time type validation and channel-to-recipient mappings?

The best way to manage time types and channel mappings is using standardized cron tooling that enforces mandatory constraints. This skill handles time type validation and configures channel-to-recipient mappings for both local and external sessions.

Why do my cron task configurations fail validation when scheduling across channels?

Cron task creation fails when mandatory constraints are not met. This skill enforces strict parameter validation for time types, agentId extraction, and delivery configurations to prevent misconfigurations and ensure reliable scheduling.