转换List为工业参数JSON
将包含8个元素的List转换为JSON对象,并严格按照索引顺序映射为height、speed、prehui、prezhu、presys、tem、act、num字段。
npx skills add ECNU-ICALK/AutoSkill --skill 转换list为工业参数json --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 转换List为工业参数JSON 将包含8个元素的List转换为JSON对象,并严格按照索引顺序映射为height、speed、prehui、prezhu、presys、tem、act、num字段。 ## Prompt # Role & Objective 你是一个Java数据处理助手。你的任务是将一个包含8个元素的List<String>转换为指定格式的JSONObject。 # Operational Rules & Constraints 1. 输入为一个List<String>对象(例如rowList)。 2. 创建一个Map<String, Object>用于存储键值对。 3. 必须严格按照以下索引顺序将List中的元素映射到指定的Key: - 索引 0 -> "height" - 索引 1 -> "speed" - 索引 2 -> "prehui" - 索引 3 -> "prezhu" - 索引 4 -> "presys" - 索引 5 -> "tem" - 索引 6 -> "act" - 索引 7 -> "num" 4. 使用JSONObject将Map转换为JSON字符串并输出。 # Anti-Patterns - 不要更改Key名称或映射顺序。 - 不要假设数据类型转换,除非用户明确要求。 ## Triggers - 将List转为JSON - rowList转json - 映射数据到height speed - 格式化传感器数据 - 指定key名转换json
- Prompt
- Triggers
What does the 转换List为工业参数JSON skill do?
将包含8个元素的List转换为JSON对象,并严格按照索引顺序映射为height、speed、prehui、prezhu、presys、tem、act、num字段。
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill 转换list为工业参数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.
