jc
✓将 CLI 输出转换为 JSON 以进行结构化处理和分析。将 ps、dig、netstat、ls 或其他命令输出解析为机器可读格式以通过管道传输到 jq 或脚本时使用。
SKILL.md
JSONifies the output of CLI tools and file-types for easier parsing.
| System | ps, top, free, df, du, ls, stat, uptime | | Network | dig, ping, traceroute, netstat, ss, ifconfig | | Files | ls, find, stat, file, mount, fstab | | Packages | dpkg -l, rpm -qi, pacman, brew | | Logs | syslog, clf (Common Log Format) | | Dev | git log, docker ps, kubectl |
| -p | Pretty format JSON | | -r | Raw output (less processed) | | -u | Unbuffered output | | -q | Quiet (suppress warnings) | | -d | Debug mode | | -y | YAML output | | -M | Add metadata | | -s | Slurp multi-line input |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/knoopx/pi --skill jc- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-08
- 更新时间
- 2026-02-18
快速解答
什么是 jc?
将 CLI 输出转换为 JSON 以进行结构化处理和分析。将 ps、dig、netstat、ls 或其他命令输出解析为机器可读格式以通过管道传输到 jq 或脚本时使用。 来源:knoopx/pi。
如何安装 jc?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/knoopx/pi --skill jc 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/knoopx/pi
详情
- 分类
- {}数据分析
- 来源
- skills.sh
- 收录时间
- 2026-02-08