← 返回 Skills 市场
Weekly Report
作者
huangjingzhi07
· GitHub ↗
· v1.0.0
512
总下载
1
收藏
22
当前安装
1
版本数
在 OpenClaw 中安装
/install weekly-report
功能描述
周报生成器,自动汇总本周工作
安全使用建议
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 or network calls are present, confirm your runtime will execute Node code (index.js). If you want to be extra cautious, inspect the files yourself or run the skill in a sandboxed environment.
功能分析
Type: OpenClaw Skill
Name: weekly-report
Version: 1.0.0
The skill is a standard weekly report generator that manages tasks and reports using local JSON files (tasks.json and reports.json). The code logic in index.js is straightforward, focusing on date manipulation and string formatting, with no evidence of network activity, data exfiltration, or malicious instructions.
能力评估
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weekly-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/weekly-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of weekly-report - 自动汇总本周工作,生成格式周报。
- 支持自动生成本周已完成任务的周报
- 简洁、标准的周报格式输出
- 支持自定义周报模板
- 关键词触发:如“周报”、“总结”、“本周总结”、“生成周报”
- 存储任务及历史周报数据(tasks.json, reports.json)
元数据
常见问题
Weekly Report 是什么?
周报生成器,自动汇总本周工作. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 512 次。
如何安装 Weekly Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weekly-report」即可一键安装,无需额外配置。
Weekly Report 是免费的吗?
是的,Weekly Report 完全免费(开源免费),可自由下载、安装和使用。
Weekly Report 支持哪些平台?
Weekly Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weekly Report?
由 huangjingzhi07(@huangjingzhi07)开发并维护,当前版本 v1.0.0。
推荐 Skills