weixin-cron

Create and manage Weixin reminder schedules via qclaw-cron-skill.

Updated May 4, 2026
One-click install
npx skills add https://github.com/234194027-cpu/xianclaw --skill weixin-cron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weixin-cron
Source: https://github.com/234194027-cpu/xianclaw/tree/main/resources/openclaw/config/extensions/weixin/skills/weixin-cron
Command: npx skills add https://github.com/234194027-cpu/xianclaw --skill weixin-cron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of turning time-based requests (reminders, alarms, delays, or “every day at X” schedules) into real scheduled actions instead of empty promises.

Core Features & Use Cases

  • One-time and recurring reminders: Create scheduled alerts that trigger once or repeat on a pattern.
  • Reminder management: Query existing reminders and cancel them when needed.
  • Weixin-triggered scheduling: Use this skill specifically when communication happens through the Weixin channel and the request involves reminders or scheduled tasks.

Use case: You ask for “提醒我明天早上8点开会,并且每天重复”。 This skill registers the schedules through the required cron skill so the reminders actually fire.

Quick Start

Use the weixin-cron skill when you need to set a reminder like “每天早上8点提醒我开会” via the Weixin channel.

Frequently Asked Questions about weixin-cron

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

FAQPage Schema
How do I set up recurring scheduled reminders in Weixin?

To create recurring scheduled reminders in Weixin, you specify a time pattern like daily or weekly alerts in your conversation. The skill registers these schedules through a cron execution tool so the reminders actually fire automatically.

Can I cancel or query existing Weixin reminders after they are set?

Yes, you can query existing Weixin reminders to list active schedules and cancel them when needed. This reminder management allows you to review and remove one-time or recurring alerts that are no longer necessary.

What is needed to trigger scheduled tasks through the Weixin channel?

Triggering scheduled tasks through the Weixin channel requires the Weixin channel configuration and a delegated cron tool for execution. These dependencies ensure your time-based conversational requests translate into real scheduled actions.

Does Weixin support one-time alarms for specific times mentioned in chat?

Weixin supports one-time alarms for specific times mentioned in chat by identifying your delay or alarm request and creating a matching schedule. The reminder triggers once at the exact time specified in your conversation.

Why do my scheduled Weixin reminders not fire automatically?

Scheduled Weixin reminders fail to fire automatically if the required cron execution tool is missing or the Weixin channel configuration is incomplete. Successful scheduling mandates delegation to the cron tool for actual time-based execution.