feishu-cron-reminder

Create scheduled cron jobs that deliver recurring reminders to Feishu chats.

18|2|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill feishu-cron-reminder-yuanyuekejijn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-cron-reminder
Source: https://github.com/yuanyuekejiJN/AivoClaw/tree/main/extraSkills/feishu-cron-reminder
Command: npx skills add https://github.com/yuanyuekejiJN/AivoClaw --skill feishu-cron-reminder-yuanyuekejijn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you set up recurring scheduled reminders that reliably send messages to a Feishu chat without manual cron tinkering or delivery mistakes.

Core Features & Use Cases

  • Safe confirmation before creation: Ensures you confirm the execution frequency and the target chat (defaulting to the current IM session) before any cron job is created.
  • Feishu-safe delivery strategy: Uses the main session and forwards a system event that explicitly triggers the Feishu message tool.
  • Prevents common misrouting failures: Avoids unreliable announce routing and includes guardrails to discourage cron task deletion/modification.

Quick Start

Ask the assistant to create a Feishu cron reminder by first confirming how often it should run and which chat it should send to, then instruct it to add a cron job using the main session with a system event that sends the reminder message and ends with NO_REPLY.

Frequently Asked Questions about feishu-cron-reminder

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

FAQPage Schema
How do I schedule recurring Feishu reminders for a specific chat?

You can send recurring Feishu messages by creating cron jobs that trigger a system event to deliver notifications to a specific conversation or the current IM session. Confirming the frequency and target chat happens before creation.

Can I use cron to send daily standup pings to a Feishu chat?

Yes, you can schedule daily standup pings or hourly recurring notifications to Feishu chats. The system uses main-session execution to forward a system event that explicitly triggers the Feishu message tool for reliable delivery.

Does this approach to scheduled messaging support modifying or deleting cron tasks?

No, this approach enforces a strict non-deletion and non-modification rule for cron tasks. This guardrail is designed to prevent common misrouting failures and ensure reliable recurring notifications.

Why do my recurring Feishu notifications fail to deliver through announce routing?

Recurring Feishu notifications fail through announce routing because it is unreliable. This system prevents misrouting failures by prohibiting announce routing and requiring main-session execution with system-event message tool parameters.

What is the best way to ensure reliable delivery for scheduled Feishu messages?

The best way to ensure reliable delivery for scheduled Feishu messages is using main-session execution to forward a system event that explicitly triggers the message tool. This avoids unreliable announce routing and ends with NO_REPLY.