← Back to Skills Marketplace
ckchzh

Design Tool

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
158
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install design-tool
Description
Penpot: The open-source design tool for design and code collaboration design-tool, clojure, clojure, clojurescript, design, prototyping.
README (SKILL.md)

Design Tool

Design Tool v2.0.0 — a utility toolkit for logging, tracking, and managing design-related entries from the command line.

Commands

All commands accept optional input arguments. Without arguments, they display recent entries from the corresponding log. With arguments, they record a new timestamped entry.

Command Description
run \x3Cinput> Record or view run entries
check \x3Cinput> Record or view check entries
convert \x3Cinput> Record or view convert entries
analyze \x3Cinput> Record or view analyze entries
generate \x3Cinput> Record or view generate entries
preview \x3Cinput> Record or view preview entries
batch \x3Cinput> Record or view batch entries
compare \x3Cinput> Record or view compare entries
export \x3Cinput> Record or view export entries
config \x3Cinput> Record or view config entries
status \x3Cinput> Record or view status entries
report \x3Cinput> Record or view report entries
stats Show summary statistics across all log files
search \x3Cterm> Search all log entries for a keyword (case-insensitive)
recent Display the 20 most recent history log entries
help Show usage information
version Print version (v2.0.0)

Data Storage

All data is stored locally in ~/.local/share/design-tool/:

  • Per-command logs — Each command (run, check, convert, etc.) writes to its own .log file with pipe-delimited timestamp|value format.
  • history.log — A unified activity log recording every write operation with timestamps.
  • Export formats — The export utility function supports JSON, CSV, and TXT output, written to ~/.local/share/design-tool/export.\x3Cfmt>.

No external services, databases, or API keys are required. Everything is flat-file and human-readable.

Requirements

  • Bash (v4+ recommended)
  • No external dependencies — uses only standard Unix utilities (date, wc, du, tail, grep, sed, basename, cat)

When to Use

  • When you need to log and track design-related activities from the command line
  • To maintain a searchable history of design decisions and iterations
  • For batch recording of design tasks with timestamps
  • When you want to export design logs in JSON, CSV, or TXT format
  • As part of a larger design workflow automation pipeline
  • To get quick statistics and summaries of past design activities

Examples

# Record a new run entry
design-tool run "updated homepage wireframe v3"

# View recent run entries (no args = show history)
design-tool run

# Check something and log it
design-tool check "color contrast passes WCAG AA"

# Analyze and record
design-tool analyze "user flow has 5 steps, target is 3"

# Preview and record
design-tool preview "mobile layout at 375px"

# Compare designs
design-tool compare "v2 vs v3 header layout"

# Search across all logs
design-tool search "wireframe"

# View summary statistics
design-tool stats

# Show recent activity across all commands
design-tool recent

# Show tool version
design-tool version

# Show full help
design-tool help

How It Works

Each command follows the same pattern:

  1. With arguments — Timestamps the input, appends it to the command-specific log file, prints confirmation, and logs to history.log.
  2. Without arguments — Shows the last 20 entries from that command's log file.

The stats command iterates all .log files, counts entries per file, and reports totals plus disk usage. The search command performs case-insensitive grep across all log files. The recent command tails the last 20 lines of history.log.


Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
This skill appears to be a straightforward local logging tool. Before installing/running: (1) review the included scripts (scripts/script.sh) yourself; (2) be aware it will create and append plaintext logs under ~/.local/share/design-tool (do not log secrets or sensitive data); (3) exported files are created unencrypted in that directory; (4) there are minor bugs/quirks in the script (e.g., JSON export may produce an escaped \n) — treat it as a small utility rather than hardened production software. If you need networked backups or secret handling, do not rely on this tool without modifying it.
Capability Analysis
Type: OpenClaw Skill Name: design-tool Version: 2.0.0 The design-tool skill bundle is a straightforward command-line utility for logging and tracking design-related activities. The shell script (scripts/script.sh) implements basic CRUD operations on local flat files stored in the user's home directory (~/.local/share/design-tool/) using standard Unix utilities like grep, sed, and tail. There is no evidence of network activity, data exfiltration, persistence mechanisms, or malicious prompt injection in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description (design logging) aligns with the included script and SKILL.md. The script implements per-command logs, a history log, search, stats, and export functionality as described. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md and the script confine operations to the user's data directory (~/.local/share/design-tool). Commands read and write local .log files and perform grep/tail/du/wc, matching the documented behavior. There are no instructions to read unrelated system files or to transmit data externally.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded from the network or written to system locations beyond the user's home directory. This is a low-risk install posture.
Credentials
The skill requires no environment variables, credentials, or config paths. It uses standard shell utilities and $HOME implicitly for the data directory, which is appropriate for a per-user CLI logger.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges or system-wide configuration changes. It creates and manages files only inside the user's home data directory.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install design-tool
  3. After installation, invoke the skill by name or use /design-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
publish v2.0.0
Metadata
Slug design-tool
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Design Tool?

Penpot: The open-source design tool for design and code collaboration design-tool, clojure, clojure, clojurescript, design, prototyping. It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.

How do I install Design Tool?

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

Is Design Tool free?

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

Which platforms does Design Tool support?

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

Who created Design Tool?

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

💬 Comments