feishu-cron-delivery

Send messages to Feishu group chats during cron job execution.

4|Updated May 14, 2026
One-click install
npx skills add https://github.com/liumeixin/hermes-skills --skill feishu-cron-delivery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-cron-delivery
Source: https://github.com/liumeixin/hermes-skills/tree/main/devops/feishu-cron-delivery
Command: npx skills add https://github.com/liumeixin/hermes-skills --skill feishu-cron-delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Facilitates seamless messaging to Feishu group chats through cron jobs without the need for additional platform configurations.

Core Features & Use Cases

  • Cron Job Messaging: Leverage the Feishu API directly within your cron job to send messages to Feishu group chats.
  • API Access Token Retrieval: Efficiently retrieves and utilizes Feishu API tokens from environment variables for message delivery.
  • Use Case: Perfect for notifying a group chat of successful job executions, alerting of system statuses, or broadcasting cron-generated results.

Quick Start

Trigger a cron job to send the message "The monthly report is now ready for review." to your designated group chat using this skill.

Frequently Asked Questions about feishu-cron-delivery

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

FAQPage Schema
How do I send cron job alerts to a Feishu group chat?

To send cron job alerts to a Feishu group chat, use this skill to directly dispatch messages within your cron job execution via Feishu API integration. It handles automated notifications without relying on additional platform configurations.

How do I retrieve a Feishu API access token for automated messaging?

You retrieve a Feishu API access token for automated messaging by configuring it through environment variables. This skill efficiently retrieves and utilizes these tokens for authenticated message delivery.

Do I need additional platform configurations to send Feishu cron notifications?

No, you do not need additional platform configurations to send Feishu cron notifications. This skill leverages the Feishu API directly within your cron job to facilitate seamless group messaging.

What are the best use cases for Feishu API integration in scheduled jobs?

The best use cases for Feishu API integration in scheduled jobs include notifying a group chat of successful job executions, alerting system statuses, and broadcasting cron-generated results directly to teams.

Can I use Python requests to send group messages from a cron job?

Yes, you can use Python requests to send group messages from a cron job. This skill depends on the requests library to provide direct message dispatch capabilities via the Feishu API.