← Back to Skills Marketplace
ckchzh

Dialog

by BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
170
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install dialog
Description
Generate dialog UI elements and design assets. Use when building interfaces, creating visual components, or styling web pages.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dialog
  3. After installation, invoke the skill by name or use /dialog
  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 dialog
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Dialog?

Generate dialog UI elements and design assets. Use when building interfaces, creating visual components, or styling web pages. It is an AI Agent Skill for Claude Code / OpenClaw, with 170 downloads so far.

How do I install Dialog?

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

Is Dialog free?

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

Which platforms does Dialog support?

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

Who created Dialog?

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

💬 Comments