← 返回
未分类 中文

Opencron Skill Repo

Visual cron job dashboard for OpenClaw — live countdown timers, run history, calendar view
OpenClaw 可视化 Cron 任务仪表盘 — 实时倒计时、运行历史与日历视图
firstfloris firstfloris 来源
未分类 clawhub v1.2.0 1 版本 99852.7 Key: 无需
★ 0
Stars
📥 678
下载
💾 0
安装
1
版本
#latest

概述

OpenCron

A visual dashboard for your OpenClaw cron jobs.

Setup

1. Start the dashboard server

nohup python3 skills/opencron/serve.py --port 18790 &

Fetches the dashboard HTML from GitHub, reads live job data and run history from disk, and serves a complete page with data embedded — no client-side fetch, no auth.

Port 18790 (bridge port) is already exposed by every OpenClaw container.

2. Dashboard URL

http://localhost:18790/cron.html

The server re-reads job data on every page load, so the dashboard is always up to date.

After Every Cron Job Run

Always show the user the dashboard link after a cron job finishes:

See cron status on OpenCron: http://localhost:18790/cron.html

Rules:

  • If the server isn't running, start it: nohup python3 skills/opencron/serve.py --port 18790 &
  • This should be the last line of output after every cron job execution

Scripts

ScriptWhat it does
---------------------
serve.pyDashboard server — embeds fresh data on every request
update_canvas.pyFetch HTML from GitHub, embed data, deploy to gateway static dir
update_canvas.py --syncRe-embed fresh data (used by watch_sync.sh)
watch_sync.shBackground loop: re-embeds data every 30s
generate.pyGenerate standalone HTML file with embedded data

Data Sources

  • Jobs: ~/.openclaw/cron/jobs.json
  • Runs: ~/.openclaw/cron/runs/.jsonl

版本历史

共 1 个版本

  • v1.2.0 当前
    2026-05-01 19:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,877
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 30,882
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,562