← Back to Skills Marketplace
bytesagain1

Hmi

by bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
173
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install hmi
Description
Human-machine interface design tool
README (SKILL.md)

hmi

Human-machine interface design tool

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config \x3Ckey> \x3Cvalue> to set preferences.

Variable Required Description
HMI_DIR No Data directory (default: ~/.hmi/)

Data Storage

All data stored in ~/.hmi/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill will execute a local shell script and store data under ~/.hmi (data.jsonl and config.txt). There are no network calls or credential requests. If you plan to install/run it, review scripts/script.sh yourself (it is small and readable) and be aware it will write and edit files in your home directory. If you prefer isolation, run it in a sandbox or container.
Capability Analysis
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.
Capability Assessment
Purpose & Capability
Name/description (HMI design tool) align with the included CLI script and commands. The script implements add/list/search/remove/export/stats/config functionality and only touches a local data directory (default ~/.hmi). Nothing requested by the skill (no credentials, no external services) is unexpected.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh <command>, which is exactly the included script. The script only reads/writes files under the DATA_DIR (default ~/.hmi) and prints to stdout. It does not access other system config, credentials, or network endpoints.
Install Mechanism
No install spec — instruction-only with an included shell script. No downloads or package installs are requested, and the script is local, so nothing arbitrary is fetched or written during install.
Credentials
No required environment variables or credentials. One optional env var (HMI_DIR) controls the data directory — proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not request persistent elevated privileges or modify other skills or system-wide agent settings. It will create/modify files under the user's ~/.hmi directory (expected behavior for a CLI tool).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hmi
  3. After installation, invoke the skill by name or use /hmi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug hmi
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Hmi?

Human-machine interface design tool. It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.

How do I install Hmi?

Run "/install hmi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Hmi free?

Yes, Hmi is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Hmi support?

Hmi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Hmi?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v1.0.0.

💬 Comments