Hmi
PassAudited by VirusTotal on May 9, 2026.
Overview
Type: OpenClaw Skill Name: hmi Version: 1.0.0 The 'hmi' skill is a basic command-line tool for logging and managing local entries in a JSONL file located in the user's home directory (~/.hmi/). The shell script (scripts/script.sh) implements standard CRUD-like operations (add, list, search, remove) and configuration management without any network activity, credential access, or suspicious execution patterns.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Using the skill executes a local shell script that can create, read, modify, remove, and export the tool's own local data files.
The skill's documented commands run an included local shell script. This is expected for a CLI-style skill and the script is included for review.
scripts/script.sh status
Use the documented commands intentionally, and review the script first if you are uncomfortable running local shell tools.
Anything added to the tool may remain on disk and could be shown or exported in a later command.
The skill persists user-entered data locally and can later list, search, or export it. This is disclosed and scoped to the tool's data directory.
All data stored in `~/.hmi/` using JSONL format
Do not store secrets or sensitive operational details unless you are comfortable keeping them in local plaintext files; set HMI_DIR if you want a different storage location.
