Clipbox
/install clipbox
ClipBox
Developer toolkit for logging, tracking, and exporting entries across multiple categories. Each command records timestamped entries to its own log file. Call without arguments to view recent entries; call with arguments to record a new entry.
Commands
| Command | What it does |
|---|---|
clipbox check \x3Cinput> |
Record a check entry (no args = show recent) |
clipbox validate \x3Cinput> |
Record a validate entry (no args = show recent) |
clipbox generate \x3Cinput> |
Record a generate entry (no args = show recent) |
clipbox format \x3Cinput> |
Record a format entry (no args = show recent) |
clipbox lint \x3Cinput> |
Record a lint entry (no args = show recent) |
clipbox explain \x3Cinput> |
Record an explain entry (no args = show recent) |
clipbox convert \x3Cinput> |
Record a convert entry (no args = show recent) |
clipbox template \x3Cinput> |
Record a template entry (no args = show recent) |
clipbox diff \x3Cinput> |
Record a diff entry (no args = show recent) |
clipbox preview \x3Cinput> |
Record a preview entry (no args = show recent) |
clipbox fix \x3Cinput> |
Record a fix entry (no args = show recent) |
clipbox report \x3Cinput> |
Record a report entry (no args = show recent) |
clipbox stats |
Show summary statistics across all log files |
clipbox export \x3Cfmt> |
Export all data to json, csv, or txt format |
clipbox search \x3Cterm> |
Search all log entries for a keyword |
clipbox recent |
Show the 20 most recent history entries |
clipbox status |
Health check — version, entry count, disk usage, last activity |
clipbox help |
Show help message |
clipbox version |
Show version (v2.0.0) |
Data Storage
All data is stored locally in ~/.local/share/clipbox/. Each command writes to its own .log file (e.g., check.log, lint.log). A unified history.log tracks all activity with timestamps.
Requirements
- Bash 4+
- Standard Unix utilities (
wc,du,tail,grep,date,sed)
When to Use
- Logging code checks, lint results, or validation outcomes with timestamps
- Tracking format conversions, diffs, and template usage over time
- Searching historical entries by keyword across all categories
- Exporting accumulated data to JSON, CSV, or plain text for review
- Getting a quick status overview of entry counts and disk usage
Examples
# Record a lint finding
clipbox lint "unused variable 'count' in main.py line 42"
# Record a template usage
clipbox template "created new React component from base template"
# Search all logs for "main.py"
clipbox search main.py
# Export everything to JSON
clipbox export json
# View overall stats
clipbox stats
# Check health status
clipbox status
Powered by BytesAgain | bytesagain.com | [email protected]
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clipbox - 安装完成后,直接呼叫该 Skill 的名称或使用
/clipbox触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clipbox 是什么?
Save and organize reusable text snippets for quick retrieval. Use when storing code fragments, saving command templates, or building snippet libraries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 Clipbox?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clipbox」即可一键安装,无需额外配置。
Clipbox 是免费的吗?
是的,Clipbox 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Clipbox 支持哪些平台?
Clipbox 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clipbox?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.0。