日报周报生成器
PassAudited by VirusTotal on May 7, 2026.
Overview
Type: OpenClaw Skill Name: report-maker-cn Version: 1.5.0 The skill bundle is a local utility for generating daily and weekly reports in Markdown format. Analysis of 'scripts/collect_data.py' and 'scripts/generate_report.py' shows they rely exclusively on Python standard libraries (json, argparse, datetime) for text processing and file I/O. There are no network calls, shell command executions, or attempts to access sensitive system files. The instructions in 'SKILL.md' and 'README.md' are consistent with the code's functionality and do not contain any prompt-injection or exfiltration triggers.
Findings (0)
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.
