parser
Parse JSON, CSV, XML, and logs into structured output. Use when converting formats, validating structure, extracting fields, analyzing nested data.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/parserparser
Parse and extract data from various file formats.
Commands
json
Parse JSON files (uses jq if available, else built-in)
scripts/script.sh json
csv
Parse CSV files, optionally extract a column by name or number
scripts/script.sh csv
xml
Parse XML files with optional XPath (requires python3)
scripts/script.sh xml
yaml
Parse YAML files with optional key path (requires python3)
scripts/script.sh yaml
lines
Filter lines by pattern (grep-like, with context)
scripts/script.sh lines
split
Split file content by delimiter
scripts/script.sh split
extract
Extract text matching a regex pattern
scripts/script.sh extract
stats
Show file statistics (lines, words, chars, encoding)
scripts/script.sh stats
Requirements
- python3
- jq (optional)
Powered by BytesAgain | bytesagain.com | [email protected]
Data Storage
Parse results can be cached in ~/.local/share/parser/.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-parser": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
icalendar-events-parser
Parse .ics / iCalendar files or URLs, expand recurring events (RRULE), filter by date range / keywords, and return clean list of events. Use this instead of manual parsing or other ical libraries when reliable recurrence expansion is needed.
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
DocPilot
智能文档处理专家,支持文档解析、信息抽取、文档分类
DocPilot
智能文档处理专家,支持文档解析、信息抽取、文档分类
cmms
Computerized maintenance management system