📦 Boss Report - 老板报告

v1.0.0

Report为管理者生成详细的每日、每周或每月工作摘要,保存至内存并导出为HTML或PDF报告。

0· 27·0 当前·0 累计
linux2010 头像by @linux2010 (Andy Tien)
下载技能包
最后更新
2026/4/21
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
安全
high confidence
The skill's requests and included code align with its stated purpose (generating and saving work reports); it reads local project/session data and writes report files but does not request external credentials or perform suspicious network actions.
评估建议
This skill appears to do what it says, but it needs access to many local files (agent session transcripts, memory logs, git repos, Docker and cron state, and workspace files). Before installing or enabling it: 1) Review the report-generator.js file (it only formats/writes HTML) and the SKILL.md to confirm you’re comfortable with the listed file reads. 2) Be aware that session transcripts and repo contents may contain sensitive data—if you have secrets in repos or private conversation content, co...
详细分析 ▾
用途与能力
The name/description (generate daily/weekly/monthly reports, save to memory, export HTML/PDF) match the SKILL.md instructions and the included report-generator.js. Reading session transcripts, memory files, git history, Docker status, cron history and workspace changes is coherent with building comprehensive reports.
指令范围
The runtime instructions ask the agent to read many local artifacts (~/ .openclaw agent sessions, memory/YYYY-MM-DD.md, MEMORY.md), run git across projects, inspect Docker containers, review cron job history, and examine workspace file changes. This breadth is logically related to report generation but means the skill will access potentially sensitive local data (conversations, repository contents, container state). The SKILL.md does not instruct sending data to external endpoints.
安装机制
There is no install specification (instruction-only) and the single included JS file is a simple local HTML generator. No external downloads, archive extraction, or third-party package installs are required by the manifest.
凭证需求
The skill declares no required environment variables, credentials, or config paths. The data access it requests is filesystem- and runtime-focused (no extra secrets requested), which is proportionate to generating internal reports.
持久化与权限
The skill is not set to always: true and is user-invocable. It writes reports into the agent's memory files and updates MEMORY.md per its purpose, but does not request elevated system privileges or modify other skills' configurations.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/20

Initial release

可疑

安装命令

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