feishu-cron-announce

创建定时任务并通过 OpenClaw cron announce 直接推送结果到飞书。当需要设置定时监控任务(如版本发布、天气、股票等)并让结果自动推送到飞书时使用。关键词:飞书定时推送、cron 定时任务、飞书 announce、定时监控、飞书监控通知。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "feishu-cron-announce" with this command: npx skills add bbj375767338-arch/feishu-cron-announce

飞书 Cron Announce 定时推送

核心要点

成功关键--session isolated + --announce + --channel feishu + --to + --tz Asia/Shanghai

标准命令模板

openclaw cron add \
  --name "<任务名>" \
  --cron "<cron表达式>" \
  --tz "Asia/Shanghai" \
  --session isolated \
  --message "<提示词:让 AI 检查什么并生成简短结论>" \
  --announce \
  --channel feishu \
  --to "<飞书用户 open_id>" \
  --best-effort-deliver

参数说明

参数必须说明
--session isolated隔离会话,announce 必须用 isolated
--tz "Asia/Shanghai"指定时区,避免 UTC 偏移
--announce开启结果投递
--channel feishu投递渠道为飞书
--to "<open_id>"飞书用户 open_id(格式:ou_xxx
--best-effort-deliver建议投递失败不影响任务状态
--account default⚠️多账号时必须指定;单账号可不写
--cron标准 cron 表达式(0 * * * * = 每小时整点)

常见错误

错误原因解决
deliveryStatus: "not-delivered"多账号未指定 --account添加 --account default
channel not found渠道名错误确认用 feishu
user not foundopen_id 格式错误ou_ 开头的用户 ID

验证命令

# 手动触发
openclaw cron run <job-id>

# 检查结果
openclaw cron runs --id <job-id>

# 成功标志
"delivered": true
"deliveryStatus": "delivered"

快速参考

  • 飞书 open_id:从消息元数据获取,格式 ou_xxx
  • cron 表达式:0 * * * * 每小时整点,0 9 * * * 每天 9 点
  • 任务执行成功 ≠ 投递成功,两者独立

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Self Updater

⭐ OPEN SOURCE! GitHub: github.com/GhostDragon124/openclaw-self-updater ⭐ ONLY skill with Cron-aware + Idle detection! Auto-updates OpenClaw core & skills, an...

Registry SourceRecently Updated
3821Profile unavailable
General

Webhook Notify

通用Webhook通知工具,支持钉钉、企业微信、飞书、Slack、Discord、Teams、Telegram、自定义HTTP等多种平台。提供统一接口、自动平台识别、配置管理、模板系统、重试机制等高级功能。适用于告警通知、自动化触发、系统监控、CI/CD通知等场景。

Registry SourceRecently Updated
3361Profile unavailable
General

Feishu Relay

Unified Feishu notification system with automatic discovery, message queue, and reliable delivery. Use when user needs to send notifications via Feishu (Lark...

Registry SourceRecently Updated
2300Profile unavailable
General

Shop Health Check

跨境电商店铺健康度自动巡检 Skill。支持多店铺配置,定时检查站点可用性、响应时间、SSL证书健康度、关键页面404/内容缺失,异常时自动推送到飞书。

Registry SourceRecently Updated
1150Profile unavailable