/install feishu-report-summary
Feishu Report Summary
Use 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.
Workflow
- Run
scripts/fetch_report_tasks.jsfor the target day or range. - Prefer
--format jsonwhen you will analyze the results in-model. - Prefer
--format markdownwhen the output will be reviewed or copied directly. - Summarize with the structure in references/summary-template.md unless the user asks for a different format.
- If the user wants the digest published back to Feishu, use existing
feishu_docorfeishu_chattools after the summary is drafted.
Quick Start
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
Script Notes
- The script reads Feishu credentials from
~/.openclaw/openclaw.jsonby default. - Use
--account-idwhen multiple Feishu accounts are configured. --date,--start-date,--end-date, and--daysuse the machine's local timezone.- Use
FEISHU_APP_IDandFEISHU_APP_SECRETonly when you need to override config values. - The script resolves
--rule-nameto a rule ID before querying tasks so the final query stays precise.
Expected Output
The JSON payload contains:
- query range metadata
- resolved filters
- task counts grouped by rule and reporter
- normalized task entries with field names and pretty-printed field values
Use that payload to produce a concise digest that highlights:
- common themes
- completed work
- blockers or risks
- next actions
- people or teams that need follow-up
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-report-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-report-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Feishu Report Summary 是什么?
Read 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/...... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 260 次。
如何安装 Feishu Report Summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-report-summary」即可一键安装,无需额外配置。
Feishu Report Summary 是免费的吗?
是的,Feishu Report Summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu Report Summary 支持哪些平台?
Feishu Report Summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Report Summary?
由 taype(@taype)开发并维护,当前版本 v1.0.0。