📦 Hermes Work Viz - 工作可视化
v1.1.4Work Visualization:将 Hermes Agent 的工作过程可视化——包括任务进度、技能使用、代码改动、会话统计等
0· 23·0 当前·0 累计
下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
安全
medium confidenceThe skill's code and runtime instructions are consistent with a local work-visualization/monitoring utility that reads local Hermes skill metadata and writes reports to ~/.hermes; there are no obvious network exfiltration or unrelated credential requests, though there are some minor inconsistencies and behaviors you should review before running.
评估建议
This package appears to be a local reporting/monitoring tool and does what it says: generate session summaries, reports and skill usage stats. Before running or enabling it, consider: 1) Review the scripts locally — they will read and write files under your home directory (~/.hermes/skills/work-visualization) and read other skills' _meta.json files to build statistics. 2) The monitor reads /proc/meminfo and writes monitor.log to the cache directory; it can run indefinitely as a background proces...详细分析 ▾
✓ 用途与能力
The name/description (visualize Hermes agent work, reports, skill usage, code changes) matches what the files implement: report generation, session summaries, skill statistics and a monitor. The scripts read local files under ~/.hermes/skills/... and produce output under ~/.hermes/skills/work-visualization/output which is coherent with the stated purpose.
ℹ 指令范围
SKILL.md instructs you to run local Python scripts under ~/.hermes/skills/work-visualization/scripts/*.py. Those scripts: read config and i18n files, enumerate other skill directories (reads _meta.json from ~/.hermes/skills), read /proc/meminfo (monitor), write log/reports to ~/.hermes/skills/work-visualization/{output,cache,cache/monitor.log}, and call pgrep/kill when stopping the monitor. All of this is plausible for a monitoring/analytics tool, but you should be aware they access other skill metadata and can kill processes that match a pattern.
✓ 安装机制
There is no install spec (instruction-only for runtime), and all code is provided in the package. No external downloads, package registry pulls, or archive extraction are present in the manifest. Risk from installation mechanism is minimal.
✓ 凭证需求
The skill requests no secrets or special env vars. It uses language-related env vars (HERMES_LANG, LANG, LC_ALL) for localization, which matches the i18n feature. No unexpected credentials, API keys, or unrelated environment variables are required.
ℹ 持久化与权限
The skill writes logs, cache and generated reports to ~/.hermes/skills/work-visualization and can spawn a long-running monitor process. It is not always:true and does not alter other skills' configurations. However, stop_monitor uses pgrep/kill on processes matching 'work-visualization.*monitor.py' which could terminate any process whose command line matches that pattern; review that behavior if you have similarly-named processes.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.1.42026/4/21
- Added bilingual documentation (Chinese and English) with comprehensive usage, configuration, and visualization instructions. - Introduced detailed configuration options, including metrics selection, report frequency, output formats, and chart customization. - Documented supported visualization types: task progress, skill usage, tool statistics, code tracking, and session summaries. - Described automatic and manual language detection settings and supported language codes. - Provided extension suggestions and listed related skills for enhanced workflow integration.
● 无害
安装命令
点击复制官方npx clawhub@latest install hermes-work-visualization
镜像加速npx clawhub@latest install hermes-work-visualization --registry https://cn.longxiaskill.com镜像同步中