← 返回 Skills 市场
kikikari

Reports Creator

作者 KikiKari · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
64
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install reports-creator
功能描述
Automated report generation for self-reflection and system analysis. Creates daily, weekly, and monthly reports from logs, databases, and system metrics.
安全使用建议
This skill reads local databases and logs and expects Python scripts (scripts/daily_report.py, scripts/weekly_report.py) and a CLI to exist, but the package contains only SKILL.md and package.json — the actual scripts are missing. Before installing or running it, get or review the referenced scripts and any cron setup so you can inspect exactly what they do (especially I/O, network calls, and any code that might send data off-host). Verify how email_on_error is implemented and where SMTP credentials would be stored. Ensure the skill will only read intended log/db paths and will not exfiltrate sensitive data. If you cannot review the missing scripts, treat the skill as untrusted and avoid granting it access to sensitive logs, databases, or system accounts.
功能分析
Type: OpenClaw Skill Name: reports-creator Version: 1.0.0 The skill bundle contains documentation and metadata for a reporting tool designed to aggregate system logs and database metrics into periodic reports. The SKILL.md and package.json files describe standard administrative behavior, such as reading local log files and generating Markdown reports, with no evidence of malicious intent, data exfiltration, or prompt injection. While the actual Python execution scripts (daily_report.py, weekly_report.py) are referenced but not included in the provided text, the descriptive content is entirely consistent with a legitimate system utility.
能力评估
Purpose & Capability
Name/description and SKILL.md all describe generating reports from local DBs, logs, and system metrics — that is coherent. However package.json and the SKILL.md both reference Python scripts under scripts/ (e.g. scripts/daily_report.py) and CLI binaries (reports-creator, openclaw reports) that are not included in the bundle. That mismatch (instructions expecting code that isn't present) is unexplained.
Instruction Scope
The runtime instructions explicitly tell the agent to read local DB files (docs.db, tree.db, logs.db), various log directories, and system metrics (node status, VPN, backups) — all within scope for a reporting skill. They also instruct adding cron entries to run python scripts. The SKILL.md does not instruct reading unrelated config or external secrets, but it assumes access to many local files; grant that access only if you trust the environment. The omission of the referenced scripts is the main scope inconsistency.
Install Mechanism
This is instruction-only (no install spec), so nothing is downloaded or written automatically by an installer. That's low-risk in isolation. The presence of package.json suggests packaging intent but there is no install script or published artifact included — a mismatch worth noting.
Credentials
The skill declares no required environment variables or credentials, which matches an on-host report generator. However the example configuration includes email_on_error: true without describing SMTP/email credentials or how emails would be sent. The SKILL.md also references integrations with other skills (db-maintainer, log-collector, workspace-db) but doesn't declare or explain any required tokens/config for those integrations.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide privileges in metadata. The SKILL.md suggests adding cron jobs (which would require the operator to create them) but the skill itself doesn't declare any autonomous persistence or configuration changes. That is appropriate for this type of tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install reports-creator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /reports-creator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of reports-creator. - Automates generation of daily, weekly, and monthly reports for self-reflection and system analysis. - Supports multiple data sources: local databases, log files, and system metrics. - Provides structured Markdown reports with summaries, events, errors, and recommended actions. - Includes CLI usage for manual and automated report creation. - Integrates with db-maintainer, log-collector, and workspace-db. - Configurable output directory, retention policy, and automated scheduling.
元数据
Slug reports-creator
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Reports Creator 是什么?

Automated report generation for self-reflection and system analysis. Creates daily, weekly, and monthly reports from logs, databases, and system metrics. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 Reports Creator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install reports-creator」即可一键安装,无需额外配置。

Reports Creator 是免费的吗?

是的,Reports Creator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Reports Creator 支持哪些平台?

Reports Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Reports Creator?

由 KikiKari(@kikikari)开发并维护,当前版本 v1.0.0。

💬 留言讨论