Install
openclaw skills install progress-selfcheckProvides periodic progress self-checks with Feishu notifications, task ledger management, auto-reactivation of stale tasks, and summary reporting for OpenClaw.
openclaw skills install progress-selfcheckA robust progress self-check system for OpenClaw:
output/ for Webchat pullrepeatable supportCopy this folder into your OpenClaw workspace:
C:\Users\Administrator\.openclaw\workspace\skills\progress-selfcheck-skillThen configure and add cron jobs (see below).
Edit:
config/progress_selfcheck_config.jsonKey fields:
workdir: OpenClaw workspace path (default ${HOME}/.openclaw/workspace)feishu.account: e.g. mainfeishu.target: required. Replace user:ou_xxx_replace_me with your own Feishu DM target.
user:ou_xxxxx...stale_minutes: stale threshold for auto-reactivate (default 5)max_reactivate_per_run: default 2display_limits: max items for each sectionSee templates/cron_jobs_snippet.json and merge into ~/.openclaw/cron/jobs.json.
Suggested schedules:
Run selfcheck now:
python skills/progress-selfcheck-skill/scripts/progress_selfcheck_and_send.py --limit 5Add a task:
python skills/progress-selfcheck-skill/scripts/task_ledger.py add --title "..." --auto true --repeatable true --next "python ..."Reactivate stale tasks now:
python skills/progress-selfcheck-skill/scripts/task_reactivate.py --stale-min 5 --max 2Auto-reactivation is local-only:
openclaw message sendThis skill is designed to be publishable. Remove machine-specific paths by configuration.