返回顶部
f

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/...` entries, summarize team日报/周报, inspect report rules, or automate recurring digest generation from Feishu reports because the stock OpenClaw Feishu plugin does not expose report tools directly.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
200
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

feishu-report-summary

飞书汇报摘要

当用户需要获取飞书汇报数据的摘要,且来源链接位于 oa.feishu.cn/report/... 时,使用此技能。捆绑脚本直接调用飞书汇报API,使用已存储在 ~/.openclaw/openclaw.json 中的相同凭据。

工作流程

  1. 1. 为目标日期或日期范围运行 scripts/fetchreporttasks.js。
  2. 当需要在模型内分析结果时,优先使用 --format json。
  3. 当输出需要直接审阅或复制时,优先使用 --format markdown。
  4. 除非用户要求不同格式,否则按照 references/summary-template.md 中的结构进行摘要。
  5. 如果用户希望将摘要发布回飞书,在摘要草稿完成后,使用现有的 feishudoc 或 feishu_chat 工具。

快速开始

以JSON格式获取今日本地日历汇报:

bash
node scripts/fetchreporttasks.js --format json

获取某一天的汇报并限制导出数量:

bash
node scripts/fetchreporttasks.js --date 2026-03-14 --max-items 50 --format json

获取最近7天的某个规则并以Markdown格式呈现:

bash
node scripts/fetchreporttasks.js --days 7 --rule-name 研发团队工作日报 --format markdown

将导出内容写入文件以供后续审阅:

bash
node scripts/fetchreporttasks.js --date 2026-03-14 --output /tmp/feishu-report.md

脚本说明

  • - 脚本默认从 ~/.openclaw/openclaw.json 读取飞书凭据。
  • 当配置了多个飞书账号时,使用 --account-id。
  • --date、--start-date、--end-date 和 --days 使用机器的本地时区。
  • 仅在需要覆盖配置值时使用 FEISHUAPPID 和 FEISHUAPPSECRET。
  • 脚本在查询任务前会将 --rule-name 解析为规则ID,以确保最终查询的精确性。

预期输出

JSON负载包含:

  • - 查询范围元数据
  • 已解析的筛选条件
  • 按规则和汇报人分组的任务计数
  • 包含字段名称和格式化字段值的标准化任务条目

使用该负载生成简洁的摘要,重点突出:

  1. 1. 共同主题
  2. 已完成工作
  3. 阻碍或风险
  4. 后续行动
  5. 需要跟进的人员或团队

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 feishu-report-summary-1776093015 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 feishu-report-summary-1776093015 技能

通过命令行安装

skillhub install feishu-report-summary-1776093015

下载

⬇ 下载 feishu-report-summary v1.0.0(免费)

文件大小: 8.73 KB | 发布时间: 2026-4-15 12:43

v1.0.0 最新 2026-4-15 12:43
Initial release of feishu-report-summary.

- Adds ability to fetch and summarize Feishu work-report data via the Report v1 API.
- Supports generating daily or weekly digests from `oa.feishu.cn/report/...` entries.
- Provides CLI script for fetching reports with various filters and output formats (JSON, Markdown).
- Summaries highlight themes, completed work, blockers, next actions, and follow-ups.
- Designed to fill gaps in the default OpenClaw Feishu plugin, which lacks direct report tooling.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部