← 返回 Skills 市场
Osop Report
作者
Archie0125
· GitHub ↗
· v1.2.0
· MIT-0
105
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install osop-report
功能描述
Convert .osop and .osoplog.yaml into standalone HTML report with dark mode and expandable nodes
安全使用建议
This skill appears to do what it claims: parse .osop and optional .osoplog.yaml files and emit a standalone HTML report using Python + PyYAML. The main inconsistency is that the registry metadata lists ~/.osop/config.yaml as a required config path even though neither the SKILL.md nor the visible code reads that file. Before installing or running: 1) Ask the publisher why ~/.osop/config.yaml is declared or remove that requirement if not needed. 2) Inspect the full osop-report.py (the provided portion looks benign: no network, subprocess, or secret-access calls). 3) Run the script on sample files in an isolated environment (or review the remainder of the source) to confirm it only reads the specified .osop/.osoplog.yaml and writes the -report.html file. 4) If you are concerned about privacy, run it locally (no network) — the code shown uses only standard libs + PyYAML. If the publisher cannot justify the declared config path or if additional files in the package reference external endpoints, treat the skill as risky and avoid installing it.
功能分析
Type: OpenClaw Skill
Name: osop-report
Version: 1.2.0
The skill bundle is a legitimate utility for generating HTML reports from OSOP workflow and log files. The Python script (osop-report.py) uses safe practices such as yaml.safe_load and HTML escaping, and contains no network activity, obfuscation, or unauthorized file access.
能力评估
Purpose & Capability
Name/description, required binaries (python3/python), install dependency (PyYAML), and the included Python script all align with converting .osop/.osoplog.yaml to an HTML report. However, the registry metadata declares a required config path (~/.osop/config.yaml) even though neither SKILL.md nor the visible code references or reads that file; this is an unexplained mismatch.
Instruction Scope
SKILL.md limits actions to locating the provided .osop/.osoplog.yaml (or recent files in a sessions/ directory), parsing them, generating a standalone HTML, saving it next to the source, and reporting the path. The instructions do not ask for unrelated files, environment variables, or network endpoints. The only minor scope note: fallback behavior to look in a sessions/ directory can cause the skill to read local files beyond a single explicit argument, which is reasonable for the purpose but worth noting.
Install Mechanism
Install specifies a single package (pyyaml) via 'uv' which is a simple Python dependency consistent with the script's import of yaml. PyYAML is a standard, traceable package; nothing in the install spec indicates downloading arbitrary code from unknown hosts.
Credentials
The skill requests no environment variables, which fits the purpose. But it declares a required config path (~/.osop/config.yaml) in metadata without any justification in SKILL.md or the inspected code; no env secrets or tokens are requested. The declared config path is disproportionate unless the skill actually reads that config (not seen in the provided code).
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent/automatic inclusion or system-wide changes. There is no sign it modifies other skills or agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install osop-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/osop-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Initial ClawHub release — OSOP HTML report generator
元数据
常见问题
Osop Report 是什么?
Convert .osop and .osoplog.yaml into standalone HTML report with dark mode and expandable nodes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 Osop Report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install osop-report」即可一键安装,无需额外配置。
Osop Report 是免费的吗?
是的,Osop Report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Osop Report 支持哪些平台?
Osop Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Osop Report?
由 Archie0125(@archie0125)开发并维护,当前版本 v1.2.0。
推荐 Skills