Install
openclaw skills install work-progress-summaryRecord daily work items in a local SQLite database, replace a day's report when the user wants to correct it, edit or delete one logged task by entry id, track entry history, inspect the historical changes for a specific report date, and retrieve daily or weekly progress summaries. Use when the user asks Codex to log completed work for a day, modify an existing daily report, update or delete a single logged task, inspect version history, inspect date-level history, look up what they worked on on a specific date, or summarize progress for the current or requested week.
openclaw skills install work-progress-summaryPersist work logs in SQLite instead of ad hoc notes so the same history can be queried later for exact daily or weekly summaries.
YYYY-MM-DD value before writing or reading.default unless the user asks for a separate database.
Persist to ~/.work_report_summary/<db_name>.db unless the user explicitly
asks for another path.task as required.
Use status only when the user indicates done, in_progress, or
blocked.
Use details for brief outcome or blocker context.record to append entries for a dayreplace-day to overwrite one day's report with the corrected full setupdate-entry to revise one existing task by entry iddelete-entry to remove one existing task by entry identry-history to inspect all saved versions for one entry idday-history to inspect all saved changes associated with one work dateday-report to inspect one dayweek-report to inspect the Monday-Sunday week for an anchor daterecord.status to done when the user simply says they finished something.details when the user mentions outcome, link, or
blocker context.record command per date when the user gives updates for multiple
days.replace-day when the user says they want to revise, correct, overwrite,
or redo an existing daily report.replace-day as a full replacement for that date, not a partial merge.update-entry when the user wants to correct just one logged task while
leaving the rest of the day unchanged.entry id from day-report or week-report before
calling update-entry.delete-entry when the user wants to remove one mistaken task while
leaving the rest of the day unchanged.entry-history when the user asks what changed, wants an audit trail, or
needs to inspect versions after an update or deletion.day-history when the user asks how a day's report changed over time, or
wants to review all historical edits related to one report date.day-report for one explicit date.week-report for "this week" or any request anchored to a date inside the
requested week.{baseDir}/references/chinese_output.md.{baseDir}/references/commands.md for CLI arguments, payload shape,
environment variables, and output fields.{baseDir}/references/chat_reference.md for example user prompts and
command selection patterns.{baseDir}/references/chinese_output.md for concise Chinese response
templates for record confirmations, single-entry updates, deletions, history
queries, date-history queries, report corrections, daily queries, and weekly
summaries.