HomeBrowseUpload
← Back to registry
// Skill profile

Parser

name: parser

by ckchzh · published 2026-03-22

数据处理
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:ckchzh/ckchzh-parser
View on GitHub
// Full documentation

---

name: parser

version: "2.0.0"

author: BytesAgain

license: MIT-0

tags: [parser, tool, utility]

description: "Parser - command-line tool for everyday use"

---

# Parser

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

Commands

| Command | Description |

|---------|-------------|

| `parser help` | Show usage info |

| `parser run` | Run main task |

| `parser status` | Check current state |

| `parser list` | List items |

| `parser add <item>` | Add new item |

| `parser export <fmt>` | Export data |

Usage

parser help
parser run
parser status

Examples

# 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*

// Comments
Sign in with GitHub to leave a comment.
// Related skills

More tools from the same signal band