ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

feishu-cron-announce

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bbj375767338-arch/feishu-cron-announce
Or

飞书 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 点
  • 任务执行成功 ≠ 投递成功,两者独立

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bbj375767338-arch-feishu-cron-announce": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#feishu#cron#announce#monitoring#feishu-cron#notification
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.