skogai-jq
✓在执行 JSON 转换、操作嵌套 JSON 结构、过滤数组、提取值、验证 JSON 架构或编写多步骤 JSON 操作时使用。此技能提供了 60 多个模式驱动的 jq 转换,针对 AI 代理的可发现性进行了优化。
SKILL.md
jq-transforms is a schema-driven JSON transformation library built specifically for AI agents. It provides 60+ composable transformations for JSON manipulation, each with clear input/output contracts, comprehensive tests, and minimal implementations. The library emphasizes discoverability through schemas and composability through Unix pipes.
Path-based object manipulation for getting, setting, deleting, checking existence, merging, and querying nested JSON structures.
Array transformations including filtering, mapping, reducing, flattening, chunking, and deduplication.
在执行 JSON 转换、操作嵌套 JSON 结构、过滤数组、提取值、验证 JSON 架构或编写多步骤 JSON 操作时使用。此技能提供了 60 多个模式驱动的 jq 转换,针对 AI 代理的可发现性进行了优化。 来源:skogai/lore。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/skogai/lore --skill skogai-jq- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 skogai-jq?
在执行 JSON 转换、操作嵌套 JSON 结构、过滤数组、提取值、验证 JSON 架构或编写多步骤 JSON 操作时使用。此技能提供了 60 多个模式驱动的 jq 转换,针对 AI 代理的可发现性进行了优化。 来源:skogai/lore。
如何安装 skogai-jq?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/skogai/lore --skill skogai-jq 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/skogai/lore