Hmi

Human-machine interface design tool

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 13 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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).
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97ej6y9vnqna0cnaqbc8frndx8388ja

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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 <key> <value> to set preferences.

VariableRequiredDescription
HMI_DIRNoData 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 | hello@bytesagain.com

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…