Dialog

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

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

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

Current versionv1.0.0
Download zip
latestvk97dzpg3qhgcmn4ckz8avvnkn9838nea

License

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

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

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

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…