feishu-cron-reminder
Create cron jobs that reliably deliver reminders to Feishu (飞书) chats. Use when the user asks to set up scheduled reminders, periodic notifications, or any recurring task that should send messages to a Feishu conversation. Triggers: '飞书定时提醒', '定时任务发飞书', 'cron reminder to feishu', '每小时提醒', 'scheduled feishu message'.
Best use case
feishu-cron-reminder is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Create cron jobs that reliably deliver reminders to Feishu (飞书) chats. Use when the user asks to set up scheduled reminders, periodic notifications, or any recurring task that should send messages to a Feishu conversation. Triggers: '飞书定时提醒', '定时任务发飞书', 'cron reminder to feishu', '每小时提醒', 'scheduled feishu message'.
Teams using feishu-cron-reminder should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/feishu-cron-reminder/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How feishu-cron-reminder Compares
| Feature / Agent | feishu-cron-reminder | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Create cron jobs that reliably deliver reminders to Feishu (飞书) chats. Use when the user asks to set up scheduled reminders, periodic notifications, or any recurring task that should send messages to a Feishu conversation. Triggers: '飞书定时提醒', '定时任务发飞书', 'cron reminder to feishu', '每小时提醒', 'scheduled feishu message'.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Feishu Cron Reminder 通过 OpenClaw cron 创建定时任务,稳定投递提醒到飞书会话。 ## ⚠️ 创建前必须确认(重要规则) 在创建任何 cron 定时任务之前,**必须先向用户确认两件事**: 1. **频率**:多久执行一次?(如每10分钟、每小时、每天9点等) 2. **发送目标**:发到哪里?(**默认是当前 IM 会话**,即触发请求的飞书/微信对话) 用户确认后才能创建任务。不要自作主张定频率或目标。 ## 关键约束 1. **只有主会话(main session)有飞书 message 工具权限**,isolated sub-agent 没有。 2. **主会话可能自行删除高频 cron 任务**,必须在 system event 指令中禁止删除。 3. cron announce 直投飞书的路由不可靠(可能投到错误会话或静默失败),**不要使用 `--announce --channel feishu`**。 ## 可靠方案 使用 `--session main --system-event`,让主会话收到 system event 后调用 message 工具发飞书: ```bash openclaw cron add \ --name "<任务名>" \ --every "<间隔>" \ --session main \ --system-event "[CRON定时任务] <任务名>。你必须立即调用 message 工具:action=send, channel=feishu, message='<提醒内容>'。调用完后回复 NO_REPLY。不要做其他任何事情,不要回复文字,只需要调用 message 工具发送飞书消息。不要删除或修改任何 cron 任务。" ``` ### 参数说明 | 参数 | 值 | 说明 | |------|-----|------| | `--session` | `main` | 必须用 main,isolated 没有飞书权限 | | `--system-event` | 含 message 工具调用指令 | 明确要求调用 message 工具发飞书 | | `--every` | `1m` / `5m` / `30m` / `1h` | 时间间隔 | | `--cron` | `*/30 * * * *` | 或用 cron 表达式(配合 `--tz`) | ### system-event 指令模板 system event 的 text 必须包含: 1. 明确的 `[CRON定时任务]` 标记 2. **具体的 message 工具调用参数**(action=send, channel=feishu, message=...) 3. 指令完成后回复 `NO_REPLY` 4. **禁止删除/修改 cron 任务** 的明确声明 ### 拼写 openclaw CLI ```bash node /Applications/AutoClaw.app/Contents/Resources/gateway/openclaw/openclaw.mjs cron <command> ``` ## 管理任务 ```bash # 列出所有任务 openclaw cron list # 修改间隔 openclaw cron edit <id> --every "30m" # 删除任务(⚠️ 必须先征得用户同意!) openclaw cron rm <id> # 查看执行记录 openclaw cron runs --id <id> # 手动触发测试 openclaw cron run <id> ``` ## 常见问题 **Q: 为什么不用 `--announce --channel feishu`?** A: announce 直投飞书路由不可靠,可能投到错误会话或静默失败。 **Q: 为什么不用 `--session isolated`?** A: isolated sub-agent 没有飞书 message 工具权限,发送会报错。 **Q: 主会话收到 system event 但没发飞书怎么办?** A: system event 指令必须非常明确地要求调用 message 工具,包含完整参数,并说明不需要回复文字。
Related Skills
feishu-doc
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
feishu-chat-history
Fetch and summarize Feishu group chat history. Use when the user asks to read, review, or summarize messages from a Feishu group chat. Triggers: "看群聊记录", "群里聊了啥", "帮我看看这个群", "群消息历史", "chat history", "what did the group discuss". NOT for: sending messages (use message tool), reading documents (use feishu-doc skill), or wiki operations (use feishu-wiki skill).
videocut-subtitle
字幕生成与烧录。转录→词典纠错→审核→烧录。触发词:加字幕、生成字幕、字幕
videocut-self-update
自更新 skills。记录用户反馈,更新方法论和规则。触发词:更新规则、记录反馈、改进skill
videocut-install
环境准备。安装依赖、下载模型、验证环境。触发词:安装、环境准备、初始化
videocut-clip
执行视频剪辑。根据确认的删除任务执行FFmpeg剪辑,循环直到零口误,生成字幕。触发词:执行剪辑、开始剪、确认剪辑
videocut-clip-oral
口播视频转录和口误识别。生成审查稿和删除任务清单。触发词:剪口播、处理视频、识别口误
video-subtitle-remover
视频硬字幕/水印去除技能。自动配置基于 YaoFANGUK/video-subtitle-remover 的环境并执行去字幕。当用户要求"去除视频字幕"、"去水印"、"把这个视频的字幕干掉"时触发此技能。
video-stickfigure
火柴人图片生成技能。使用AI生成粉笔画风格火柴人,并用HSV统一背景色。当需要生成火柴人视频素材时触发。
video-creator
视频创作技能。图片+音频合成视频,支持TTS配音、淡入淡出转场、字幕、片尾、BGM。当用户提到「生成视频」「做视频」「教学视频」「图文转视频」「做视频号」「配音视频」「图文结合视频」「古诗视频」「故事视频」时触发。内含生图→配音→合成全流程,无需单独调用image-service。
video-copywriting
短视频文案创作技能。包含爆款公式、黄金结构、三关校验。当需要撰写短视频文案时触发。
uni-agent
统一智能体协议适配层。一套 API 调用所有 Agent 协议(ANP/MCP/A2A/AITP 等)。当用户需要调用 Agent、跨协议通信、连接工具时触发此技能。