parser

by BytesAgain

Parser - command-line tool for everyday use

View Chinese version with editor review

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/ckchzh/parser

文档

Parser

Text and data parser — parse JSON, CSV, XML, logs, and custom formats into structured output.

Commands

CommandDescription
parser helpShow usage info
parser runRun main task
parser statusCheck current state
parser listList items
parser add <item>Add new item
parser export <fmt>Export data

Usage

bash
parser help
parser run
parser status

Examples

bash
# Get started
parser help

# Run default task
parser run

# Export as JSON
parser export json

Output

Results go to stdout. Save with parser run > output.txt.

Configuration

Set PARSER_DIR to change data directory. Default: ~/.local/share/parser/


Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback