Install
openclaw skills install feishu-report-summaryRead Feishu work-report data through the Report v1 API and turn it into daily or weekly summaries. Use when Codex needs to work with `oa.feishu.cn/report/......
openclaw skills install feishu-report-summaryUse this skill when the user wants a summary of Feishu 汇报 data and the source link is under oa.feishu.cn/report/.... The bundled script calls the Feishu Report API directly, using the same credentials already stored in ~/.openclaw/openclaw.json.
scripts/fetch_report_tasks.js for the target day or range.--format json when you will analyze the results in-model.--format markdown when the output will be reviewed or copied directly.feishu_doc or feishu_chat tools after the summary is drafted.Fetch today's local-calendar reports as JSON:
node scripts/fetch_report_tasks.js --format json
Fetch one day and cap the export:
node scripts/fetch_report_tasks.js --date 2026-03-14 --max-items 50 --format json
Fetch one rule for the last 7 days and render Markdown:
node scripts/fetch_report_tasks.js --days 7 --rule-name "研发团队工作日报" --format markdown
Write the export to a file for later review:
node scripts/fetch_report_tasks.js --date 2026-03-14 --output /tmp/feishu-report.md
~/.openclaw/openclaw.json by default.--account-id when multiple Feishu accounts are configured.--date, --start-date, --end-date, and --days use the machine's local timezone.FEISHU_APP_ID and FEISHU_APP_SECRET only when you need to override config values.--rule-name to a rule ID before querying tasks so the final query stays precise.The JSON payload contains:
Use that payload to produce a concise digest that highlights: