← Back to Skills Marketplace
ckchzh

Wireframe

by BytesAgain2 · GitHub ↗ · v3.4.1 · MIT-0
cross-platform ✓ Security Clean
539
Downloads
0
Stars
1
Active Installs
14
Versions
Install in OpenClaw
/install wireframe
Description
Create wireframes and user flows. Use when sketching page layouts in ASCII/SVG, mapping flows, or exporting to HTML.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: wireframe Version: 3.4.1 The wireframe skill bundle is a legitimate utility for generating ASCII, SVG, and HTML UI mockups. The core logic in `scripts/script.sh` consists of standard shell scripting for string manipulation and file writing, with no evidence of network calls, data exfiltration, or malicious command execution.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wireframe
  3. After installation, invoke the skill by name or use /wireframe
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.4.1
v2.5 standard: Use-when desc, homepage, source, security fix
v3.4.0
manual
v3.3.0
Major rewrite: domain-specific commands, Use-when description, security fixes, dependency declarations
v1.0.6
manual
v3.2.0
Concise description (no truncation), add homepage+source metadata
v3.1.0
Security fix: safe env-var Python invocation; add Requirements section; fix description format
v3.0.1
Fix: add Requirements, fix description
v3.0.0
Major rewrite
v1.0.5
yaml-fix+quality
v1.0.4
yaml-fix+quality
v1.0.3
Quality upgrade
v1.0.2
Quality upgrade: custom functionality
v1.0.1
Standards compliance: unique content, no template text
v1.0.0
Initial release
Metadata
Slug wireframe
Version 3.4.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 14
Frequently Asked Questions

What is Wireframe?

Create wireframes and user flows. Use when sketching page layouts in ASCII/SVG, mapping flows, or exporting to HTML. It is an AI Agent Skill for Claude Code / OpenClaw, with 539 downloads so far.

How do I install Wireframe?

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

Is Wireframe free?

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

Which platforms does Wireframe support?

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

Who created Wireframe?

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

💬 Comments