copy-json
Installation
SKILL.md
Copy-JSON Skill
Adapter that bridges JSON files to the copywriter skill. Extracts text fields from JSON, builds a temporary markdown file with field delimiters, delegates polishing to the copywriter skill, parses polished text back, and updates the JSON file.
Parameters
| Param | Required | Default | Description |
|---|---|---|---|
FILE_PATH |
yes | — | Absolute path to .json file |
FIELDS |
yes | — | Dot-path field selector (e.g. plugins[*].description) |
SCOPE |
no | tone |
Passed to copywriter (tone is the right default for short JSON text) |
MODE |
no | standard |
sales for IS/DOES/MEANS fields |
TARGET_LANG |
no | unset | de/en/fr/it/pl/nl/es — when set, copywriter runs translate-then-polish on each field before writing back. Translation pivots on EN or DE (every direction includes English or German on one end); direct non-EN/DE pairs are rejected by the copywriter skill. |
DRY_RUN |
no | false |
Show before/after without writing |