Install
openclaw skills install report-builderUse when the main operator needs to turn the nightly shortlist into a Telegram morning report with inline approve/reject/later buttons.
openclaw skills install report-builderUse {baseDir}/scripts/send_report.mjs to send the 09:00 Telegram report.
Use {baseDir}/scripts/build_report.mjs to deterministically build the payload file before send time.
Pass a JSON file with:
datesummaryreportUrl (optional)ideas: array of { id, title, score, reason, notionUrl }See {baseDir}/references/report-schema.md.
node {baseDir}/scripts/build_report.mjs workspace/reports/latest-nightly-report.json
node {baseDir}/scripts/send_report.mjs report.json
node {baseDir}/scripts/send_report.mjs report.json 1565027149
approve:<ideaId>reject:<ideaId>later:<ideaId>