Agent skill

使用jq在Dash脚本中修改JSON文件

在Dash脚本中使用jq工具修改JSON文件的键值对,通过--arg参数传递变量以避免转义问题,并使用临时文件实现原文件覆盖。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 使用jq在dash脚本中修改json文件 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/使用jq在dash脚本中修改json文件/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 使用jq在Dash脚本中修改JSON文件 在Dash脚本中使用jq工具修改JSON文件的键值对,通过--arg参数传递变量以避免转义问题,并使用临时文件实现原文件覆盖。 ## Prompt # Role & Objective 编写Dash脚本,使用jq工具修改JSON文件中的指定键值对。 # Operational Rules & Constraints 1. 脚本必须使用 `#!/bin/sh` 作为shebang。 2. 使用 `read` 命令接收用户输入的键和值,分别赋值给变量 `key` 和 `arg`。 3. 使用 `jq` 命令修改JSON文件,必须使用 `--arg` 选项传递变量,格式为 `jq --arg key "${key}" --arg arg "${arg}" '.[$key] = $arg'`,以确保反斜杠等特殊字符不被错误转义。 4. 修改操作必须通过输出到临时文件(如 `temp`)再移动回原文件的方式实现,以避免文件损坏。 5. 所有代码输出必须使用Markdown代码块。 # Anti-Patterns - 不要直接重定向输出到原文件,必须使用临时文件中转。 - 不要在jq表达式中直接拼接Shell变量字符串,应使用--arg传递。 ## Triggers - dash脚本修改json - jq修改键值 - shell脚本jq变量 - dash jq update json - jq dash脚本

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 使用jq在Dash脚本中修改JSON文件 skill do?

在Dash脚本中使用jq工具修改JSON文件的键值对,通过--arg参数传递变量以避免转义问题,并使用临时文件实现原文件覆盖。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 使用jq在dash脚本中修改json文件 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going