feishu-cron-reminder

Create cron-scheduled reminders that send messages to Feishu chats.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you create dependable recurring reminders to Feishu chats without unreliable direct cron routing, so notifications arrive in the intended conversation.

Core Features & Use Cases

  • Guardrailed cron setup: Requires you to confirm execution frequency and the send target before creating any scheduled job.
  • Main-session message delivery: Ensures the cron job runs in the main session where the Feishu message tool is available, preventing permission-related failures.
  • System-event driven sending: Uses --system-event to force an explicit Feishu message tool call with the correct action and parameters, then instructs the agent to reply NO_REPLY.
  • Use Case: Schedule periodic check-in reminders (e.g., hourly status pings or daily standup prompts) sent to a specific Feishu chat used by your team.

Quick Start

Ask the assistant to set up an hourly Feishu reminder to send a specific message to your current IM session.

Frequently Asked Questions about feishu-cron-reminder

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

FAQPage Schema
How do I set up recurring reminders to send messages to a Feishu chat?

To set up recurring reminders to a Feishu chat, you need a cron-scheduled job that runs in the main session and explicitly invokes the Feishu message tool with your target chat details. This ensures notifications arrive reliably in the intended conversation.

Why do my scheduled Feishu notifications fail to deliver to the chat?

Scheduled Feishu notifications often fail when the cron job runs outside the main session where the Feishu message tool is available. For reliable message delivery, the cron must execute in the main session and use system-event text to trigger the message tool explicitly.

Can I automate daily standup prompts in Feishu using cron scheduling?

Yes, you can automate daily standup prompts in Feishu using cron scheduling. By creating a guardrailed cron job with a defined execution frequency and send target, you can automatically deliver periodic check-in reminders to your team's active Feishu chat.

What is the best way to ensure my cron job targets the correct Feishu conversation?

The best way to ensure your cron job targets the correct Feishu conversation is to use a guardrailed setup that requires you to confirm the execution frequency and send target before creation. This prevents routing errors and ensures messages reach the intended chat.

Are there limitations on modifying or deleting a Feishu cron reminder after creation?

Yes, there are limitations on managing Feishu cron reminders after creation. The skill enforces safety constraints that prohibit the modification or deletion of the cron job once it has been established, ensuring the recurring notification schedule remains stable.