← 返回 Skills 市场
xueyetianya

Data Labeler

作者 bytesagain4 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
176
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install data-labeler
功能描述
Label Studio is a multi-type data labeling and annotation tool with standardized output format label studio, typescript, annotation, annotation-tool.
使用说明 (SKILL.md)

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|value pairs (pipe-delimited)
  • All actions are tracked in history.log with timestamps
  • Export generates files in the data directory (export.json, export.csv, or export.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

安全使用建议
This is a simple local logging CLI implemented as a Bash script that stores everything under ~/.local/share/data-labeler. It does not call the network or request credentials, but it will persist any text you give it (so don't log passwords, API keys, or sensitive files). The SKILL.md branding references 'Label Studio' and Typescript, which is misleading — this is not the Label Studio project, it's a small BytesAgain Bash tool. Before installing/running: review the script yourself, decide where to place it on PATH (or run it from the package path), set executable permission if needed, and consider running it in a sandbox if you are unsure. If you expect a full-featured Label Studio integration, this skill is not that — it's a lightweight local activity logger.
功能分析
Type: OpenClaw Skill Name: data-labeler Version: 2.0.0 The skill is a simple Bash-based logging utility designed to record data processing activities (e.g., ingest, transform, query) into local log files located in ~/.local/share/data-labeler/. Analysis of scripts/script.sh and SKILL.md shows no evidence of malicious intent, data exfiltration, or unauthorized execution; all operations are confined to the local data directory and standard Unix utilities.
能力评估
Purpose & Capability
The name/description (mentions 'Label Studio' and typescript/annotation keywords) is slightly misleading compared to the shipped content, which is a simple Bash 'data-labeler' CLI that logs operations to ~/.local/share/data-labeler. Functionality requested and provided (local logging, query, export) are otherwise coherent with the stated purpose.
Instruction Scope
SKILL.md and the script instruct only local operations: reading/writing logs under the user's DATA_DIR, searching them, and exporting them. The script uses standard Unix utilities and does not read other system configuration or secrets or call external endpoints.
Install Mechanism
There is no install spec (instruction-only skill), which is low risk. A shell script is included in the package (scripts/script.sh) but no automatic installer is provided — the script will be written to the agent bundle. You should ensure how/where the agent will execute it (it may need to be installed or symlinked to 'data-labeler').
Credentials
No environment variables, credentials, or external config paths are requested. The script only uses HOME to build a per-user data directory. Note: because it records arbitrary input, users must avoid logging secrets or sensitive data into the tool's logs.
Persistence & Privilege
The skill does not request permanent/global privileges (always:false) and only creates files under the user's home data directory. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install data-labeler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /data-labeler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
publish v2.0.0
元数据
Slug data-labeler
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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。

💬 留言讨论