📦 Weekly Report — 周报生成

v1.0.0

自动抓取本周任务、代码提交、会议记录等数据,一键生成结构化周报,节省手动整理时间。

1· 470·22 当前·23 累计
下载技能包
最后更新
2026/3/7
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill's code, files, and instructions are consistent with a local weekly-report generator that stores tasks and reports on disk; no network access or extra credentials are requested, but there are minor implementation issues and persistent local storage to be aware of.
评估建议
This skill appears to do what it says: manage simple tasks and generate a weekly report, storing data in tasks.json and reports.json in the skill folder. Before installing: 1) Be aware the skill persists data locally — don’t store sensitive secrets in tasks. 2) The code has a bug: addTask references lowerMessage but that variable is out of scope, which can break adding/marking tasks; ask the author to fix by passing the message or computing lowerMessage inside addTask. 3) Although no credentials...
详细分析 ▾
用途与能力
Name/description match the delivered code and SKILL.md: a local weekly report generator that reads/writes tasks.json and reports.json. The skill does not request unrelated credentials or external services. Minor inconsistency: the package includes Node code (index.js) but the skill metadata lists no required binaries — it implicitly requires a Node runtime to run the JavaScript.
指令范围
SKILL.md and index.js stick to task/report management and help text. No instructions to read unrelated system files or to send data externally. Implementation bug: addTask uses lowerMessage but lowerMessage is defined only inside handle; this will cause runtime errors or incorrect behavior when adding/marking tasks. The SKILL.md references tasks.json and reports.json which the code creates and uses as documented.
安装机制
No install spec (instruction-only). The bundle includes code and package.json but does not pull external packages or download code at install time. package.json lists no dependencies.
凭证需求
The skill does not request environment variables, credentials, or config paths. All data access is local to the skill directory (tasks.json, reports.json), which is proportionate to the stated purpose.
持久化与权限
The skill persistently writes and reads tasks.json and reports.json in its own directory, so user data will be stored on disk. always is false and it does not request elevated privileges or modify other skills' configurations.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/7

Initial release of weekly-report - 自动汇总本周工作,生成格式周报。 - 支持自动生成本周已完成任务的周报 - 简洁、标准的周报格式输出 - 支持自定义周报模板 - 关键词触发:如“周报”、“总结”、“本周总结”、“生成周报” - 存储任务及历史周报数据(tasks.json, reports.json)

无害

安装命令

点击复制
官方npx clawhub@latest install weekly-report
镜像加速npx clawhub@latest install weekly-report --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库