← 返回 Skills 市场
ckchzh

Design Tool

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install design-tool
功能描述
Penpot: The open-source design tool for design and code collaboration design-tool, clojure, clojure, clojurescript, design, prototyping.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install design-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /design-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
publish v2.0.0
元数据
Slug design-tool
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Design Tool 是什么?

Penpot: The open-source design tool for design and code collaboration design-tool, clojure, clojure, clojurescript, design, prototyping. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Design Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install design-tool」即可一键安装,无需额外配置。

Design Tool 是免费的吗?

是的,Design Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Design Tool 支持哪些平台?

Design Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Design Tool?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论