Wireframe

v3.4.1

Create wireframes and user flows. Use when sketching page layouts in ASCII/SVG, mapping flows, or exporting to HTML.

0· 356·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (wireframe, flows, export to HTML) match the provided SKILL.md commands and the included scripts/script.sh. The commands and options in the README align with the script's functionality (page, component, flow, annotate, export, template).
Instruction Scope
SKILL.md only instructs running the included bash script with CLI options and writing outputs to disk. The script reads only its CLI arguments and produces local ASCII/SVG/HTML output; it does not read environment secrets or unrelated system files, nor does it transmit data externally.
Install Mechanism
No install spec is provided (instruction-only skill with an included script). This is low-risk — nothing is downloaded or executed from remote URLs during install.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The script does not reference external secrets or cloud APIs.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges or modify other skills' configuration. It only writes files specified by the user (output paths).
Assessment
This appears to be a straightforward local tool implemented in bash. Before installing/using: (1) review the complete scripts/script.sh in your environment (the provided snippet shows a stray 's' and a truncated tail in the copy you supplied — ensure the full script is intact to avoid syntax errors), (2) run it as a non-root user and be mindful of any output path you pass (the script will mkdir -p and overwrite files at the given path), and (3) if you need networked or CI-safe behavior, verify there are no added remote calls in the upstream repository’s latest release. Otherwise there are no credential or network risks apparent.

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

latestvk97fg0a00z12b8t7w2fdtya3s1832p8a

License

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

Comments