← 返回
未分类 中文

OpenClaw Cron Replay

Replay and debug OpenClaw cron job message formatting and delivery locally using saved configs and results with a trusted openclaw-cron-replay installation.
使用可信的 openclaw-cron-replay 安装包,在本地通过保存的配置和结果重现并调试 OpenClaw 定时任务消息的格式化和投递。
pfrederiksen
未分类 clawhub v0.1.0 1 版本 99719.9 Key: 无需
★ 0
Stars
📥 356
下载
💾 0
安装
1
版本
#latest

概述

OpenClaw Cron Replay

Use this skill to replay an OpenClaw cron job locally from saved config, prompt, payload, result, and metadata files.

This skill is for local debugging and reporting. It does not perform real delivery.

Repository

Primary source repo:

  • https://github.com/pfrederiksen/openclaw-cron-replay

Prerequisites

Required:

  • a trusted local installation of openclaw-cron-replay
  • local cron config or saved artifacts you want to inspect

Before running:

  • verify the local binary or source install is one you trust
  • inspect local source if you did not build or install it yourself
  • avoid elevated/root execution unless you actually need it
  • confirm saved result/config files do not contain secrets you are unwilling to inspect locally

When to use

Use this when the user asks to:

  • replay a cron job locally
  • see what message a cron run would have produced
  • understand why a cron run suppressed output
  • compare before/after prompt behavior
  • inspect likely final delivery text from saved artifacts

Safe source guidance

Prefer one of these:

  • a previously installed trusted local binary on PATH
  • a trusted local source checkout you have already inspected
  • a pinned internal/local install workflow you control

Do not instruct users to install directly from a remote GitHub URL inside this skill.

Recommended commands

Replay a job from local jobs JSON:

openclaw-cron-replay --job <job-id> --jobs /root/.openclaw/cron/jobs.json

Replay with a saved result file:

openclaw-cron-replay --job <job-id> --jobs /root/.openclaw/cron/jobs.json --result /path/to/result.json

Render markdown:

openclaw-cron-replay --job <job-id> --jobs /root/.openclaw/cron/jobs.json --markdown

Emit JSON:

openclaw-cron-replay --job <job-id> --jobs /root/.openclaw/cron/jobs.json --json

Compare two cron configs:

openclaw-cron-replay --compare before.json after.json

If the binary is not on PATH, use the trusted local path you already manage.

Recommended interpretation

Use the replay output to answer:

  • which prompt/payload the job would use
  • what user-visible text would likely be derived
  • whether delivery would likely announce, suppress, or stay silent
  • whether NO_REPLY conflicts with generated content
  • whether a prompt/result/config change explains the observed cron behavior

Packaging / safety

Keep this skill minimal and transparent:

  • plain text only
  • no binaries bundled in the skill
  • no obfuscation
  • no remote install commands in SKILL.md
  • prefer already-installed local/auditable tooling

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 13:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Shipment Tracker

pfrederiksen
跨多家承运商(USPS、UPS、FedEx、DHL、Amazon、OnTrac、LaserShip)追踪包裹。适用场景:用户询问包裹状态、添加运单号或想了解……
★ 1 📥 1,192
data-analysis

Openclaw Cost Tracker

pfrederiksen
从本地会话数据中追踪 OpenClaw token 使用量和 API 成本。推荐使用 openclaw-cost-diff 进行当前成本分析以及跨窗口对比分析。
★ 1 📥 1,210
content-creation

Photo Captions

pfrederiksen
生成平台适配的社交媒体摄影文案。当用户分享照片并需要发布文案时使用。触发条件:分享带有...的照片
★ 2 📥 1,777