← 返回 Skills 市场
bytesagain1

Hmi

作者 bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
173
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install hmi
功能描述
Human-machine interface design tool
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install hmi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /hmi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug hmi
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Hmi 是什么?

Human-machine interface design tool. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。

如何安装 Hmi?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install hmi」即可一键安装,无需额外配置。

Hmi 是免费的吗?

是的,Hmi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Hmi 支持哪些平台?

Hmi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Hmi?

由 bytesagain1(@bytesagain1)开发并维护,当前版本 v1.0.0。

💬 留言讨论