← 返回 Skills 市场
ckchzh

Dialog

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
170
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install dialog
功能描述
Generate dialog UI elements and design assets. Use when building interfaces, creating visual components, or styling web pages.
使用说明 (SKILL.md)

dialog

Generate dialog UI elements and design assets. Use when building interfaces, creating visual components, or styling web pages.

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
DIALOG_DIR No Data directory (default: ~/.dialog/)

Data Storage

All data stored in ~/.dialog/ 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 is a small local CLI that stores entries in ~/.dialog/data.jsonl and uses a simple config file at ~/.dialog/config.txt. It does not make network calls or request credentials. Before installing, consider: (1) data is stored in plaintext under your home directory—review and back up or set DIALOG_DIR to a different path if you prefer; (2) on multi-user systems, ensure file permissions are appropriate (chmod) if you want to keep entries private; (3) the script uses standard shell tools (grep/sed) which can behave slightly differently across platforms—test commands you plan to use; (4) if you need to audit the behavior, review scripts/script.sh (it is small and readable) prior to use. Overall the package appears coherent and low-risk.
功能分析
Type: OpenClaw Skill Name: dialog Version: 1.0.0 The 'dialog' skill is a simple local entry management tool that stores data in ~/.dialog/data.jsonl. The script scripts/script.sh implements basic CRUD operations (add, list, search, remove) and configuration management without any network activity, sensitive data access, or suspicious execution patterns. While the implementation is a basic logger rather than a UI generator as the description suggests, it contains no malicious logic.
能力评估
Purpose & Capability
Name/description describe generating dialog UI elements and design assets; the included script implements a simple local entry manager (add/list/search/remove/export/config) that stores JSONL data under ~/.dialog. The requested/used resources (DIALOG_DIR/HOME and local files) match this purpose.
Instruction Scope
SKILL.md maps directly to commands that invoke scripts/script.sh. The runtime instructions only read/write files under the data directory and config.txt; they do not reference network endpoints, other system credentials, or unrelated system paths. No broad or open-ended data collection is present.
Install Mechanism
No install spec; this is an instruction-only skill plus a small included shell script. Nothing is downloaded or installed from external URLs, so there is low install risk.
Credentials
The skill requires no environment variables or credentials. It optionally respects DIALOG_DIR (documented). Use of HOME is normal for a local per-user data dir. No unrelated secrets or external service tokens are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide settings. It creates/uses a local directory (~/.dialog) and files there — expected for this kind of CLI — and does not request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dialog
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dialog 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug dialog
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Dialog 是什么?

Generate dialog UI elements and design assets. Use when building interfaces, creating visual components, or styling web pages. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 170 次。

如何安装 Dialog?

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

Dialog 是免费的吗?

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

Dialog 支持哪些平台?

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

谁开发了 Dialog?

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

💬 留言讨论