Data Labeler
/install data-labeler
Data Labeler
A data processing and labeling toolkit for ingesting, transforming, querying, and managing data entries from the command line. All operations are logged with timestamps and stored locally.
Commands
Data Operations
Each data command works in two modes: run without arguments to view recent entries, or pass input to record a new entry.
| Command | Description |
|---|---|
data-labeler ingest \x3Cinput> |
Ingest data — record a new ingest entry or view recent ones |
data-labeler transform \x3Cinput> |
Transform data — record a transformation or view recent ones |
data-labeler query \x3Cinput> |
Query data — record a query or view recent ones |
data-labeler filter \x3Cinput> |
Filter data — record a filter operation or view recent ones |
data-labeler aggregate \x3Cinput> |
Aggregate data — record an aggregation or view recent ones |
data-labeler visualize \x3Cinput> |
Visualize data — record a visualization or view recent ones |
data-labeler export \x3Cinput> |
Export data — record an export entry or view recent ones |
data-labeler sample \x3Cinput> |
Sample data — record a sample or view recent ones |
data-labeler schema \x3Cinput> |
Schema management — record a schema entry or view recent ones |
data-labeler validate \x3Cinput> |
Validate data — record a validation or view recent ones |
data-labeler pipeline \x3Cinput> |
Pipeline management — record a pipeline step or view recent ones |
data-labeler profile \x3Cinput> |
Profile data — record a profile or view recent ones |
Utility Commands
| Command | Description |
|---|---|
data-labeler stats |
Show summary statistics — entry counts per category, total entries, disk usage |
data-labeler export \x3Cfmt> |
Export all data to a file (formats: json, csv, txt) |
data-labeler search \x3Cterm> |
Search all log files for a term (case-insensitive) |
data-labeler recent |
Show last 20 entries from activity history |
data-labeler status |
Health check — version, data directory, entry count, disk usage, last activity |
data-labeler help |
Show available commands |
data-labeler version |
Show version (v2.0.0) |
Data Storage
All data is stored locally at ~/.local/share/data-labeler/:
- Each data command writes to its own log file (e.g.,
ingest.log,transform.log) - Entries are stored as
timestamp|valuepairs (pipe-delimited) - All actions are tracked in
history.logwith timestamps - Export generates files in the data directory (
export.json,export.csv, orexport.txt)
Requirements
- Bash (with
set -euo pipefail) - Standard Unix utilities:
date,wc,du,grep,tail,cat,sed - No external dependencies or API keys required
When to Use
- To log and track data processing operations (ingest, transform, query, etc.)
- To maintain a searchable history of data pipeline activities
- To export accumulated records in JSON, CSV, or plain text format
- As part of larger automation or data-pipeline workflows
- When you need a lightweight, local-only data operation tracker
Examples
# Record a new ingest entry
data-labeler ingest "loaded customer_data.csv 5000 rows"
# View recent transform entries
data-labeler transform
# Search across all logs
data-labeler search "customer"
# Export everything as JSON
data-labeler export json
# Check overall statistics
data-labeler stats
# View recent activity
data-labeler recent
# Health check
data-labeler status
Powered by BytesAgain | bytesagain.com | [email protected] 💬 Feedback & Feature Requests: https://bytesagain.com/feedback
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install data-labeler - 安装完成后,直接呼叫该 Skill 的名称或使用
/data-labeler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Data Labeler 是什么?
Label Studio is a multi-type data labeling and annotation tool with standardized output format label studio, typescript, annotation, annotation-tool. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。
如何安装 Data Labeler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install data-labeler」即可一键安装,无需额外配置。
Data Labeler 是免费的吗?
是的,Data Labeler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Data Labeler 支持哪些平台?
Data Labeler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Data Labeler?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.0。