日报周报生成器
PassAudited by ClawScan on May 7, 2026.
Overview
This skill appears to locally convert user-provided JSON work items into Markdown daily or weekly reports, with no evidence of hidden network access, credential use, or persistence.
This looks safe for generating local Markdown reports from JSON. Before installing, confirm you have Python 3.7+ available and be aware that Feishu/autosend wording appears stale; do not assume external collection or automatic sending is supported unless separately configured and reviewed.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A user or agent could misunderstand the skill as having Feishu collection capabilities, even though the provided code does not perform those API calls.
This stale comment suggests Feishu/API/tool involvement, while the visible code only parses local JSON/text and the main SKILL.md describes a local report generator.
飞书数据收集器 - 从飞书文档/Bitable/聊天收集报告数据 ... 实际的飞书API调用由OpenClaw的feishu工具完成
Treat the skill as a local Markdown generator unless separate, explicit Feishu integration is added and reviewed; the maintainer should remove or clarify stale Feishu wording.
The skill may fail to run if Python 3 is unavailable, and the platform may not warn about that requirement before use.
The skill requires a local Python runtime, but the registry metadata declares no required binaries or install spec. This may affect install-time validation, though the scripts themselves are included and simple.
python3 scripts/generate_report.py --type daily ... Python 3.7+(纯标准库:datetime, json, argparse)
Verify Python 3.7+ is available before use; the package metadata should declare python3 as a required binary.
