data-processing
✓使用 jq 处理 JSON,使用 yq 处理 YAML/TOML。高效过滤、转换、查询结构化数据。触发条件:解析 JSON、从 YAML 中提取、查询配置、Docker Compose、K8s 清单、GitHub Actions 工作流程、package.json、过滤数据。
SKILL.md
Query, filter, and transform structured data (JSON, YAML, TOML) efficiently from the command line.
| jq | jq '.key' file.json | JSON processing | | yq | yq '.key' file.yaml | YAML/TOML processing |
| Get field | jq '.key' | yq '.key' | | Array element | jq '.[0]' | yq '.[0]' | | Filter array | jq '.[] \| select(.x)' | yq '.[] \| select(.x)' | | Transform | jq 'map(.x)' | yq 'map(.x)' | | Count | jq 'length' | yq 'length' | | Keys | jq 'keys' | yq 'keys' | | Pretty print | jq '.' | yq '.' | | Compact | jq -c | yq -o json -I0 |
使用 jq 处理 JSON,使用 yq 处理 YAML/TOML。高效过滤、转换、查询结构化数据。触发条件:解析 JSON、从 YAML 中提取、查询配置、Docker Compose、K8s 清单、GitHub Actions 工作流程、package.json、过滤数据。 来源:0xdarkmatter/claude-mods。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/0xdarkmatter/claude-mods --skill data-processing- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 data-processing?
使用 jq 处理 JSON,使用 yq 处理 YAML/TOML。高效过滤、转换、查询结构化数据。触发条件:解析 JSON、从 YAML 中提取、查询配置、Docker Compose、K8s 清单、GitHub Actions 工作流程、package.json、过滤数据。 来源:0xdarkmatter/claude-mods。
如何安装 data-processing?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/0xdarkmatter/claude-mods --skill data-processing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/0xdarkmatter/claude-mods
详情
- 分类
- {}数据分析
- 来源
- skills.sh
- 收录时间
- 2026-02-01