📦 ops-journal — 运维日志自动记录
v1.0.0自动将部署、故障、变更与决策写入可搜索的运维日志,生成事件时间线与事故复盘报告,助力团队快速定位问题并持续改进。
0· 510·0 当前·0 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
安全
high confidenceThe skill's code, runtime instructions, and requested resources are consistent with an on-host ops-journal tool that stores entries locally; nothing in the package indicates network exfiltration or unrelated credential access.
评估建议
This skill appears to be a local ops journal and is internally consistent. Before installing or running: (1) review the script source (already included) and confirm you're comfortable with files being written to ~/.openclaw/workspace/ops-journal (or set OPS_JOURNAL_DIR to a different folder); (2) run it as a non-privileged user — it only needs file-system access to that directory; (3) if you plan integrations (infra-watchdog or others), verify hooks only post expected messages and do not expose ...详细分析 ▾
✓ 用途与能力
Name/description (ops-journal) match the contained code and CLI: the Python script implements logging, incident lifecycle, search, export, and writing markdown incident files. There are no unexpected external service credentials, packages, or binaries requested.
✓ 指令范围
SKILL.md instructs running the included scripts and using local commands (init, log, incident, search, export). The script reads/writes only local files (SQLite DB and incident markdowns) and CLI args; it does not perform network calls or access unrelated system paths. Behavior stays within the stated purpose.
✓ 安装机制
No install spec; this is instruction-only with an included Python script relying on the standard library. That is proportionate for a small CLI tool and keeps installation risk low.
ℹ 凭证需求
The code honors an optional OPS_JOURNAL_DIR environment variable to override the default storage path, but the skill's metadata did not declare any required env vars. This is benign functional behavior but is an undeclared env var the user may want to know about because it controls where data is stored.
✓ 持久化与权限
The skill does not request permanent platform privileges (always: false) and does not modify other skills or global agent config. It creates files under the user's home workspace directory only.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/25
Initial release: structured ops logging with 6 categories, 4 severity levels, full incident management (open/resolve/timeline/postmortem), search, period summaries, export (markdown/JSON/CSV), statistics. SQLite backend, zero external dependencies.
● 可疑
安装命令
点击复制官方npx clawhub@latest install ops-journal
镜像加速npx clawhub@latest install ops-journal --registry https://cn.longxiaskill.com镜像同步中