Clipbox
by @xueyetianya
Save and organize reusable text snippets for quick retrieval. Use when storing code fragments, saving command templates, or building snippet libraries.
clawhub install clipboxπ About This Skill
name: ClipBox description: "Save and organize reusable text snippets for quick retrieval. Use when storing code fragments, saving command templates, or building snippet libraries." version: "2.0.0" author: "BytesAgain" homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: ["clipboard","snippets","text","paste","templates","productivity","developer"] categories: ["Productivity", "Developer Tools", "Utility"]
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 | Record a check entry (no args = show recent) |
| clipbox validate | Record a validate entry (no args = show recent) |
| clipbox generate | Record a generate entry (no args = show recent) |
| clipbox format | Record a format entry (no args = show recent) |
| clipbox lint | Record a lint entry (no args = show recent) |
| clipbox explain | Record an explain entry (no args = show recent) |
| clipbox convert | Record a convert entry (no args = show recent) |
| clipbox template | Record a template entry (no args = show recent) |
| clipbox diff | Record a diff entry (no args = show recent) |
| clipbox preview | Record a preview entry (no args = show recent) |
| clipbox fix | Record a fix entry (no args = show recent) |
| clipbox report | Record a report entry (no args = show recent) |
| clipbox stats | Show summary statistics across all log files |
| clipbox export | Export all data to json, csv, or txt format |
| clipbox search | 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
wc, du, tail, grep, date, sed)When to Use
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.pyExport everything to JSON
clipbox export jsonView overall stats
clipbox statsCheck health status
clipbox status
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
β‘ When to Use
π‘ 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.pyExport everything to JSON
clipbox export jsonView overall stats
clipbox statsCheck health status
clipbox status
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com